#DC143C

crimson

#DC143C is a red colour. In RGB it is 220 red, 20 green and 60 blue, which converts to a hue of 348 degrees, 83% saturation and 47% lightness. It is one of the named CSS colours, written as crimson in stylesheets.

Color values

HEX#DC143C
RGBrgb(220, 20, 60)
HSLhsl(348, 83%, 47%)
HSVhsv(348, 91%, 86%)
CMYKcmyk(0%, 91%, 73%, 14%)

Contrast and accessibility

Against white the contrast ratio is 4.99:1, and against black it is 4.21:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.

BackgroundRatioNormal textLarge text
White4.99:1AAAAA
Black4.21:1FailAA

Tints and shades

Lighter tints move #DC143C toward white, and darker shades move it toward black.

Tints

Shades

Color harmonies

Complementary

Analogous

Triadic

Split complementary

Code

CSScolor: #DC143C;
CSS rgb()color: rgb(220 20 60);
Tailwindbg-[#dc143c]
SwiftUIColor(red: 0.863, green: 0.078, blue: 0.235)
AndroidColor.parseColor("#DC143C")

Related tools