Crimson — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #DC143C | |
| RGB | rgb(220, 20, 60) | |
| HSL | hsl(348, 83%, 47%) |
Shades of Crimson
| #C41236 | #AD102F | #950E29 | #7E0C23 | #670A1C | #4F0716 | #38050F | #210309 |
Tints of Crimson
| #EA1F48 | #EC365B | #EF4E6E | #F16581 | #F37C94 | #F594A7 | #F7ABBA | #F9C2CD |
Color Pairings & Harmony
|
Complementary
#14DBB4
|
Analogous +30°
#DB5014
|
Analogous −30°
#DB14A0
|
Triadic +120°
#3CDB14
|
Triadic −120°
#143CDB
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #DC143C;
}
.element-bg {
background-color: #DC143C;
color: #ffffff;
}
.element-border {
border: 2px solid #DC143C;
}
About Crimson
Crimson is a medium color with vivid, highly saturated, defined by the hex code #DC143C. Its exact color model values are rgb(220, 20, 60) in RGB and hsl(348, 83%, 47%) in HSL (hue 348°, saturation 83%, lightness 47%). On a white background the contrast ratio is 4.99:1 — AA pass for normal text, and on black it is 4.21:1 — AA pass for large text only. Use Crimson for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →