#cd112f
a dark, electric red · warm · closest name: crimson
RGB
205, 17, 47
HSL
350°, 85%, 44%
CMYK
0, 92, 77, 20
Luminance
0.1359
Every format
| HEX | #cd112f |
| RGB | rgb(205, 17, 47) |
| HSL | hsl(350, 85%, 44%) |
| CMYK | cmyk(0%, 92%, 77%, 20%) |
| LAB | lab(43.6 67.1 36.6) |
| LCH | lch(43.6 76.4 28.6) |
| OKLCH | oklch(0.540 0.211 22.4) |
Copy-ready code
/* CSS */
color: #cd112f;
background-color: #cd112f;
/* Tailwind (arbitrary) */
class="text-[#cd112f] bg-[#cd112f]"
/* SCSS */
$brand: #cd112f;
/* SwiftUI */
Color(red: 0.804, green: 0.067, blue: 0.184)
/* Android */
Color.parseColor("#cd112f")Accessibility — WCAG contrast
Aa
#cd112f on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd112f on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green6.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow77.1%
Key (black)19.6%
Color previews
#cd112f text on a black background
contrast 3.72:1
Card sample
#cd112f text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd112f;
Background color
Panel with #cd112f background
background-color: #cd112f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd112f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 17, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 17, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd112f; background: linear-gradient(135deg, #cd112f, #CD7011);