HSL(355, 83%, 60%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,83%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 83%, 60%) | color: hsl(355, 83%, 60%) | |
| HEX | #EE4452 | color: #EE4452 | |
| RGB | rgb(238, 68, 82) | color: rgb(238, 68, 82) | |
| CMYK | cmyk(0%, 71%, 66%, 7%) | — | |
| HSV | hsv(355, 71%, 93%) | — | |
| HWB | hwb(355 27% 7%) | color: hwb(355 27% 7%) | |
| OKLCH | oklch(0.6373 0.2056 20.92) | color: oklch(0.6373 0.2056 20.92) | |
| Lab | lab(55 65.06 31.1) | color: lab(55 65.06 31.1) | |
| LCH | lch(55 72.11 25.55) | color: lch(55 72.11 25.55) |
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)
#A4A34F — rgb(164, 163, 79)
Deuteranopia (Green-blind)
#AEBB4E — rgb(174, 187, 78)
Tritanopia (Blue-blind)
#E64C4B — rgb(230, 76, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 83%, 60%);
text
color: hsl(355, 83%, 60%);
border
border: 2px solid hsl(355, 83%, 60%);
gradient light
background: linear-gradient(to right, hsl(355, 83%, 80%), hsl(355, 83%, 60%));
gradient dark
background: linear-gradient(to right, hsl(355, 83%, 60%), hsl(355, 83%, 40%))
hex
background-color: #EE4452;
tailwind
bg-[hsl(355,83%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 83%, 60%, 0.4);
css variable
--color-primary: hsl(355, 83%, 60%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 83%, 60%)?
HEX: #EE4452 | RGB: rgb(238, 68, 82) | CMYK: 0%, 71%, 66%, 7% | HSV: 355°, 71%, 93%. Copy any format from the conversion table above.
What colors go well with #EE4452?
The complementary color is HSL(175, 83%, 60%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 83%, 60%) in CSS?
As HSL: color: hsl(355, 83%, 60%); — As HEX: color: #EE4452; — As RGB: color: rgb(238, 68, 82); — Tailwind CSS: bg-[hsl(355,83%,60%)] — CSS variable: --color-primary: hsl(355, 83%, 60%);