HSL(351, 99%, 52%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,99%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 99%, 52%) | color: hsl(351, 99%, 52%) | |
| HEX | #FE0B30 | color: #FE0B30 | |
| RGB | rgb(254, 11, 48) | color: rgb(254, 11, 48) | |
| CMYK | cmyk(0%, 96%, 81%, 0%) | — | |
| HSV | hsv(351, 96%, 100%) | — | |
| HWB | hwb(351 4% 0%) | color: hwb(351 4% 0%) | |
| OKLCH | oklch(0.6304 0.2524 24.47) | color: oklch(0.6304 0.2524 24.47) | |
| Lab | lab(53.53 79.74 49.39) | color: lab(53.53 79.74 49.39) | |
| LCH | lch(53.53 93.8 31.77) | color: lch(53.53 93.8 31.77) |
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)
#959327 — rgb(149, 147, 39)
Deuteranopia (Green-blind)
#A3B525 — rgb(163, 181, 37)
Tritanopia (Blue-blind)
#F2201E — rgb(242, 32, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 99%, 52%);
text
color: hsl(351, 99%, 52%);
border
border: 2px solid hsl(351, 99%, 52%);
gradient light
background: linear-gradient(to right, hsl(351, 99%, 72%), hsl(351, 99%, 52%));
gradient dark
background: linear-gradient(to right, hsl(351, 99%, 52%), hsl(351, 99%, 32%))
hex
background-color: #FE0B30;
tailwind
bg-[hsl(351,99%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 99%, 52%, 0.4);
css variable
--color-primary: hsl(351, 99%, 52%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(351, 99%, 52%)?
HEX: #FE0B30 | RGB: rgb(254, 11, 48) | CMYK: 0%, 96%, 81%, 0% | HSV: 351°, 96%, 100%. Copy any format from the conversion table above.
What colors go well with #FE0B30?
The complementary color is HSL(171, 99%, 52%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 99%, 52%) in CSS?
As HSL: color: hsl(351, 99%, 52%); — As HEX: color: #FE0B30; — As RGB: color: rgb(254, 11, 48); — Tailwind CSS: bg-[hsl(351,99%,52%)] — CSS variable: --color-primary: hsl(351, 99%, 52%);