HSL(2, 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(2,83%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 83%, 55%) | color: hsl(2, 83%, 55%) | |
| HEX | #EB332D | color: #EB332D | |
| RGB | rgb(235, 51, 45) | color: rgb(235, 51, 45) | |
| CMYK | cmyk(0%, 78%, 81%, 8%) | — | |
| HSV | hsv(2, 81%, 92%) | — | |
| HWB | hwb(2 17% 8%) | color: hwb(2 17% 8%) | |
| OKLCH | oklch(0.6132 0.2198 27.92) | color: oklch(0.6132 0.2198 27.92) | |
| Lab | lab(52.09 68.01 48.28) | color: lab(52.09 68.01 48.28) | |
| LCH | lch(52.09 83.4 35.37) | color: lch(52.09 83.4 35.37) |
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)
#9B9A2E — rgb(155, 154, 46)
Deuteranopia (Green-blind)
#A6B42F — rgb(166, 180, 47)
Tritanopia (Blue-blind)
#E23030 — rgb(226, 48, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 83%, 55%);
text
color: hsl(2, 83%, 55%);
border
border: 2px solid hsl(2, 83%, 55%);
gradient light
background: linear-gradient(to right, hsl(2, 83%, 75%), hsl(2, 83%, 55%));
gradient dark
background: linear-gradient(to right, hsl(2, 83%, 55%), hsl(2, 83%, 35%))
hex
background-color: #EB332D;
tailwind
bg-[hsl(2,83%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 83%, 55%, 0.4);
css variable
--color-primary: hsl(2, 83%, 55%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(2, 83%, 55%)?
HEX: #EB332D | RGB: rgb(235, 51, 45) | CMYK: 0%, 78%, 81%, 8% | HSV: 2°, 81%, 92%. Copy any format from the conversion table above.
What colors go well with #EB332D?
The complementary color is HSL(182, 83%, 55%). 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, 83%, 55%) in CSS?
As HSL: color: hsl(2, 83%, 55%); — As HEX: color: #EB332D; — As RGB: color: rgb(235, 51, 45); — Tailwind CSS: bg-[hsl(2,83%,55%)] — CSS variable: --color-primary: hsl(2, 83%, 55%);