HSL(350, 80%, 38%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(350,80%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(350, 80%, 38%) | color: hsl(350, 80%, 38%) | |
| HEX | #AE132D | color: #AE132D | |
| RGB | rgb(174, 19, 45) | color: rgb(174, 19, 45) | |
| CMYK | cmyk(0%, 89%, 74%, 32%) | — | |
| HSV | hsv(350, 89%, 68%) | — | |
| HWB | hwb(350 7% 32%) | color: hwb(350 7% 32%) | |
| OKLCH | oklch(0.4817 0.1839 20.8) | color: oklch(0.4817 0.1839 20.8) | |
| Lab | lab(37.22 58.61 28.84) | color: lab(37.22 58.61 28.84) | |
| LCH | lch(37.22 65.32 26.2) | color: lch(37.22 65.32 26.2) |
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)
#6B6927 — rgb(107, 105, 39)
Deuteranopia (Green-blind)
#748025 — rgb(116, 128, 37)
Tritanopia (Blue-blind)
#A62221 — rgb(166, 34, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(350, 80%, 38%);
text
color: hsl(350, 80%, 38%);
border
border: 2px solid hsl(350, 80%, 38%);
gradient light
background: linear-gradient(to right, hsl(350, 80%, 58%), hsl(350, 80%, 38%));
gradient dark
background: linear-gradient(to right, hsl(350, 80%, 38%), hsl(350, 80%, 18%))
hex
background-color: #AE132D;
tailwind
bg-[hsl(350,80%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(350, 80%, 38%, 0.4);
css variable
--color-primary: hsl(350, 80%, 38%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(350, 80%, 38%)?
HEX: #AE132D | RGB: rgb(174, 19, 45) | CMYK: 0%, 89%, 74%, 32% | HSV: 350°, 89%, 68%. Copy any format from the conversion table above.
What colors go well with #AE132D?
The complementary color is HSL(170, 80%, 38%). For a triadic harmony, use hues 350°, 110°, and 230°. For analogous combinations, try hues 320° and 20°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(350, 80%, 38%) in CSS?
As HSL: color: hsl(350, 80%, 38%); — As HEX: color: #AE132D; — As RGB: color: rgb(174, 19, 45); — Tailwind CSS: bg-[hsl(350,80%,38%)] — CSS variable: --color-primary: hsl(350, 80%, 38%);