HSL(356, 59%, 53%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(356,59%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 59%, 53%) | color: hsl(356, 59%, 53%) | |
| HEX | #CE404A | color: #CE404A | |
| RGB | rgb(206, 64, 74) | color: rgb(206, 64, 74) | |
| CMYK | cmyk(0%, 69%, 64%, 19%) | — | |
| HSV | hsv(356, 69%, 81%) | — | |
| HWB | hwb(356 25% 19%) | color: hwb(356 25% 19%) | |
| OKLCH | oklch(0.5788 0.1779 20.86) | color: oklch(0.5788 0.1779 20.86) | |
| Lab | lab(48.62 56.23 26.57) | color: lab(48.62 56.23 26.57) | |
| LCH | lch(48.62 62.19 25.29) | color: lch(48.62 62.19 25.29) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#918F48 — rgb(145, 143, 72)
Deuteranopia (Green-blind)
#99A347 — rgb(153, 163, 71)
Tritanopia (Blue-blind)
#C74645 — rgb(199, 70, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 59%, 53%);
text
color: hsl(356, 59%, 53%);
border
border: 2px solid hsl(356, 59%, 53%);
gradient light
background: linear-gradient(to right, hsl(356, 59%, 73%), hsl(356, 59%, 53%));
gradient dark
background: linear-gradient(to right, hsl(356, 59%, 53%), hsl(356, 59%, 33%))
hex
background-color: #CE404A;
tailwind
bg-[hsl(356,59%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 59%, 53%, 0.4);
css variable
--color-primary: hsl(356, 59%, 53%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(356, 59%, 53%)?
HEX: #CE404A | RGB: rgb(206, 64, 74) | CMYK: 0%, 69%, 64%, 19% | HSV: 356°, 69%, 81%. Copy any format from the conversion table above.
What colors go well with #CE404A?
The complementary color is HSL(176, 59%, 53%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(356, 59%, 53%) in CSS?
As HSL: color: hsl(356, 59%, 53%); — As HEX: color: #CE404A; — As RGB: color: rgb(206, 64, 74); — Tailwind CSS: bg-[hsl(356,59%,53%)] — CSS variable: --color-primary: hsl(356, 59%, 53%);