HSL(357, 83%, 34%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,83%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 83%, 34%) | color: hsl(357, 83%, 34%) | |
| HEX | #9F0F16 | color: #9F0F16 | |
| RGB | rgb(159, 15, 22) | color: rgb(159, 15, 22) | |
| CMYK | cmyk(0%, 91%, 86%, 38%) | — | |
| HSV | hsv(357, 91%, 62%) | — | |
| HWB | hwb(357 6% 38%) | color: hwb(357 6% 38%) | |
| OKLCH | oklch(0.4479 0.1741 26.61) | color: oklch(0.4479 0.1741 26.61) | |
| Lab | lab(33.51 54.49 37.52) | color: lab(33.51 54.49 37.52) | |
| LCH | lch(33.51 66.16 34.55) | color: lch(33.51 66.16 34.55) |
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)
#615F14 — rgb(97, 95, 20)
Deuteranopia (Green-blind)
#697414 — rgb(105, 116, 20)
Tritanopia (Blue-blind)
#981313 — rgb(152, 19, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 83%, 34%);
text
color: hsl(357, 83%, 34%);
border
border: 2px solid hsl(357, 83%, 34%);
gradient light
background: linear-gradient(to right, hsl(357, 83%, 54%), hsl(357, 83%, 34%));
gradient dark
background: linear-gradient(to right, hsl(357, 83%, 34%), hsl(357, 83%, 14%))
hex
background-color: #9F0F16;
tailwind
bg-[hsl(357,83%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 83%, 34%, 0.4);
css variable
--color-primary: hsl(357, 83%, 34%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 83%, 34%)?
HEX: #9F0F16 | RGB: rgb(159, 15, 22) | CMYK: 0%, 91%, 86%, 38% | HSV: 357°, 91%, 62%. Copy any format from the conversion table above.
What colors go well with #9F0F16?
The complementary color is HSL(177, 83%, 34%). 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, 83%, 34%) in CSS?
As HSL: color: hsl(357, 83%, 34%); — As HEX: color: #9F0F16; — As RGB: color: rgb(159, 15, 22); — Tailwind CSS: bg-[hsl(357,83%,34%)] — CSS variable: --color-primary: hsl(357, 83%, 34%);