HSL(355, 60%, 43%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,60%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 60%, 43%) | color: hsl(355, 60%, 43%) | |
| HEX | #AF2C37 | color: #AF2C37 | |
| RGB | rgb(175, 44, 55) | color: rgb(175, 44, 55) | |
| CMYK | cmyk(0%, 75%, 69%, 31%) | — | |
| HSV | hsv(355, 75%, 69%) | — | |
| HWB | hwb(355 17% 31%) | color: hwb(355 17% 31%) | |
| OKLCH | oklch(0.5024 0.1668 21.33) | color: oklch(0.5024 0.1668 21.33) | |
| Lab | lab(39.91 52.77 25.94) | color: lab(39.91 52.77 25.94) | |
| LCH | lch(39.91 58.8 26.18) | color: lch(39.91 58.8 26.18) |
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)
#767534 — rgb(118, 117, 52)
Deuteranopia (Green-blind)
#7E8834 — rgb(126, 136, 52)
Tritanopia (Blue-blind)
#A83232 — rgb(168, 50, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 60%, 43%);
text
color: hsl(355, 60%, 43%);
border
border: 2px solid hsl(355, 60%, 43%);
gradient light
background: linear-gradient(to right, hsl(355, 60%, 63%), hsl(355, 60%, 43%));
gradient dark
background: linear-gradient(to right, hsl(355, 60%, 43%), hsl(355, 60%, 23%))
hex
background-color: #AF2C37;
tailwind
bg-[hsl(355,60%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 60%, 43%, 0.4);
css variable
--color-primary: hsl(355, 60%, 43%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 60%, 43%)?
HEX: #AF2C37 | RGB: rgb(175, 44, 55) | CMYK: 0%, 75%, 69%, 31% | HSV: 355°, 75%, 69%. Copy any format from the conversion table above.
What colors go well with #AF2C37?
The complementary color is HSL(175, 60%, 43%). 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%, 43%) in CSS?
As HSL: color: hsl(355, 60%, 43%); — As HEX: color: #AF2C37; — As RGB: color: rgb(175, 44, 55); — Tailwind CSS: bg-[hsl(355,60%,43%)] — CSS variable: --color-primary: hsl(355, 60%, 43%);