HSL(359, 76%, 30%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(359,76%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(359, 76%, 30%) | color: hsl(359, 76%, 30%) | |
| HEX | #871214 | color: #871214 | |
| RGB | rgb(135, 18, 20) | color: rgb(135, 18, 20) | |
| CMYK | cmyk(0%, 87%, 85%, 47%) | — | |
| HSV | hsv(359, 87%, 53%) | — | |
| HWB | hwb(359 7% 47%) | color: hwb(359 7% 47%) | |
| OKLCH | oklch(0.4016 0.1505 26.81) | color: oklch(0.4016 0.1505 26.81) | |
| Lab | lab(28.47 46.95 32.11) | color: lab(28.47 46.95 32.11) | |
| LCH | lch(28.47 56.88 34.37) | color: lch(28.47 56.88 34.37) |
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)
#545314 — rgb(84, 83, 20)
Deuteranopia (Green-blind)
#5B6413 — rgb(91, 100, 19)
Tritanopia (Blue-blind)
#811313 — rgb(129, 19, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(359, 76%, 30%);
text
color: hsl(359, 76%, 30%);
border
border: 2px solid hsl(359, 76%, 30%);
gradient light
background: linear-gradient(to right, hsl(359, 76%, 50%), hsl(359, 76%, 30%));
gradient dark
background: linear-gradient(to right, hsl(359, 76%, 30%), hsl(359, 76%, 10%))
hex
background-color: #871214;
tailwind
bg-[hsl(359,76%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(359, 76%, 30%, 0.4);
css variable
--color-primary: hsl(359, 76%, 30%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(359, 76%, 30%)?
HEX: #871214 | RGB: rgb(135, 18, 20) | CMYK: 0%, 87%, 85%, 47% | HSV: 359°, 87%, 53%. Copy any format from the conversion table above.
What colors go well with #871214?
The complementary color is HSL(179, 76%, 30%). For a triadic harmony, use hues 359°, 119°, and 239°. For analogous combinations, try hues 329° and 29°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(359, 76%, 30%) in CSS?
As HSL: color: hsl(359, 76%, 30%); — As HEX: color: #871214; — As RGB: color: rgb(135, 18, 20); — Tailwind CSS: bg-[hsl(359,76%,30%)] — CSS variable: --color-primary: hsl(359, 76%, 30%);