HSL(355, 87%, 37%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,87%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 87%, 37%) | color: hsl(355, 87%, 37%) | |
| HEX | #B00C1A | color: #B00C1A | |
| RGB | rgb(176, 12, 26) | color: rgb(176, 12, 26) | |
| CMYK | cmyk(0%, 93%, 85%, 31%) | — | |
| HSV | hsv(355, 93%, 69%) | — | |
| HWB | hwb(355 5% 31%) | color: hwb(355 5% 31%) | |
| OKLCH | oklch(0.4806 0.1898 25.96) | color: oklch(0.4806 0.1898 25.96) | |
| Lab | lab(37.06 59.61 39.93) | color: lab(37.06 59.61 39.93) | |
| LCH | lch(37.06 71.75 33.82) | color: lch(37.06 71.75 33.82) |
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)
#696817 — rgb(105, 104, 23)
Deuteranopia (Green-blind)
#737F16 — rgb(115, 127, 22)
Tritanopia (Blue-blind)
#A81413 — rgb(168, 20, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 87%, 37%);
text
color: hsl(355, 87%, 37%);
border
border: 2px solid hsl(355, 87%, 37%);
gradient light
background: linear-gradient(to right, hsl(355, 87%, 57%), hsl(355, 87%, 37%));
gradient dark
background: linear-gradient(to right, hsl(355, 87%, 37%), hsl(355, 87%, 17%))
hex
background-color: #B00C1A;
tailwind
bg-[hsl(355,87%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 87%, 37%, 0.4);
css variable
--color-primary: hsl(355, 87%, 37%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 87%, 37%)?
HEX: #B00C1A | RGB: rgb(176, 12, 26) | CMYK: 0%, 93%, 85%, 31% | HSV: 355°, 93%, 69%. Copy any format from the conversion table above.
What colors go well with #B00C1A?
The complementary color is HSL(175, 87%, 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, 87%, 37%) in CSS?
As HSL: color: hsl(355, 87%, 37%); — As HEX: color: #B00C1A; — As RGB: color: rgb(176, 12, 26); — Tailwind CSS: bg-[hsl(355,87%,37%)] — CSS variable: --color-primary: hsl(355, 87%, 37%);