HSL(355, 74%, 37%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,74%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 74%, 37%) | color: hsl(355, 74%, 37%) | |
| HEX | #A41924 | color: #A41924 | |
| RGB | rgb(164, 25, 36) | color: rgb(164, 25, 36) | |
| CMYK | cmyk(0%, 85%, 78%, 36%) | — | |
| HSV | hsv(355, 85%, 64%) | — | |
| HWB | hwb(355 10% 36%) | color: hwb(355 10% 36%) | |
| OKLCH | oklch(0.4645 0.1722 24.01) | color: oklch(0.4645 0.1722 24.01) | |
| Lab | lab(35.44 54.25 31.76) | color: lab(35.44 54.25 31.76) | |
| LCH | lch(35.44 62.86 30.35) | color: lch(35.44 62.86 30.35) |
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)
#686721 — rgb(104, 103, 33)
Deuteranopia (Green-blind)
#707A21 — rgb(112, 122, 33)
Tritanopia (Blue-blind)
#9D1F1F — rgb(157, 31, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 74%, 37%);
text
color: hsl(355, 74%, 37%);
border
border: 2px solid hsl(355, 74%, 37%);
gradient light
background: linear-gradient(to right, hsl(355, 74%, 57%), hsl(355, 74%, 37%));
gradient dark
background: linear-gradient(to right, hsl(355, 74%, 37%), hsl(355, 74%, 17%))
hex
background-color: #A41924;
tailwind
bg-[hsl(355,74%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 74%, 37%, 0.4);
css variable
--color-primary: hsl(355, 74%, 37%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 74%, 37%)?
HEX: #A41924 | RGB: rgb(164, 25, 36) | CMYK: 0%, 85%, 78%, 36% | HSV: 355°, 85%, 64%. Copy any format from the conversion table above.
What colors go well with #A41924?
The complementary color is HSL(175, 74%, 37%). 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, 74%, 37%) in CSS?
As HSL: color: hsl(355, 74%, 37%); — As HEX: color: #A41924; — As RGB: color: rgb(164, 25, 36); — Tailwind CSS: bg-[hsl(355,74%,37%)] — CSS variable: --color-primary: hsl(355, 74%, 37%);