HSL(357, 95%, 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(357,95%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 95%, 45%) | color: hsl(357, 95%, 45%) | |
| HEX | #E00611 | color: #E00611 | |
| RGB | rgb(224, 6, 17) | color: rgb(224, 6, 17) | |
| CMYK | cmyk(0%, 97%, 92%, 12%) | — | |
| HSV | hsv(357, 97%, 88%) | — | |
| HWB | hwb(357 3% 12%) | color: hwb(357 3% 12%) | |
| OKLCH | oklch(0.5712 0.2316 28.13) | color: oklch(0.5712 0.2316 28.13) | |
| Lab | lab(47.01 72.27 55.9) | color: lab(47.01 72.27 55.9) | |
| LCH | lch(47.01 91.37 37.72) | color: lch(47.01 91.37 37.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#82800E — rgb(130, 128, 14)
Deuteranopia (Green-blind)
#8E9F0E — rgb(142, 159, 14)
Tritanopia (Blue-blind)
#D50C0C — rgb(213, 12, 12)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 95%, 45%);
text
color: hsl(357, 95%, 45%);
border
border: 2px solid hsl(357, 95%, 45%);
gradient light
background: linear-gradient(to right, hsl(357, 95%, 65%), hsl(357, 95%, 45%));
gradient dark
background: linear-gradient(to right, hsl(357, 95%, 45%), hsl(357, 95%, 25%))
hex
background-color: #E00611;
tailwind
bg-[hsl(357,95%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 95%, 45%, 0.4);
css variable
--color-primary: hsl(357, 95%, 45%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(357, 95%, 45%)?
HEX: #E00611 | RGB: rgb(224, 6, 17) | CMYK: 0%, 97%, 92%, 12% | HSV: 357°, 97%, 88%. Copy any format from the conversion table above.
What colors go well with #E00611?
The complementary color is HSL(177, 95%, 45%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 95%, 45%) in CSS?
As HSL: color: hsl(357, 95%, 45%); — As HEX: color: #E00611; — As RGB: color: rgb(224, 6, 17); — Tailwind CSS: bg-[hsl(357,95%,45%)] — CSS variable: --color-primary: hsl(357, 95%, 45%);