Hex Color #EC091C - Custom Color
Color Codes
HEX
#EC091C
RGB
rgb(236, 9, 28)
HSL
hsl(355, 93%, 48%)
CMYK
cmyk(0%, 96%, 88%, 7%)
HSV
hsv(355, 96%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.54:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.62: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: #EC091C;
color: #EC091C;
border-color: #EC091C;
}
Tailwind CSS (with arbitrary values)
bg-[#EC091C]
text-[#EC091C]
border-[#EC091C]
// Example usage:
<div className="bg-[#EC091C]">