Hex Color #E7030A - Custom Color
Color Codes
HEX
#E7030A
RGB
rgb(231, 3, 10)
HSL
hsl(358, 97%, 46%)
CMYK
cmyk(0%, 99%, 96%, 9%)
HSV
hsv(358, 99%, 91%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.76:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.42:1
Fail - 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: #E7030A;
color: #E7030A;
border-color: #E7030A;
}
Tailwind CSS (with arbitrary values)
bg-[#E7030A]
text-[#E7030A]
border-[#E7030A]
// Example usage:
<div className="bg-[#E7030A]">