HSL(356, 50%, 52%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(356,50%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 50%, 52%) | color: hsl(356, 50%, 52%) | |
| HEX | #C24750 | color: #C24750 | |
| RGB | rgb(194, 71, 80) | color: rgb(194, 71, 80) | |
| CMYK | cmyk(0%, 63%, 59%, 24%) | — | |
| HSV | hsv(356, 63%, 76%) | — | |
| HWB | hwb(356 28% 24%) | color: hwb(356 28% 24%) | |
| OKLCH | oklch(0.5684 0.1574 19.41) | color: oklch(0.5684 0.1574 19.41) | |
| Lab | lab(47.7 49.81 21.38) | color: lab(47.7 49.81 21.38) | |
| LCH | lch(47.7 54.2 23.23) | color: lch(47.7 54.2 23.23) |
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)
#8D8C4E — rgb(141, 140, 78)
Deuteranopia (Green-blind)
#949D4D — rgb(148, 157, 77)
Tritanopia (Blue-blind)
#BC4C4C — rgb(188, 76, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 50%, 52%);
text
color: hsl(356, 50%, 52%);
border
border: 2px solid hsl(356, 50%, 52%);
gradient light
background: linear-gradient(to right, hsl(356, 50%, 72%), hsl(356, 50%, 52%));
gradient dark
background: linear-gradient(to right, hsl(356, 50%, 52%), hsl(356, 50%, 32%))
hex
background-color: #C24750;
tailwind
bg-[hsl(356,50%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 50%, 52%, 0.4);
css variable
--color-primary: hsl(356, 50%, 52%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(356, 50%, 52%)?
HEX: #C24750 | RGB: rgb(194, 71, 80) | CMYK: 0%, 63%, 59%, 24% | HSV: 356°, 63%, 76%. Copy any format from the conversion table above.
What colors go well with #C24750?
The complementary color is HSL(176, 50%, 52%). 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, 50%, 52%) in CSS?
As HSL: color: hsl(356, 50%, 52%); — As HEX: color: #C24750; — As RGB: color: rgb(194, 71, 80); — Tailwind CSS: bg-[hsl(356,50%,52%)] — CSS variable: --color-primary: hsl(356, 50%, 52%);