HSL(12, 85%, 33%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,85%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 85%, 33%) | color: hsl(12, 85%, 33%) | |
| HEX | #9C290D | color: #9C290D | |
| RGB | rgb(156, 41, 13) | color: rgb(156, 41, 13) | |
| CMYK | cmyk(0%, 74%, 92%, 39%) | — | |
| HSV | hsv(12, 92%, 61%) | — | |
| HWB | hwb(12 5% 39%) | color: hwb(12 5% 39%) | |
| OKLCH | oklch(0.4605 0.1554 34.05) | color: oklch(0.4605 0.1554 34.05) | |
| Lab | lab(35.37 46.22 42.98) | color: lab(35.37 46.22 42.98) | |
| LCH | lch(35.37 63.12 42.92) | color: lch(35.37 63.12 42.92) |
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)
#6A6914 — rgb(106, 105, 20)
Deuteranopia (Green-blind)
#717A15 — rgb(113, 122, 21)
Tritanopia (Blue-blind)
#96191A — rgb(150, 25, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 85%, 33%);
text
color: hsl(12, 85%, 33%);
border
border: 2px solid hsl(12, 85%, 33%);
gradient light
background: linear-gradient(to right, hsl(12, 85%, 53%), hsl(12, 85%, 33%));
gradient dark
background: linear-gradient(to right, hsl(12, 85%, 33%), hsl(12, 85%, 13%))
hex
background-color: #9C290D;
tailwind
bg-[hsl(12,85%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 85%, 33%, 0.4);
css variable
--color-primary: hsl(12, 85%, 33%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 85%, 33%)?
HEX: #9C290D | RGB: rgb(156, 41, 13) | CMYK: 0%, 74%, 92%, 39% | HSV: 12°, 92%, 61%. Copy any format from the conversion table above.
What colors go well with #9C290D?
The complementary color is HSL(192, 85%, 33%). For a triadic harmony, use hues 12°, 132°, and 252°. For analogous combinations, try hues 342° and 42°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(12, 85%, 33%) in CSS?
As HSL: color: hsl(12, 85%, 33%); — As HEX: color: #9C290D; — As RGB: color: rgb(156, 41, 13); — Tailwind CSS: bg-[hsl(12,85%,33%)] — CSS variable: --color-primary: hsl(12, 85%, 33%);