Hex Color #C01122 - Custom Color
Color Codes
HEX
#C01122
RGB
rgb(192, 17, 34)
HSL
hsl(354, 84%, 41%)
CMYK
cmyk(0%, 91%, 82%, 25%)
HSV
hsv(354, 91%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.28:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.34: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: #C01122;
color: #C01122;
border-color: #C01122;
}
Tailwind CSS (with arbitrary values)
bg-[#C01122]
text-[#C01122]
border-[#C01122]
// Example usage:
<div className="bg-[#C01122]">