Hex Color #C6061F - Custom Color

Color Codes

HEX
#C6061F
RGB
rgb(198, 6, 31)
HSL
hsl(352, 94%, 40%)
CMYK
cmyk(0%, 97%, 84%, 22%)
HSV
hsv(352, 97%, 78%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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