HSL(357, 91%, 50%)
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%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 91%, 50%) | color: hsl(357, 91%, 50%) | |
| HEX | #F40B17 | color: #F40B17 | |
| RGB | rgb(244, 11, 23) | color: rgb(244, 11, 23) | |
| CMYK | cmyk(0%, 95%, 91%, 4%) | — | |
| HSV | hsv(357, 95%, 96%) | — | |
| HWB | hwb(357 5% 4%) | color: hwb(357 5% 4%) | |
| OKLCH | oklch(0.6101 0.2462 27.91) | color: oklch(0.6101 0.2462 27.91) | |
| Lab | lab(51.31 76.86 58.44) | color: lab(51.31 76.86 58.44) | |
| LCH | lch(51.31 96.55 37.25) | color: lch(51.31 96.55 37.25) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8F8D14 — rgb(143, 141, 20)
Deuteranopia (Green-blind)
#9DAE13 — rgb(157, 174, 19)
Tritanopia (Blue-blind)
#E81211 — rgb(232, 18, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 91%, 50%);
text
color: hsl(357, 91%, 50%);
border
border: 2px solid hsl(357, 91%, 50%);
gradient light
background: linear-gradient(to right, hsl(357, 91%, 70%), hsl(357, 91%, 50%));
gradient dark
background: linear-gradient(to right, hsl(357, 91%, 50%), hsl(357, 91%, 30%))
hex
background-color: #F40B17;
tailwind
bg-[hsl(357,91%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 91%, 50%, 0.4);
css variable
--color-primary: hsl(357, 91%, 50%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(357, 91%, 50%)?
HEX: #F40B17 | RGB: rgb(244, 11, 23) | CMYK: 0%, 95%, 91%, 4% | HSV: 357°, 95%, 96%. Copy any format from the conversion table above.
What colors go well with #F40B17?
The complementary color is HSL(177, 91%, 50%). 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%, 50%) in CSS?
As HSL: color: hsl(357, 91%, 50%); — As HEX: color: #F40B17; — As RGB: color: rgb(244, 11, 23); — Tailwind CSS: bg-[hsl(357,91%,50%)] — CSS variable: --color-primary: hsl(357, 91%, 50%);