HSL(7, 78%, 52%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,78%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 78%, 52%) | color: hsl(7, 78%, 52%) | |
| HEX | #E43B25 | color: #E43B25 | |
| RGB | rgb(228, 59, 37) | color: rgb(228, 59, 37) | |
| CMYK | cmyk(0%, 74%, 84%, 11%) | — | |
| HSV | hsv(7, 84%, 89%) | — | |
| HWB | hwb(7 14% 11%) | color: hwb(7 14% 11%) | |
| OKLCH | oklch(0.6068 0.2086 30.94) | color: oklch(0.6068 0.2086 30.94) | |
| Lab | lab(51.57 63.35 51.25) | color: lab(51.57 63.35 51.25) | |
| LCH | lch(51.57 81.48 38.97) | color: lch(51.57 81.48 38.97) |
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)
#9B992A — rgb(155, 153, 42)
Deuteranopia (Green-blind)
#A5B12C — rgb(165, 177, 44)
Tritanopia (Blue-blind)
#DC2F2F — rgb(220, 47, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 78%, 52%);
text
color: hsl(7, 78%, 52%);
border
border: 2px solid hsl(7, 78%, 52%);
gradient light
background: linear-gradient(to right, hsl(7, 78%, 72%), hsl(7, 78%, 52%));
gradient dark
background: linear-gradient(to right, hsl(7, 78%, 52%), hsl(7, 78%, 32%))
hex
background-color: #E43B25;
tailwind
bg-[hsl(7,78%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 78%, 52%, 0.4);
css variable
--color-primary: hsl(7, 78%, 52%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 78%, 52%)?
HEX: #E43B25 | RGB: rgb(228, 59, 37) | CMYK: 0%, 74%, 84%, 11% | HSV: 7°, 84%, 89%. Copy any format from the conversion table above.
What colors go well with #E43B25?
The complementary color is HSL(187, 78%, 52%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 78%, 52%) in CSS?
As HSL: color: hsl(7, 78%, 52%); — As HEX: color: #E43B25; — As RGB: color: rgb(228, 59, 37); — Tailwind CSS: bg-[hsl(7,78%,52%)] — CSS variable: --color-primary: hsl(7, 78%, 52%);