HSL(356, 88%, 53%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(356,88%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 88%, 53%) | color: hsl(356, 88%, 53%) | |
| HEX | #F11E2C | color: #F11E2C | |
| RGB | rgb(241, 30, 44) | color: rgb(241, 30, 44) | |
| CMYK | cmyk(0%, 88%, 82%, 5%) | — | |
| HSV | hsv(356, 88%, 95%) | — | |
| HWB | hwb(356 11% 5%) | color: hwb(356 11% 5%) | |
| OKLCH | oklch(0.6118 0.2365 25.81) | color: oklch(0.6118 0.2365 25.81) | |
| Lab | lab(51.63 74.23 48.77) | color: lab(51.63 74.23 48.77) | |
| LCH | lch(51.63 88.82 33.31) | color: lch(51.63 88.82 33.31) |
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)
#969429 — rgb(150, 148, 41)
Deuteranopia (Green-blind)
#A2B228 — rgb(162, 178, 40)
Tritanopia (Blue-blind)
#E62625 — rgb(230, 38, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 88%, 53%);
text
color: hsl(356, 88%, 53%);
border
border: 2px solid hsl(356, 88%, 53%);
gradient light
background: linear-gradient(to right, hsl(356, 88%, 73%), hsl(356, 88%, 53%));
gradient dark
background: linear-gradient(to right, hsl(356, 88%, 53%), hsl(356, 88%, 33%))
hex
background-color: #F11E2C;
tailwind
bg-[hsl(356,88%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 88%, 53%, 0.4);
css variable
--color-primary: hsl(356, 88%, 53%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(356, 88%, 53%)?
HEX: #F11E2C | RGB: rgb(241, 30, 44) | CMYK: 0%, 88%, 82%, 5% | HSV: 356°, 88%, 95%. Copy any format from the conversion table above.
What colors go well with #F11E2C?
The complementary color is HSL(176, 88%, 53%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(356, 88%, 53%) in CSS?
As HSL: color: hsl(356, 88%, 53%); — As HEX: color: #F11E2C; — As RGB: color: rgb(241, 30, 44); — Tailwind CSS: bg-[hsl(356,88%,53%)] — CSS variable: --color-primary: hsl(356, 88%, 53%);