HSL(357, 71%, 30%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,71%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 71%, 30%) | color: hsl(357, 71%, 30%) | |
| HEX | #83161C | color: #83161C | |
| RGB | rgb(131, 22, 28) | color: rgb(131, 22, 28) | |
| CMYK | cmyk(0%, 83%, 79%, 49%) | — | |
| HSV | hsv(357, 83%, 51%) | — | |
| HWB | hwb(357 9% 49%) | color: hwb(357 9% 49%) | |
| OKLCH | oklch(0.3974 0.1431 24.39) | color: oklch(0.3974 0.1431 24.39) | |
| Lab | lab(28.07 44.95 26.62) | color: lab(28.07 44.95 26.62) | |
| LCH | lch(28.07 52.24 30.63) | color: lch(28.07 52.24 30.63) |
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)
#54531B — rgb(84, 83, 27)
Deuteranopia (Green-blind)
#5A621A — rgb(90, 98, 26)
Tritanopia (Blue-blind)
#7E1919 — rgb(126, 25, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 71%, 30%);
text
color: hsl(357, 71%, 30%);
border
border: 2px solid hsl(357, 71%, 30%);
gradient light
background: linear-gradient(to right, hsl(357, 71%, 50%), hsl(357, 71%, 30%));
gradient dark
background: linear-gradient(to right, hsl(357, 71%, 30%), hsl(357, 71%, 10%))
hex
background-color: #83161C;
tailwind
bg-[hsl(357,71%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 71%, 30%, 0.4);
css variable
--color-primary: hsl(357, 71%, 30%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 71%, 30%)?
HEX: #83161C | RGB: rgb(131, 22, 28) | CMYK: 0%, 83%, 79%, 49% | HSV: 357°, 83%, 51%. Copy any format from the conversion table above.
What colors go well with #83161C?
The complementary color is HSL(177, 71%, 30%). 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%, 30%) in CSS?
As HSL: color: hsl(357, 71%, 30%); — As HEX: color: #83161C; — As RGB: color: rgb(131, 22, 28); — Tailwind CSS: bg-[hsl(357,71%,30%)] — CSS variable: --color-primary: hsl(357, 71%, 30%);