Hex Color #CC1424 - Custom Color

Color Codes

HEX
#CC1424
RGB
rgb(204, 20, 36)
HSL
hsl(355, 82%, 44%)
CMYK
cmyk(0%, 90%, 82%, 20%)
HSV
hsv(355, 90%, 80%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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