HSL(9, 90%, 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(9,90%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 90%, 45%) | color: hsl(9, 90%, 45%) | |
| HEX | #DA2A0B | color: #DA2A0B | |
| RGB | rgb(218, 42, 11) | color: rgb(218, 42, 11) | |
| CMYK | cmyk(0%, 81%, 95%, 15%) | — | |
| HSV | hsv(9, 95%, 85%) | — | |
| HWB | hwb(9 4% 15%) | color: hwb(9 4% 15%) | |
| OKLCH | oklch(0.5745 0.2134 31.75) | color: oklch(0.5745 0.2134 31.75) | |
| Lab | lab(47.74 64.96 57.57) | color: lab(47.74 64.96 57.57) | |
| LCH | lch(47.74 86.8 41.55) | color: lch(47.74 86.8 41.55) |
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)
#8E8C13 — rgb(142, 140, 19)
Deuteranopia (Green-blind)
#98A514 — rgb(152, 165, 20)
Tritanopia (Blue-blind)
#D1181A — rgb(209, 24, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 90%, 45%);
text
color: hsl(9, 90%, 45%);
border
border: 2px solid hsl(9, 90%, 45%);
gradient light
background: linear-gradient(to right, hsl(9, 90%, 65%), hsl(9, 90%, 45%));
gradient dark
background: linear-gradient(to right, hsl(9, 90%, 45%), hsl(9, 90%, 25%))
hex
background-color: #DA2A0B;
tailwind
bg-[hsl(9,90%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 90%, 45%, 0.4);
css variable
--color-primary: hsl(9, 90%, 45%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(9, 90%, 45%)?
HEX: #DA2A0B | RGB: rgb(218, 42, 11) | CMYK: 0%, 81%, 95%, 15% | HSV: 9°, 95%, 85%. Copy any format from the conversion table above.
What colors go well with #DA2A0B?
The complementary color is HSL(189, 90%, 45%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 90%, 45%) in CSS?
As HSL: color: hsl(9, 90%, 45%); — As HEX: color: #DA2A0B; — As RGB: color: rgb(218, 42, 11); — Tailwind CSS: bg-[hsl(9,90%,45%)] — CSS variable: --color-primary: hsl(9, 90%, 45%);