Hex Color #D31335 - Custom Color

Color Codes

HEX
#D31335
RGB
rgb(211, 19, 53)
HSL
hsl(349, 83%, 45%)
CMYK
cmyk(0%, 91%, 75%, 17%)
HSV
hsv(349, 91%, 83%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 5.36:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 3.91: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: #D31335;
color: #D31335;
border-color: #D31335;
}

Tailwind CSS (with arbitrary values)

bg-[#D31335]
text-[#D31335]
border-[#D31335]
// Example usage:
<div className="bg-[#D31335]">