HSL(356, 58%, 37%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(356,58%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 58%, 37%) | color: hsl(356, 58%, 37%) | |
| HEX | #95282F | color: #95282F | |
| RGB | rgb(149, 40, 47) | color: rgb(149, 40, 47) | |
| CMYK | cmyk(0%, 73%, 68%, 42%) | — | |
| HSV | hsv(356, 73%, 58%) | — | |
| HWB | hwb(356 16% 42%) | color: hwb(356 16% 42%) | |
| OKLCH | oklch(0.4506 0.1442 21.79) | color: oklch(0.4506 0.1442 21.79) | |
| Lab | lab(34.22 45.49 22.78) | color: lab(34.22 45.49 22.78) | |
| LCH | lch(34.22 50.88 26.6) | color: lch(34.22 50.88 26.6) |
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)
#66652D — rgb(102, 101, 45)
Deuteranopia (Green-blind)
#6C742D — rgb(108, 116, 45)
Tritanopia (Blue-blind)
#902C2C — rgb(144, 44, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 58%, 37%);
text
color: hsl(356, 58%, 37%);
border
border: 2px solid hsl(356, 58%, 37%);
gradient light
background: linear-gradient(to right, hsl(356, 58%, 57%), hsl(356, 58%, 37%));
gradient dark
background: linear-gradient(to right, hsl(356, 58%, 37%), hsl(356, 58%, 17%))
hex
background-color: #95282F;
tailwind
bg-[hsl(356,58%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 58%, 37%, 0.4);
css variable
--color-primary: hsl(356, 58%, 37%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(356, 58%, 37%)?
HEX: #95282F | RGB: rgb(149, 40, 47) | CMYK: 0%, 73%, 68%, 42% | HSV: 356°, 73%, 58%. Copy any format from the conversion table above.
What colors go well with #95282F?
The complementary color is HSL(176, 58%, 37%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(356, 58%, 37%) in CSS?
As HSL: color: hsl(356, 58%, 37%); — As HEX: color: #95282F; — As RGB: color: rgb(149, 40, 47); — Tailwind CSS: bg-[hsl(356,58%,37%)] — CSS variable: --color-primary: hsl(356, 58%, 37%);