HSL(13, 85%, 44%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(13,85%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(13, 85%, 44%) | color: hsl(13, 85%, 44%) | |
| HEX | #D03A11 | color: #D03A11 | |
| RGB | rgb(208, 58, 17) | color: rgb(208, 58, 17) | |
| CMYK | cmyk(0%, 72%, 92%, 18%) | — | |
| HSV | hsv(13, 92%, 82%) | — | |
| HWB | hwb(13 7% 18%) | color: hwb(13 7% 18%) | |
| OKLCH | oklch(0.5701 0.1927 34.65) | color: oklch(0.5701 0.1927 34.65) | |
| Lab | lab(47.6 57.09 54.72) | color: lab(47.6 57.09 54.72) | |
| LCH | lch(47.6 79.08 43.79) | color: lch(47.6 79.08 43.79) |
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)
#8F8E1B — rgb(143, 142, 27)
Deuteranopia (Green-blind)
#98A31D — rgb(152, 163, 29)
Tritanopia (Blue-blind)
#C92324 — rgb(201, 35, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(13, 85%, 44%);
text
color: hsl(13, 85%, 44%);
border
border: 2px solid hsl(13, 85%, 44%);
gradient light
background: linear-gradient(to right, hsl(13, 85%, 64%), hsl(13, 85%, 44%));
gradient dark
background: linear-gradient(to right, hsl(13, 85%, 44%), hsl(13, 85%, 24%))
hex
background-color: #D03A11;
tailwind
bg-[hsl(13,85%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(13, 85%, 44%, 0.4);
css variable
--color-primary: hsl(13, 85%, 44%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(13, 85%, 44%)?
HEX: #D03A11 | RGB: rgb(208, 58, 17) | CMYK: 0%, 72%, 92%, 18% | HSV: 13°, 92%, 82%. Copy any format from the conversion table above.
What colors go well with #D03A11?
The complementary color is HSL(193, 85%, 44%). For a triadic harmony, use hues 13°, 133°, and 253°. For analogous combinations, try hues 343° and 43°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(13, 85%, 44%) in CSS?
As HSL: color: hsl(13, 85%, 44%); — As HEX: color: #D03A11; — As RGB: color: rgb(208, 58, 17); — Tailwind CSS: bg-[hsl(13,85%,44%)] — CSS variable: --color-primary: hsl(13, 85%, 44%);