HSL(352, 97%, 34%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,97%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 97%, 34%) | color: hsl(352, 97%, 34%) | |
| HEX | #AB0319 | color: #AB0319 | |
| RGB | rgb(171, 3, 25) | color: rgb(171, 3, 25) | |
| CMYK | cmyk(0%, 98%, 85%, 33%) | — | |
| HSV | hsv(352, 98%, 67%) | — | |
| HWB | hwb(352 1% 33%) | color: hwb(352 1% 33%) | |
| OKLCH | oklch(0.4678 0.1884 25.32) | color: oklch(0.4678 0.1884 25.32) | |
| Lab | lab(35.59 59.37 38.74) | color: lab(35.59 59.37 38.74) | |
| LCH | lch(35.59 70.89 33.13) | color: lch(35.59 70.89 33.13) |
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)
#626114 — rgb(98, 97, 20)
Deuteranopia (Green-blind)
#6C7912 — rgb(108, 121, 18)
Tritanopia (Blue-blind)
#A30F0F — rgb(163, 15, 15)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 97%, 34%);
text
color: hsl(352, 97%, 34%);
border
border: 2px solid hsl(352, 97%, 34%);
gradient light
background: linear-gradient(to right, hsl(352, 97%, 54%), hsl(352, 97%, 34%));
gradient dark
background: linear-gradient(to right, hsl(352, 97%, 34%), hsl(352, 97%, 14%))
hex
background-color: #AB0319;
tailwind
bg-[hsl(352,97%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 97%, 34%, 0.4);
css variable
--color-primary: hsl(352, 97%, 34%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(352, 97%, 34%)?
HEX: #AB0319 | RGB: rgb(171, 3, 25) | CMYK: 0%, 98%, 85%, 33% | HSV: 352°, 98%, 67%. Copy any format from the conversion table above.
What colors go well with #AB0319?
The complementary color is HSL(172, 97%, 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, 97%, 34%) in CSS?
As HSL: color: hsl(352, 97%, 34%); — As HEX: color: #AB0319; — As RGB: color: rgb(171, 3, 25); — Tailwind CSS: bg-[hsl(352,97%,34%)] — CSS variable: --color-primary: hsl(352, 97%, 34%);