Hex Color #E91635 - Custom Color
Color Codes
HEX
#E91635
RGB
rgb(233, 22, 53)
HSL
hsl(351, 83%, 50%)
CMYK
cmyk(0%, 91%, 77%, 9%)
HSV
hsv(351, 91%, 91%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.53:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.63: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: #E91635;
color: #E91635;
border-color: #E91635;
}
Tailwind CSS (with arbitrary values)
bg-[#E91635]
text-[#E91635]
border-[#E91635]
// Example usage:
<div className="bg-[#E91635]">