HSL(12, 69%, 50%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,69%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 69%, 50%) | color: hsl(12, 69%, 50%) | |
| HEX | #D74B28 | color: #D74B28 | |
| RGB | rgb(215, 75, 40) | color: rgb(215, 75, 40) | |
| CMYK | cmyk(0%, 65%, 81%, 16%) | — | |
| HSV | hsv(12, 81%, 84%) | — | |
| HWB | hwb(12 16% 16%) | color: hwb(12 16% 16%) | |
| OKLCH | oklch(0.6015 0.1822 34.92) | color: oklch(0.6015 0.1822 34.92) | |
| Lab | lab(51.42 53.28 48.84) | color: lab(51.42 53.28 48.84) | |
| LCH | lch(51.42 72.28 42.51) | color: lch(51.42 72.28 42.51) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9A9930 — rgb(154, 153, 48)
Deuteranopia (Green-blind)
#A3AD33 — rgb(163, 173, 51)
Tritanopia (Blue-blind)
#D03739 — rgb(208, 55, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 69%, 50%);
text
color: hsl(12, 69%, 50%);
border
border: 2px solid hsl(12, 69%, 50%);
gradient light
background: linear-gradient(to right, hsl(12, 69%, 70%), hsl(12, 69%, 50%));
gradient dark
background: linear-gradient(to right, hsl(12, 69%, 50%), hsl(12, 69%, 30%))
hex
background-color: #D74B28;
tailwind
bg-[hsl(12,69%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 69%, 50%, 0.4);
css variable
--color-primary: hsl(12, 69%, 50%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 69%, 50%)?
HEX: #D74B28 | RGB: rgb(215, 75, 40) | CMYK: 0%, 65%, 81%, 16% | HSV: 12°, 81%, 84%. Copy any format from the conversion table above.
What colors go well with #D74B28?
The complementary color is HSL(192, 69%, 50%). 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, 69%, 50%) in CSS?
As HSL: color: hsl(12, 69%, 50%); — As HEX: color: #D74B28; — As RGB: color: rgb(215, 75, 40); — Tailwind CSS: bg-[hsl(12,69%,50%)] — CSS variable: --color-primary: hsl(12, 69%, 50%);