Toolman

Crimson — #DC143C

#DC143C#DC143C

#DC143C is a medium, vivid red. It is the CSS named color crimson.

Color values

HEX#DC143C
RGBrgb(220, 20, 60)
HSLhsl(348, 83%, 47%)
CMYKcmyk(0%, 91%, 73%, 14%)
Decimal14423100
CSScolor: #DC143C;
Android0xFFDC143C
SwiftUIColor(red: 0.863, green: 0.078, blue: 0.235, alpha: 1)

Accessibility and contrast

White text on #DC143C4.99:1 — AA pass · AA large pass · AAA fail
Black text on #DC143C4.21:1 — AA fail · AA large pass · AAA fail
Recommended text colorwhite

WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).

Tints and shades of #DC143C

Each swatch keeps the hue and saturation of #DC143C and varies only lightness — the quickest way to build a usable scale from a single brand color.

95%
85%
75%
65%
55%
45%
35%
25%
15%

Colors that go with #DC143C

Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.

Complementary
Triadic +120°
Triadic +240°
Analogous −30°
Analogous +30°
Split −150°
Split +150°

Using #DC143C in code

/* CSS */
.element { color: #DC143C; background-color: #DC143C; }
.element { color: rgb(220 20 60); }
.element { color: hsl(348 83% 47%); }

/* Tailwind arbitrary value */
<div class="bg-[#DC143C] text-white">

/* SCSS variable */
$brand: #DC143C;

Frequently asked questions

What color is #DC143C?

#DC143C is a medium, vivid red, which CSS calls crimson. Its hue sits at 348° on the color wheel, with 83% saturation and 47% lightness.

What is #DC143C in RGB?

#DC143C converts to rgb(220, 20, 60) — 220 red, 20 green and 60 blue.

What is #DC143C in CMYK?

Approximately cmyk(0%, 91%, 73%, 14%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.

Should text on #DC143C be white or black?

White gives the better contrast ratio (4.99:1 versus 4.21:1).

What is the complementary color of #DC143C?

#14DBB4 — the hue directly opposite #DC143C on the color wheel.

Convert any color → · Browse all colors