HSL(2, 92%, 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(2,92%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 92%, 50%) | color: hsl(2, 92%, 50%) | |
| HEX | #F5120A | color: #F5120A | |
| RGB | rgb(245, 18, 10) | color: rgb(245, 18, 10) | |
| CMYK | cmyk(0%, 93%, 96%, 4%) | — | |
| HSV | hsv(2, 96%, 96%) | — | |
| HWB | hwb(2 4% 4%) | color: hwb(2 4% 4%) | |
| OKLCH | oklch(0.6131 0.2461 29.3) | color: oklch(0.6131 0.2461 29.3) | |
| Lab | lab(51.69 76.34 62.86) | color: lab(51.69 76.34 62.86) | |
| LCH | lch(51.69 98.89 39.47) | color: lch(51.69 98.89 39.47) |
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)
#93910C — rgb(147, 145, 12)
Deuteranopia (Green-blind)
#A0B10C — rgb(160, 177, 12)
Tritanopia (Blue-blind)
#EA0D0E — rgb(234, 13, 14)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 92%, 50%);
text
color: hsl(2, 92%, 50%);
border
border: 2px solid hsl(2, 92%, 50%);
gradient light
background: linear-gradient(to right, hsl(2, 92%, 70%), hsl(2, 92%, 50%));
gradient dark
background: linear-gradient(to right, hsl(2, 92%, 50%), hsl(2, 92%, 30%))
hex
background-color: #F5120A;
tailwind
bg-[hsl(2,92%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 92%, 50%, 0.4);
css variable
--color-primary: hsl(2, 92%, 50%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(2, 92%, 50%)?
HEX: #F5120A | RGB: rgb(245, 18, 10) | CMYK: 0%, 93%, 96%, 4% | HSV: 2°, 96%, 96%. Copy any format from the conversion table above.
What colors go well with #F5120A?
The complementary color is HSL(182, 92%, 50%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 92%, 50%) in CSS?
As HSL: color: hsl(2, 92%, 50%); — As HEX: color: #F5120A; — As RGB: color: rgb(245, 18, 10); — Tailwind CSS: bg-[hsl(2,92%,50%)] — CSS variable: --color-primary: hsl(2, 92%, 50%);