HSL(357, 94%, 30%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,94%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 94%, 30%) | color: hsl(357, 94%, 30%) | |
| HEX | #94050C | color: #94050C | |
| RGB | rgb(148, 5, 12) | color: rgb(148, 5, 12) | |
| CMYK | cmyk(0%, 97%, 92%, 42%) | — | |
| HSV | hsv(357, 97%, 58%) | — | |
| HWB | hwb(357 2% 42%) | color: hwb(357 2% 42%) | |
| OKLCH | oklch(0.4212 0.169 27.55) | color: oklch(0.4212 0.169 27.55) | |
| Lab | lab(30.48 52.8 39.11) | color: lab(30.48 52.8 39.11) | |
| LCH | lch(30.48 65.71 36.53) | color: lch(30.48 65.71 36.53) |
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)
#56550A — rgb(86, 85, 10)
Deuteranopia (Green-blind)
#5E690A — rgb(94, 105, 10)
Tritanopia (Blue-blind)
#8D0909 — rgb(141, 9, 9)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 94%, 30%);
text
color: hsl(357, 94%, 30%);
border
border: 2px solid hsl(357, 94%, 30%);
gradient light
background: linear-gradient(to right, hsl(357, 94%, 50%), hsl(357, 94%, 30%));
gradient dark
background: linear-gradient(to right, hsl(357, 94%, 30%), hsl(357, 94%, 10%))
hex
background-color: #94050C;
tailwind
bg-[hsl(357,94%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 94%, 30%, 0.4);
css variable
--color-primary: hsl(357, 94%, 30%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 94%, 30%)?
HEX: #94050C | RGB: rgb(148, 5, 12) | CMYK: 0%, 97%, 92%, 42% | HSV: 357°, 97%, 58%. Copy any format from the conversion table above.
What colors go well with #94050C?
The complementary color is HSL(177, 94%, 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, 94%, 30%) in CSS?
As HSL: color: hsl(357, 94%, 30%); — As HEX: color: #94050C; — As RGB: color: rgb(148, 5, 12); — Tailwind CSS: bg-[hsl(357,94%,30%)] — CSS variable: --color-primary: hsl(357, 94%, 30%);