HSL(352, 67%, 34%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,67%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 67%, 34%) | color: hsl(352, 67%, 34%) | |
| HEX | #911D2C | color: #911D2C | |
| RGB | rgb(145, 29, 44) | color: rgb(145, 29, 44) | |
| CMYK | cmyk(0%, 80%, 70%, 43%) | — | |
| HSV | hsv(352, 80%, 57%) | — | |
| HWB | hwb(352 11% 43%) | color: hwb(352 11% 43%) | |
| OKLCH | oklch(0.4324 0.1504 19.81) | color: oklch(0.4324 0.1504 19.81) | |
| Lab | lab(31.99 47.89 21.76) | color: lab(31.99 47.89 21.76) | |
| LCH | lch(31.99 52.6 24.44) | color: lch(31.99 52.6 24.44) |
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)
#5F5E28 — rgb(95, 94, 40)
Deuteranopia (Green-blind)
#666E28 — rgb(102, 110, 40)
Tritanopia (Blue-blind)
#8B2625 — rgb(139, 38, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 67%, 34%);
text
color: hsl(352, 67%, 34%);
border
border: 2px solid hsl(352, 67%, 34%);
gradient light
background: linear-gradient(to right, hsl(352, 67%, 54%), hsl(352, 67%, 34%));
gradient dark
background: linear-gradient(to right, hsl(352, 67%, 34%), hsl(352, 67%, 14%))
hex
background-color: #911D2C;
tailwind
bg-[hsl(352,67%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 67%, 34%, 0.4);
css variable
--color-primary: hsl(352, 67%, 34%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(352, 67%, 34%)?
HEX: #911D2C | RGB: rgb(145, 29, 44) | CMYK: 0%, 80%, 70%, 43% | HSV: 352°, 80%, 57%. Copy any format from the conversion table above.
What colors go well with #911D2C?
The complementary color is HSL(172, 67%, 34%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 67%, 34%) in CSS?
As HSL: color: hsl(352, 67%, 34%); — As HEX: color: #911D2C; — As RGB: color: rgb(145, 29, 44); — Tailwind CSS: bg-[hsl(352,67%,34%)] — CSS variable: --color-primary: hsl(352, 67%, 34%);