Crimson (#DC143C)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 4.99:1 — vs black: 4.21:1
Color values
-
HEX
#DC143C -
RGB
rgb(220, 20, 60) -
HSL
hsl(348, 83%, 47%) -
CMYK
cmyk( 0, 91, 73, 14 ) -
Websafe
#CC0033
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #DC143C based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#DC143C
Base
#14DCB4
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#DC143C
Base
#DC14A0
#DC5014
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#DC143C
Base
#3CDC14
#143CDC
Two colors flanking the complement — high contrast with less tension than full complementary.
#DC143C
Base
#14DC50
#14A0DC
Four colors at 90° intervals — rich variety, best when one color dominates.
#DC143C
Base
#A0DC14
#14DCB4
#5014DC
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#DC143C
Base
#500716
#960E29
#B71132
#EC2D53
#EF4E6E
#F594A7
Darker shades and lighter tints of Crimson, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#170206
#3F0611
#66091C
#8D0D27
#B51031
#DC143C
Base
#ED3459
#F1617E
#F58EA3
#F9BBC7
#FDE8EC
Ready-to-use code snippets for #DC143C. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #DC143C;
}
/* Text */
.element {
color: #DC143C;
}
/* Border */
.element {
border: 1px solid #DC143C;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#DC143C,
#14DCB4
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#DC143C,
#14DCB4
);
}
// SCSS variable
$crimson: #DC143C;
// With RGB channels (useful for rgba() usage)
$crimson-r: 220;
$crimson-g: 20;
$crimson-b: 60;
// Usage
.element {
background-color: $crimson;
color: rgba($crimson-r, $crimson-g, $crimson-b, 0.8);
}
How Crimson appears to people with different types of color vision deficiency.
#DC143C
How the color appears with full color vision.
#7F7F30
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#52523E
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#DB1C1C
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#6F6F6F
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.