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