HSL(355, 50%, 42%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,50%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 50%, 42%) | color: hsl(355, 50%, 42%) | |
| HEX | #A1363E | color: #A1363E | |
| RGB | rgb(161, 54, 62) | color: rgb(161, 54, 62) | |
| CMYK | cmyk(0%, 66%, 61%, 37%) | — | |
| HSV | hsv(356, 66%, 63%) | — | |
| HWB | hwb(356 21% 37%) | color: hwb(356 21% 37%) | |
| OKLCH | oklch(0.4901 0.1413 19.78) | color: oklch(0.4901 0.1413 19.78) | |
| Lab | lab(38.84 44.72 19.7) | color: lab(38.84 44.72 19.7) | |
| LCH | lch(38.84 48.87 23.77) | color: lch(38.84 48.87 23.77) |
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)
#73723C — rgb(115, 114, 60)
Deuteranopia (Green-blind)
#79813C — rgb(121, 129, 60)
Tritanopia (Blue-blind)
#9C3B3A — rgb(156, 59, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 50%, 42%);
text
color: hsl(355, 50%, 42%);
border
border: 2px solid hsl(355, 50%, 42%);
gradient light
background: linear-gradient(to right, hsl(355, 50%, 62%), hsl(355, 50%, 42%));
gradient dark
background: linear-gradient(to right, hsl(355, 50%, 42%), hsl(355, 50%, 22%))
hex
background-color: #A1363E;
tailwind
bg-[hsl(355,50%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 50%, 42%, 0.4);
css variable
--color-primary: hsl(355, 50%, 42%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 50%, 42%)?
HEX: #A1363E | RGB: rgb(161, 54, 62) | CMYK: 0%, 66%, 61%, 37% | HSV: 356°, 66%, 63%. Copy any format from the conversion table above.
What colors go well with #A1363E?
The complementary color is HSL(175, 50%, 42%). 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, 50%, 42%) in CSS?
As HSL: color: hsl(355, 50%, 42%); — As HEX: color: #A1363E; — As RGB: color: rgb(161, 54, 62); — Tailwind CSS: bg-[hsl(355,50%,42%)] — CSS variable: --color-primary: hsl(355, 50%, 42%);