HSL(355, 72%, 41%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,72%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 72%, 41%) | color: hsl(355, 72%, 41%) | |
| HEX | #B41D2A | color: #B41D2A | |
| RGB | rgb(180, 29, 42) | color: rgb(180, 29, 42) | |
| CMYK | cmyk(0%, 84%, 77%, 29%) | — | |
| HSV | hsv(355, 84%, 71%) | — | |
| HWB | hwb(355 11% 29%) | color: hwb(355 11% 29%) | |
| OKLCH | oklch(0.4981 0.184 23.6) | color: oklch(0.4981 0.184 23.6) | |
| Lab | lab(39.16 58.05 33.2) | color: lab(39.16 58.05 33.2) | |
| LCH | lch(39.16 66.87 29.77) | color: lch(39.16 66.87 29.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)
#737127 — rgb(115, 113, 39)
Deuteranopia (Green-blind)
#7B8726 — rgb(123, 135, 38)
Tritanopia (Blue-blind)
#AC2424 — rgb(172, 36, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 72%, 41%);
text
color: hsl(355, 72%, 41%);
border
border: 2px solid hsl(355, 72%, 41%);
gradient light
background: linear-gradient(to right, hsl(355, 72%, 61%), hsl(355, 72%, 41%));
gradient dark
background: linear-gradient(to right, hsl(355, 72%, 41%), hsl(355, 72%, 21%))
hex
background-color: #B41D2A;
tailwind
bg-[hsl(355,72%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 72%, 41%, 0.4);
css variable
--color-primary: hsl(355, 72%, 41%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 72%, 41%)?
HEX: #B41D2A | RGB: rgb(180, 29, 42) | CMYK: 0%, 84%, 77%, 29% | HSV: 355°, 84%, 71%. Copy any format from the conversion table above.
What colors go well with #B41D2A?
The complementary color is HSL(175, 72%, 41%). 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, 72%, 41%) in CSS?
As HSL: color: hsl(355, 72%, 41%); — As HEX: color: #B41D2A; — As RGB: color: rgb(180, 29, 42); — Tailwind CSS: bg-[hsl(355,72%,41%)] — CSS variable: --color-primary: hsl(355, 72%, 41%);