HSL(345, 80%, 38%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(345,80%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(345, 80%, 38%) | color: hsl(345, 80%, 38%) | |
| HEX | #AE133A | color: #AE133A | |
| RGB | rgb(174, 19, 58) | color: rgb(174, 19, 58) | |
| CMYK | cmyk(0%, 89%, 67%, 32%) | — | |
| HSV | hsv(345, 89%, 68%) | — | |
| HWB | hwb(345 7% 32%) | color: hwb(345 7% 32%) | |
| OKLCH | oklch(0.4839 0.1837 15.71) | color: oklch(0.4839 0.1837 15.71) | |
| Lab | lab(37.43 59.22 20.9) | color: lab(37.43 59.22 20.9) | |
| LCH | lch(37.43 62.8 19.44) | color: lch(37.43 62.8 19.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)
#6B6931 — rgb(107, 105, 49)
Deuteranopia (Green-blind)
#74802E — rgb(116, 128, 46)
Tritanopia (Blue-blind)
#A62927 — rgb(166, 41, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(345, 80%, 38%);
text
color: hsl(345, 80%, 38%);
border
border: 2px solid hsl(345, 80%, 38%);
gradient light
background: linear-gradient(to right, hsl(345, 80%, 58%), hsl(345, 80%, 38%));
gradient dark
background: linear-gradient(to right, hsl(345, 80%, 38%), hsl(345, 80%, 18%))
hex
background-color: #AE133A;
tailwind
bg-[hsl(345,80%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(345, 80%, 38%, 0.4);
css variable
--color-primary: hsl(345, 80%, 38%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(345, 80%, 38%)?
HEX: #AE133A | RGB: rgb(174, 19, 58) | CMYK: 0%, 89%, 67%, 32% | HSV: 345°, 89%, 68%. Copy any format from the conversion table above.
What colors go well with #AE133A?
The complementary color is HSL(165, 80%, 38%). For a triadic harmony, use hues 345°, 105°, and 225°. For analogous combinations, try hues 315° and 15°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(345, 80%, 38%) in CSS?
As HSL: color: hsl(345, 80%, 38%); — As HEX: color: #AE133A; — As RGB: color: rgb(174, 19, 58); — Tailwind CSS: bg-[hsl(345,80%,38%)] — CSS variable: --color-primary: hsl(345, 80%, 38%);