HSL(0, 83%, 55%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(0,83%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(0, 83%, 55%) | color: hsl(0, 83%, 55%) | |
| HEX | #EB2D2D | color: #EB2D2D | |
| RGB | rgb(235, 45, 45) | color: rgb(235, 45, 45) | |
| CMYK | cmyk(0%, 81%, 81%, 8%) | — | |
| HSV | hsv(0, 81%, 92%) | — | |
| HWB | hwb(0 17% 8%) | color: hwb(0 17% 8%) | |
| OKLCH | oklch(0.6091 0.2236 27.06) | color: oklch(0.6091 0.2236 27.06) | |
| Lab | lab(51.54 69.58 47.74) | color: lab(51.54 69.58 47.74) | |
| LCH | lch(51.54 84.38 34.45) | color: lch(51.54 84.38 34.45) |
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)
#99972D — rgb(153, 151, 45)
Deuteranopia (Green-blind)
#A4B22D — rgb(164, 178, 45)
Tritanopia (Blue-blind)
#E22D2D — rgb(226, 45, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(0, 83%, 55%);
text
color: hsl(0, 83%, 55%);
border
border: 2px solid hsl(0, 83%, 55%);
gradient light
background: linear-gradient(to right, hsl(0, 83%, 75%), hsl(0, 83%, 55%));
gradient dark
background: linear-gradient(to right, hsl(0, 83%, 55%), hsl(0, 83%, 35%))
hex
background-color: #EB2D2D;
tailwind
bg-[hsl(0,83%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(0, 83%, 55%, 0.4);
css variable
--color-primary: hsl(0, 83%, 55%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(0, 83%, 55%)?
HEX: #EB2D2D | RGB: rgb(235, 45, 45) | CMYK: 0%, 81%, 81%, 8% | HSV: 0°, 81%, 92%. Copy any format from the conversion table above.
What colors go well with #EB2D2D?
The complementary color is HSL(180, 83%, 55%). For a triadic harmony, use hues 0°, 120°, and 240°. For analogous combinations, try hues 330° and 30°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(0, 83%, 55%) in CSS?
As HSL: color: hsl(0, 83%, 55%); — As HEX: color: #EB2D2D; — As RGB: color: rgb(235, 45, 45); — Tailwind CSS: bg-[hsl(0,83%,55%)] — CSS variable: --color-primary: hsl(0, 83%, 55%);