HSL(357, 91%, 42%)
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,91%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 91%, 42%) | color: hsl(357, 91%, 42%) | |
| HEX | #CD0A13 | color: #CD0A13 | |
| RGB | rgb(205, 10, 19) | color: rgb(205, 10, 19) | |
| CMYK | cmyk(0%, 95%, 91%, 20%) | — | |
| HSV | hsv(357, 95%, 80%) | — | |
| HWB | hwb(357 4% 20%) | color: hwb(357 4% 20%) | |
| OKLCH | oklch(0.5358 0.2153 27.83) | color: oklch(0.5358 0.2153 27.83) | |
| Lab | lab(43.13 67.2 50.68) | color: lab(43.13 67.2 50.68) | |
| LCH | lch(43.13 84.17 37.02) | color: lch(43.13 84.17 37.02) |
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)
#797711 — rgb(121, 119, 17)
Deuteranopia (Green-blind)
#849310 — rgb(132, 147, 16)
Tritanopia (Blue-blind)
#C30F0F — rgb(195, 15, 15)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 91%, 42%);
text
color: hsl(357, 91%, 42%);
border
border: 2px solid hsl(357, 91%, 42%);
gradient light
background: linear-gradient(to right, hsl(357, 91%, 62%), hsl(357, 91%, 42%));
gradient dark
background: linear-gradient(to right, hsl(357, 91%, 42%), hsl(357, 91%, 22%))
hex
background-color: #CD0A13;
tailwind
bg-[hsl(357,91%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 91%, 42%, 0.4);
css variable
--color-primary: hsl(357, 91%, 42%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(357, 91%, 42%)?
HEX: #CD0A13 | RGB: rgb(205, 10, 19) | CMYK: 0%, 95%, 91%, 20% | HSV: 357°, 95%, 80%. Copy any format from the conversion table above.
What colors go well with #CD0A13?
The complementary color is HSL(177, 91%, 42%). 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, 91%, 42%) in CSS?
As HSL: color: hsl(357, 91%, 42%); — As HEX: color: #CD0A13; — As RGB: color: rgb(205, 10, 19); — Tailwind CSS: bg-[hsl(357,91%,42%)] — CSS variable: --color-primary: hsl(357, 91%, 42%);