HSL(12, 71%, 48%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,71%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 71%, 48%) | color: hsl(12, 71%, 48%) | |
| HEX | #D14623 | color: #D14623 | |
| RGB | rgb(209, 70, 35) | color: rgb(209, 70, 35) | |
| CMYK | cmyk(0%, 67%, 83%, 18%) | — | |
| HSV | hsv(12, 83%, 82%) | — | |
| HWB | hwb(12 14% 18%) | color: hwb(12 14% 18%) | |
| OKLCH | oklch(0.5855 0.1814 34.88) | color: oklch(0.5855 0.1814 34.88) | |
| Lab | lab(49.57 53.17 49.1) | color: lab(49.57 53.17 49.1) | |
| LCH | lch(49.57 72.37 42.72) | color: lch(49.57 72.37 42.72) |
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)
#95942B — rgb(149, 148, 43)
Deuteranopia (Green-blind)
#9DA72E — rgb(157, 167, 46)
Tritanopia (Blue-blind)
#CA3234 — rgb(202, 50, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 71%, 48%);
text
color: hsl(12, 71%, 48%);
border
border: 2px solid hsl(12, 71%, 48%);
gradient light
background: linear-gradient(to right, hsl(12, 71%, 68%), hsl(12, 71%, 48%));
gradient dark
background: linear-gradient(to right, hsl(12, 71%, 48%), hsl(12, 71%, 28%))
hex
background-color: #D14623;
tailwind
bg-[hsl(12,71%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 71%, 48%, 0.4);
css variable
--color-primary: hsl(12, 71%, 48%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 71%, 48%)?
HEX: #D14623 | RGB: rgb(209, 70, 35) | CMYK: 0%, 67%, 83%, 18% | HSV: 12°, 83%, 82%. Copy any format from the conversion table above.
What colors go well with #D14623?
The complementary color is HSL(192, 71%, 48%). 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, 71%, 48%) in CSS?
As HSL: color: hsl(12, 71%, 48%); — As HEX: color: #D14623; — As RGB: color: rgb(209, 70, 35); — Tailwind CSS: bg-[hsl(12,71%,48%)] — CSS variable: --color-primary: hsl(12, 71%, 48%);