Hex Color #DB1313 - Custom Color

Color Codes

HEX
#DB1313
RGB
rgb(219, 19, 19)
HSL
hsl(0, 84%, 47%)
CMYK
cmyk(0%, 91%, 91%, 14%)
HSV
hsv(0, 91%, 86%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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