HSL(7, 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(7,90%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 90%, 45%) | color: hsl(7, 90%, 45%) | |
| HEX | #DA240B | color: #DA240B | |
| RGB | rgb(218, 36, 11) | color: rgb(218, 36, 11) | |
| CMYK | cmyk(0%, 83%, 95%, 15%) | — | |
| HSV | hsv(7, 95%, 85%) | — | |
| HWB | hwb(7 4% 15%) | color: hwb(7 4% 15%) | |
| OKLCH | oklch(0.5707 0.2168 30.93) | color: oklch(0.5707 0.2168 30.93) | |
| Lab | lab(47.23 66.4 57.29) | color: lab(47.23 66.4 57.29) | |
| LCH | lch(47.23 87.7 40.79) | color: lch(47.23 87.7 40.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)
#8B8A11 — rgb(139, 138, 17)
Deuteranopia (Green-blind)
#96A313 — rgb(150, 163, 19)
Tritanopia (Blue-blind)
#D11617 — rgb(209, 22, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 90%, 45%);
text
color: hsl(7, 90%, 45%);
border
border: 2px solid hsl(7, 90%, 45%);
gradient light
background: linear-gradient(to right, hsl(7, 90%, 65%), hsl(7, 90%, 45%));
gradient dark
background: linear-gradient(to right, hsl(7, 90%, 45%), hsl(7, 90%, 25%))
hex
background-color: #DA240B;
tailwind
bg-[hsl(7,90%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 90%, 45%, 0.4);
css variable
--color-primary: hsl(7, 90%, 45%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(7, 90%, 45%)?
HEX: #DA240B | RGB: rgb(218, 36, 11) | CMYK: 0%, 83%, 95%, 15% | HSV: 7°, 95%, 85%. Copy any format from the conversion table above.
What colors go well with #DA240B?
The complementary color is HSL(187, 90%, 45%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 90%, 45%) in CSS?
As HSL: color: hsl(7, 90%, 45%); — As HEX: color: #DA240B; — As RGB: color: rgb(218, 36, 11); — Tailwind CSS: bg-[hsl(7,90%,45%)] — CSS variable: --color-primary: hsl(7, 90%, 45%);