HSL(358, 100%, 47%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,100%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 100%, 47%) | color: hsl(358, 100%, 47%) | |
| HEX | #F00008 | color: #F00008 | |
| RGB | rgb(240, 0, 8) | color: rgb(240, 0, 8) | |
| CMYK | cmyk(0%, 100%, 97%, 6%) | — | |
| HSV | hsv(358, 100%, 94%) | — | |
| HWB | hwb(358 0% 6%) | color: hwb(358 0% 6%) | |
| OKLCH | oklch(0.6 0.2458 28.73) | color: oklch(0.6 0.2458 28.73) | |
| Lab | lab(50.16 76.56 62.05) | color: lab(50.16 76.56 62.05) | |
| LCH | lch(50.16 98.55 39.02) | color: lch(50.16 98.55 39.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#888606 — rgb(136, 134, 6)
Deuteranopia (Green-blind)
#96A806 — rgb(150, 168, 6)
Tritanopia (Blue-blind)
#E40504 — rgb(228, 5, 4)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 100%, 47%);
text
color: hsl(358, 100%, 47%);
border
border: 2px solid hsl(358, 100%, 47%);
gradient light
background: linear-gradient(to right, hsl(358, 100%, 67%), hsl(358, 100%, 47%));
gradient dark
background: linear-gradient(to right, hsl(358, 100%, 47%), hsl(358, 100%, 27%))
hex
background-color: #F00008;
tailwind
bg-[hsl(358,100%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 100%, 47%, 0.4);
css variable
--color-primary: hsl(358, 100%, 47%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(358, 100%, 47%)?
HEX: #F00008 | RGB: rgb(240, 0, 8) | CMYK: 0%, 100%, 97%, 6% | HSV: 358°, 100%, 94%. Copy any format from the conversion table above.
What colors go well with #F00008?
The complementary color is HSL(178, 100%, 47%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(358, 100%, 47%) in CSS?
As HSL: color: hsl(358, 100%, 47%); — As HEX: color: #F00008; — As RGB: color: rgb(240, 0, 8); — Tailwind CSS: bg-[hsl(358,100%,47%)] — CSS variable: --color-primary: hsl(358, 100%, 47%);