Hex Color #D9142F - Custom Color
Color Codes
HEX
#D9142F
RGB
rgb(217, 20, 47)
HSL
hsl(352, 83%, 46%)
CMYK
cmyk(0%, 91%, 78%, 15%)
HSV
hsv(352, 91%, 85%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.13:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.09: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: #D9142F;
color: #D9142F;
border-color: #D9142F;
}
Tailwind CSS (with arbitrary values)
bg-[#D9142F]
text-[#D9142F]
border-[#D9142F]
// Example usage:
<div className="bg-[#D9142F]">