HSL(357, 71%, 33%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,71%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 71%, 33%) | color: hsl(357, 71%, 33%) | |
| HEX | #90181E | color: #90181E | |
| RGB | rgb(144, 24, 30) | color: rgb(144, 24, 30) | |
| CMYK | cmyk(0%, 83%, 79%, 44%) | — | |
| HSV | hsv(357, 83%, 56%) | — | |
| HWB | hwb(357 10% 44%) | color: hwb(357 10% 44%) | |
| OKLCH | oklch(0.4245 0.1543 24.83) | color: oklch(0.4245 0.1543 24.83) | |
| Lab | lab(31.06 48.42 29.43) | color: lab(31.06 48.42 29.43) | |
| LCH | lch(31.06 56.66 31.29) | color: lch(31.06 56.66 31.29) |
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)
#5C5B1D — rgb(92, 91, 29)
Deuteranopia (Green-blind)
#636C1C — rgb(99, 108, 28)
Tritanopia (Blue-blind)
#8A1B1B — rgb(138, 27, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 71%, 33%);
text
color: hsl(357, 71%, 33%);
border
border: 2px solid hsl(357, 71%, 33%);
gradient light
background: linear-gradient(to right, hsl(357, 71%, 53%), hsl(357, 71%, 33%));
gradient dark
background: linear-gradient(to right, hsl(357, 71%, 33%), hsl(357, 71%, 13%))
hex
background-color: #90181E;
tailwind
bg-[hsl(357,71%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 71%, 33%, 0.4);
css variable
--color-primary: hsl(357, 71%, 33%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 71%, 33%)?
HEX: #90181E | RGB: rgb(144, 24, 30) | CMYK: 0%, 83%, 79%, 44% | HSV: 357°, 83%, 56%. Copy any format from the conversion table above.
What colors go well with #90181E?
The complementary color is HSL(177, 71%, 33%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 71%, 33%) in CSS?
As HSL: color: hsl(357, 71%, 33%); — As HEX: color: #90181E; — As RGB: color: rgb(144, 24, 30); — Tailwind CSS: bg-[hsl(357,71%,33%)] — CSS variable: --color-primary: hsl(357, 71%, 33%);