HSL(12, 86%, 45%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,86%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 86%, 45%) | color: hsl(12, 86%, 45%) | |
| HEX | #D53810 | color: #D53810 | |
| RGB | rgb(213, 56, 16) | color: rgb(213, 56, 16) | |
| CMYK | cmyk(0%, 74%, 92%, 16%) | — | |
| HSV | hsv(12, 92%, 84%) | — | |
| HWB | hwb(12 7% 16%) | color: hwb(12 7% 16%) | |
| OKLCH | oklch(0.5768 0.1991 34.01) | color: oklch(0.5768 0.1991 34.01) | |
| Lab | lab(48.28 59.35 55.94) | color: lab(48.28 59.35 55.94) | |
| LCH | lch(48.28 81.56 43.31) | color: lch(48.28 81.56 43.31) |
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)
#91901A — rgb(145, 144, 26)
Deuteranopia (Green-blind)
#9AA61C — rgb(154, 166, 28)
Tritanopia (Blue-blind)
#CD2123 — rgb(205, 33, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 86%, 45%);
text
color: hsl(12, 86%, 45%);
border
border: 2px solid hsl(12, 86%, 45%);
gradient light
background: linear-gradient(to right, hsl(12, 86%, 65%), hsl(12, 86%, 45%));
gradient dark
background: linear-gradient(to right, hsl(12, 86%, 45%), hsl(12, 86%, 25%))
hex
background-color: #D53810;
tailwind
bg-[hsl(12,86%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 86%, 45%, 0.4);
css variable
--color-primary: hsl(12, 86%, 45%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(12, 86%, 45%)?
HEX: #D53810 | RGB: rgb(213, 56, 16) | CMYK: 0%, 74%, 92%, 16% | HSV: 12°, 92%, 84%. Copy any format from the conversion table above.
What colors go well with #D53810?
The complementary color is HSL(192, 86%, 45%). 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, 86%, 45%) in CSS?
As HSL: color: hsl(12, 86%, 45%); — As HEX: color: #D53810; — As RGB: color: rgb(213, 56, 16); — Tailwind CSS: bg-[hsl(12,86%,45%)] — CSS variable: --color-primary: hsl(12, 86%, 45%);