Hex Color #EB2710 - Custom Color

Color Codes

HEX
#EB2710
RGB
rgb(235, 39, 16)
HSL
hsl(6, 87%, 49%)
CMYK
cmyk(0%, 83%, 93%, 8%)
HSV
hsv(6, 93%, 92%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 4.35:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 4.83:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #EB2710;
color: #EB2710;
border-color: #EB2710;
}

Tailwind CSS (with arbitrary values)

bg-[#EB2710]
text-[#EB2710]
border-[#EB2710]
// Example usage:
<div className="bg-[#EB2710]">