HSL(8, 89%, 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(8,89%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(8, 89%, 52%) | color: hsl(8, 89%, 52%) | |
| HEX | #F23518 | color: #F23518 | |
| RGB | rgb(242, 53, 24) | color: rgb(242, 53, 24) | |
| CMYK | cmyk(0%, 78%, 90%, 5%) | — | |
| HSV | hsv(8, 90%, 95%) | — | |
| HWB | hwb(8 10% 5%) | color: hwb(8 10% 5%) | |
| OKLCH | oklch(0.6256 0.227 31.52) | color: oklch(0.6256 0.227 31.52) | |
| Lab | lab(53.49 69.02 59.34) | color: lab(53.49 69.02 59.34) | |
| LCH | lch(53.49 91.02 40.69) | color: lch(53.49 91.02 40.69) |
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)
#A09E1F — rgb(160, 158, 31)
Deuteranopia (Green-blind)
#ABB921 — rgb(171, 185, 33)
Tritanopia (Blue-blind)
#E92526 — rgb(233, 37, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(8, 89%, 52%);
text
color: hsl(8, 89%, 52%);
border
border: 2px solid hsl(8, 89%, 52%);
gradient light
background: linear-gradient(to right, hsl(8, 89%, 72%), hsl(8, 89%, 52%));
gradient dark
background: linear-gradient(to right, hsl(8, 89%, 52%), hsl(8, 89%, 32%))
hex
background-color: #F23518;
tailwind
bg-[hsl(8,89%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(8, 89%, 52%, 0.4);
css variable
--color-primary: hsl(8, 89%, 52%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(8, 89%, 52%)?
HEX: #F23518 | RGB: rgb(242, 53, 24) | CMYK: 0%, 78%, 90%, 5% | HSV: 8°, 90%, 95%. Copy any format from the conversion table above.
What colors go well with #F23518?
The complementary color is HSL(188, 89%, 52%). For a triadic harmony, use hues 8°, 128°, and 248°. For analogous combinations, try hues 338° and 38°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(8, 89%, 52%) in CSS?
As HSL: color: hsl(8, 89%, 52%); — As HEX: color: #F23518; — As RGB: color: rgb(242, 53, 24); — Tailwind CSS: bg-[hsl(8,89%,52%)] — CSS variable: --color-primary: hsl(8, 89%, 52%);