HSL(354, 89%, 35%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(354,89%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(354, 89%, 35%) | color: hsl(354, 89%, 35%) | |
| HEX | #A90A1A | color: #A90A1A | |
| RGB | rgb(169, 10, 26) | color: rgb(169, 10, 26) | |
| CMYK | cmyk(0%, 94%, 85%, 34%) | — | |
| HSV | hsv(354, 94%, 66%) | — | |
| HWB | hwb(354 4% 34%) | color: hwb(354 4% 34%) | |
| OKLCH | oklch(0.4662 0.1844 25.51) | color: oklch(0.4662 0.1844 25.51) | |
| Lab | lab(35.46 58.02 37.92) | color: lab(35.46 58.02 37.92) | |
| LCH | lch(35.46 69.31 33.17) | color: lch(35.46 69.31 33.17) |
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)
#646316 — rgb(100, 99, 22)
Deuteranopia (Green-blind)
#6D7915 — rgb(109, 121, 21)
Tritanopia (Blue-blind)
#A11312 — rgb(161, 19, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(354, 89%, 35%);
text
color: hsl(354, 89%, 35%);
border
border: 2px solid hsl(354, 89%, 35%);
gradient light
background: linear-gradient(to right, hsl(354, 89%, 55%), hsl(354, 89%, 35%));
gradient dark
background: linear-gradient(to right, hsl(354, 89%, 35%), hsl(354, 89%, 15%))
hex
background-color: #A90A1A;
tailwind
bg-[hsl(354,89%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(354, 89%, 35%, 0.4);
css variable
--color-primary: hsl(354, 89%, 35%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(354, 89%, 35%)?
HEX: #A90A1A | RGB: rgb(169, 10, 26) | CMYK: 0%, 94%, 85%, 34% | HSV: 354°, 94%, 66%. Copy any format from the conversion table above.
What colors go well with #A90A1A?
The complementary color is HSL(174, 89%, 35%). For a triadic harmony, use hues 354°, 114°, and 234°. For analogous combinations, try hues 324° and 24°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(354, 89%, 35%) in CSS?
As HSL: color: hsl(354, 89%, 35%); — As HEX: color: #A90A1A; — As RGB: color: rgb(169, 10, 26); — Tailwind CSS: bg-[hsl(354,89%,35%)] — CSS variable: --color-primary: hsl(354, 89%, 35%);