HSL(6, 100%, 36%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(6,100%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(6, 100%, 36%) | color: hsl(6, 100%, 36%) | |
| HEX | #B81200 | color: #B81200 | |
| RGB | rgb(184, 18, 0) | color: rgb(184, 18, 0) | |
| CMYK | cmyk(0%, 90%, 100%, 28%) | — | |
| HSV | hsv(6, 100%, 72%) | — | |
| HWB | hwb(6 0% 28%) | color: hwb(6 0% 28%) | |
| OKLCH | oklch(0.497 0.1964 30.51) | color: oklch(0.497 0.1964 30.51) | |
| Lab | lab(38.94 60.5 52.86) | color: lab(38.94 60.5 52.86) | |
| LCH | lch(38.94 80.34 41.14) | color: lch(38.94 80.34 41.14) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#706F04 — rgb(112, 111, 4)
Deuteranopia (Green-blind)
#7A8605 — rgb(122, 134, 5)
Tritanopia (Blue-blind)
#B00809 — rgb(176, 8, 9)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(6, 100%, 36%);
text
color: hsl(6, 100%, 36%);
border
border: 2px solid hsl(6, 100%, 36%);
gradient light
background: linear-gradient(to right, hsl(6, 100%, 56%), hsl(6, 100%, 36%));
gradient dark
background: linear-gradient(to right, hsl(6, 100%, 36%), hsl(6, 100%, 16%))
hex
background-color: #B81200;
tailwind
bg-[hsl(6,100%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(6, 100%, 36%, 0.4);
css variable
--color-primary: hsl(6, 100%, 36%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(6, 100%, 36%)?
HEX: #B81200 | RGB: rgb(184, 18, 0) | CMYK: 0%, 90%, 100%, 28% | HSV: 6°, 100%, 72%. Copy any format from the conversion table above.
What colors go well with #B81200?
The complementary color is HSL(186, 100%, 36%). For a triadic harmony, use hues 6°, 126°, and 246°. For analogous combinations, try hues 336° and 36°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(6, 100%, 36%) in CSS?
As HSL: color: hsl(6, 100%, 36%); — As HEX: color: #B81200; — As RGB: color: rgb(184, 18, 0); — Tailwind CSS: bg-[hsl(6,100%,36%)] — CSS variable: --color-primary: hsl(6, 100%, 36%);