HSL(357, 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(357,100%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 100%, 47%) | color: hsl(357, 100%, 47%) | |
| HEX | #F0000C | color: #F0000C | |
| RGB | rgb(240, 0, 12) | color: rgb(240, 0, 12) | |
| CMYK | cmyk(0%, 100%, 95%, 6%) | — | |
| HSV | hsv(357, 100%, 94%) | — | |
| HWB | hwb(357 0% 6%) | color: hwb(357 0% 6%) | |
| OKLCH | oklch(0.6001 0.2457 28.47) | color: oklch(0.6001 0.2457 28.47) | |
| Lab | lab(50.17 76.59 61.01) | color: lab(50.17 76.59 61.01) | |
| LCH | lch(50.17 97.92 38.54) | color: lch(50.17 97.92 38.54) |
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)
#888609 — rgb(136, 134, 9)
Deuteranopia (Green-blind)
#96A808 — rgb(150, 168, 8)
Tritanopia (Blue-blind)
#E40706 — rgb(228, 7, 6)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 100%, 47%);
text
color: hsl(357, 100%, 47%);
border
border: 2px solid hsl(357, 100%, 47%);
gradient light
background: linear-gradient(to right, hsl(357, 100%, 67%), hsl(357, 100%, 47%));
gradient dark
background: linear-gradient(to right, hsl(357, 100%, 47%), hsl(357, 100%, 27%))
hex
background-color: #F0000C;
tailwind
bg-[hsl(357,100%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 100%, 47%, 0.4);
css variable
--color-primary: hsl(357, 100%, 47%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(357, 100%, 47%)?
HEX: #F0000C | RGB: rgb(240, 0, 12) | CMYK: 0%, 100%, 95%, 6% | HSV: 357°, 100%, 94%. Copy any format from the conversion table above.
What colors go well with #F0000C?
The complementary color is HSL(177, 100%, 47%). 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, 100%, 47%) in CSS?
As HSL: color: hsl(357, 100%, 47%); — As HEX: color: #F0000C; — As RGB: color: rgb(240, 0, 12); — Tailwind CSS: bg-[hsl(357,100%,47%)] — CSS variable: --color-primary: hsl(357, 100%, 47%);