HSL(2, 75%, 53%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,75%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 75%, 53%) | color: hsl(2, 75%, 53%) | |
| HEX | #E1332D | color: #E1332D | |
| RGB | rgb(225, 51, 45) | color: rgb(225, 51, 45) | |
| CMYK | cmyk(0%, 77%, 80%, 12%) | — | |
| HSV | hsv(2, 80%, 88%) | — | |
| HWB | hwb(2 18% 12%) | color: hwb(2 18% 12%) | |
| OKLCH | oklch(0.5956 0.2106 27.83) | color: oklch(0.5956 0.2106 27.83) | |
| Lab | lab(50.18 65.14 45.76) | color: lab(50.18 65.14 45.76) | |
| LCH | lch(50.18 79.61 35.09) | color: lch(50.18 79.61 35.09) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#96942E — rgb(150, 148, 46)
Deuteranopia (Green-blind)
#A0AD2F — rgb(160, 173, 47)
Tritanopia (Blue-blind)
#D83030 — rgb(216, 48, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 75%, 53%);
text
color: hsl(2, 75%, 53%);
border
border: 2px solid hsl(2, 75%, 53%);
gradient light
background: linear-gradient(to right, hsl(2, 75%, 73%), hsl(2, 75%, 53%));
gradient dark
background: linear-gradient(to right, hsl(2, 75%, 53%), hsl(2, 75%, 33%))
hex
background-color: #E1332D;
tailwind
bg-[hsl(2,75%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 75%, 53%, 0.4);
css variable
--color-primary: hsl(2, 75%, 53%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 75%, 53%)?
HEX: #E1332D | RGB: rgb(225, 51, 45) | CMYK: 0%, 77%, 80%, 12% | HSV: 2°, 80%, 88%. Copy any format from the conversion table above.
What colors go well with #E1332D?
The complementary color is HSL(182, 75%, 53%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 75%, 53%) in CSS?
As HSL: color: hsl(2, 75%, 53%); — As HEX: color: #E1332D; — As RGB: color: rgb(225, 51, 45); — Tailwind CSS: bg-[hsl(2,75%,53%)] — CSS variable: --color-primary: hsl(2, 75%, 53%);