HSL(355, 60%, 48%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,60%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 60%, 48%) | color: hsl(355, 60%, 48%) | |
| HEX | #C4313D | color: #C4313D | |
| RGB | rgb(196, 49, 61) | color: rgb(196, 49, 61) | |
| CMYK | cmyk(0%, 75%, 69%, 23%) | — | |
| HSV | hsv(355, 75%, 77%) | — | |
| HWB | hwb(355 19% 23%) | color: hwb(355 19% 23%) | |
| OKLCH | oklch(0.545 0.1828 21.64) | color: oklch(0.545 0.1828 21.64) | |
| Lab | lab(44.62 57.81 28.98) | color: lab(44.62 57.81 28.98) | |
| LCH | lch(44.62 64.67 26.62) | color: lch(44.62 64.67 26.62) |
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)
#84833A — rgb(132, 131, 58)
Deuteranopia (Green-blind)
#8D9839 — rgb(141, 152, 57)
Tritanopia (Blue-blind)
#BD3837 — rgb(189, 56, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 60%, 48%);
text
color: hsl(355, 60%, 48%);
border
border: 2px solid hsl(355, 60%, 48%);
gradient light
background: linear-gradient(to right, hsl(355, 60%, 68%), hsl(355, 60%, 48%));
gradient dark
background: linear-gradient(to right, hsl(355, 60%, 48%), hsl(355, 60%, 28%))
hex
background-color: #C4313D;
tailwind
bg-[hsl(355,60%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 60%, 48%, 0.4);
css variable
--color-primary: hsl(355, 60%, 48%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 60%, 48%)?
HEX: #C4313D | RGB: rgb(196, 49, 61) | CMYK: 0%, 75%, 69%, 23% | HSV: 355°, 75%, 77%. Copy any format from the conversion table above.
What colors go well with #C4313D?
The complementary color is HSL(175, 60%, 48%). 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, 60%, 48%) in CSS?
As HSL: color: hsl(355, 60%, 48%); — As HEX: color: #C4313D; — As RGB: color: rgb(196, 49, 61); — Tailwind CSS: bg-[hsl(355,60%,48%)] — CSS variable: --color-primary: hsl(355, 60%, 48%);