HSL(358, 94%, 60%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,94%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 94%, 60%) | color: hsl(358, 94%, 60%) | |
| HEX | #F93940 | color: #F93940 | |
| RGB | rgb(249, 57, 64) | color: rgb(249, 57, 64) | |
| CMYK | cmyk(0%, 77%, 74%, 2%) | — | |
| HSV | hsv(358, 77%, 98%) | — | |
| HWB | hwb(358 23% 2%) | color: hwb(358 23% 2%) | |
| OKLCH | oklch(0.6441 0.2263 24.75) | color: oklch(0.6441 0.2263 24.75) | |
| Lab | lab(55.53 70.9 42.48) | color: lab(55.53 70.9 42.48) | |
| LCH | lch(55.53 82.65 30.93) | color: lch(55.53 82.65 30.93) |
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)
#A6A43E — rgb(166, 164, 62)
Deuteranopia (Green-blind)
#B1BF3E — rgb(177, 191, 62)
Tritanopia (Blue-blind)
#EF3D3D — rgb(239, 61, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 94%, 60%);
text
color: hsl(358, 94%, 60%);
border
border: 2px solid hsl(358, 94%, 60%);
gradient light
background: linear-gradient(to right, hsl(358, 94%, 80%), hsl(358, 94%, 60%));
gradient dark
background: linear-gradient(to right, hsl(358, 94%, 60%), hsl(358, 94%, 40%))
hex
background-color: #F93940;
tailwind
bg-[hsl(358,94%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 94%, 60%, 0.4);
css variable
--color-primary: hsl(358, 94%, 60%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(358, 94%, 60%)?
HEX: #F93940 | RGB: rgb(249, 57, 64) | CMYK: 0%, 77%, 74%, 2% | HSV: 358°, 77%, 98%. Copy any format from the conversion table above.
What colors go well with #F93940?
The complementary color is HSL(178, 94%, 60%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(358, 94%, 60%) in CSS?
As HSL: color: hsl(358, 94%, 60%); — As HEX: color: #F93940; — As RGB: color: rgb(249, 57, 64); — Tailwind CSS: bg-[hsl(358,94%,60%)] — CSS variable: --color-primary: hsl(358, 94%, 60%);