HSL(356, 77%, 38%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(356,77%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 77%, 38%) | color: hsl(356, 77%, 38%) | |
| HEX | #AC1620 | color: #AC1620 | |
| RGB | rgb(172, 22, 32) | color: rgb(172, 22, 32) | |
| CMYK | cmyk(0%, 87%, 81%, 33%) | — | |
| HSV | hsv(356, 87%, 67%) | — | |
| HWB | hwb(356 9% 33%) | color: hwb(356 9% 33%) | |
| OKLCH | oklch(0.4777 0.1816 25.27) | color: oklch(0.4777 0.1816 25.27) | |
| Lab | lab(36.84 57.03 36.09) | color: lab(36.84 57.03 36.09) | |
| LCH | lch(36.84 67.49 32.33) | color: lch(36.84 67.49 32.33) |
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)
#6B6A1E — rgb(107, 106, 30)
Deuteranopia (Green-blind)
#747F1D — rgb(116, 127, 29)
Tritanopia (Blue-blind)
#A51C1B — rgb(165, 28, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 77%, 38%);
text
color: hsl(356, 77%, 38%);
border
border: 2px solid hsl(356, 77%, 38%);
gradient light
background: linear-gradient(to right, hsl(356, 77%, 58%), hsl(356, 77%, 38%));
gradient dark
background: linear-gradient(to right, hsl(356, 77%, 38%), hsl(356, 77%, 18%))
hex
background-color: #AC1620;
tailwind
bg-[hsl(356,77%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 77%, 38%, 0.4);
css variable
--color-primary: hsl(356, 77%, 38%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(356, 77%, 38%)?
HEX: #AC1620 | RGB: rgb(172, 22, 32) | CMYK: 0%, 87%, 81%, 33% | HSV: 356°, 87%, 67%. Copy any format from the conversion table above.
What colors go well with #AC1620?
The complementary color is HSL(176, 77%, 38%). 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, 77%, 38%) in CSS?
As HSL: color: hsl(356, 77%, 38%); — As HEX: color: #AC1620; — As RGB: color: rgb(172, 22, 32); — Tailwind CSS: bg-[hsl(356,77%,38%)] — CSS variable: --color-primary: hsl(356, 77%, 38%);