HSL(358, 73%, 42%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,73%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 73%, 42%) | color: hsl(358, 73%, 42%) | |
| HEX | #B91D22 | color: #B91D22 | |
| RGB | rgb(185, 29, 34) | color: rgb(185, 29, 34) | |
| CMYK | cmyk(0%, 84%, 82%, 27%) | — | |
| HSV | hsv(358, 84%, 73%) | — | |
| HWB | hwb(358 12% 27%) | color: hwb(358 12% 27%) | |
| OKLCH | oklch(0.5066 0.1893 26.19) | color: oklch(0.5066 0.1893 26.19) | |
| Lab | lab(40.1 59.2 39.1) | color: lab(40.1 59.2 39.1) | |
| LCH | lch(40.1 70.95 33.44) | color: lch(40.1 70.95 33.44) |
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)
#757421 — rgb(117, 116, 33)
Deuteranopia (Green-blind)
#7F8A21 — rgb(127, 138, 33)
Tritanopia (Blue-blind)
#B12020 — rgb(177, 32, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 73%, 42%);
text
color: hsl(358, 73%, 42%);
border
border: 2px solid hsl(358, 73%, 42%);
gradient light
background: linear-gradient(to right, hsl(358, 73%, 62%), hsl(358, 73%, 42%));
gradient dark
background: linear-gradient(to right, hsl(358, 73%, 42%), hsl(358, 73%, 22%))
hex
background-color: #B91D22;
tailwind
bg-[hsl(358,73%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 73%, 42%, 0.4);
css variable
--color-primary: hsl(358, 73%, 42%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(358, 73%, 42%)?
HEX: #B91D22 | RGB: rgb(185, 29, 34) | CMYK: 0%, 84%, 82%, 27% | HSV: 358°, 84%, 73%. Copy any format from the conversion table above.
What colors go well with #B91D22?
The complementary color is HSL(178, 73%, 42%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(358, 73%, 42%) in CSS?
As HSL: color: hsl(358, 73%, 42%); — As HEX: color: #B91D22; — As RGB: color: rgb(185, 29, 34); — Tailwind CSS: bg-[hsl(358,73%,42%)] — CSS variable: --color-primary: hsl(358, 73%, 42%);