HSL(357, 50%, 51%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,50%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 50%, 51%) | color: hsl(357, 50%, 51%) | |
| HEX | #C1444A | color: #C1444A | |
| RGB | rgb(193, 68, 74) | color: rgb(193, 68, 74) | |
| CMYK | cmyk(0%, 65%, 62%, 24%) | — | |
| HSV | hsv(357, 65%, 76%) | — | |
| HWB | hwb(357 27% 24%) | color: hwb(357 27% 24%) | |
| OKLCH | oklch(0.562 0.16 21.17) | color: oklch(0.562 0.16 21.17) | |
| Lab | lab(46.93 50.36 23.95) | color: lab(46.93 50.36 23.95) | |
| LCH | lch(46.93 55.76 25.43) | color: lch(46.93 55.76 25.43) |
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)
#8B8A49 — rgb(139, 138, 73)
Deuteranopia (Green-blind)
#929C48 — rgb(146, 156, 72)
Tritanopia (Blue-blind)
#BB4747 — rgb(187, 71, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 50%, 51%);
text
color: hsl(357, 50%, 51%);
border
border: 2px solid hsl(357, 50%, 51%);
gradient light
background: linear-gradient(to right, hsl(357, 50%, 71%), hsl(357, 50%, 51%));
gradient dark
background: linear-gradient(to right, hsl(357, 50%, 51%), hsl(357, 50%, 31%))
hex
background-color: #C1444A;
tailwind
bg-[hsl(357,50%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 50%, 51%, 0.4);
css variable
--color-primary: hsl(357, 50%, 51%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 50%, 51%)?
HEX: #C1444A | RGB: rgb(193, 68, 74) | CMYK: 0%, 65%, 62%, 24% | HSV: 357°, 65%, 76%. Copy any format from the conversion table above.
What colors go well with #C1444A?
The complementary color is HSL(177, 50%, 51%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 50%, 51%) in CSS?
As HSL: color: hsl(357, 50%, 51%); — As HEX: color: #C1444A; — As RGB: color: rgb(193, 68, 74); — Tailwind CSS: bg-[hsl(357,50%,51%)] — CSS variable: --color-primary: hsl(357, 50%, 51%);