#ce0f1f
a dark, electric red · warm · closest name: crimson
RGB
206, 15, 31
HSL
355°, 86%, 43%
CMYK
0, 93, 85, 19
Luminance
0.1356
Every format
| HEX | #ce0f1f |
| RGB | rgb(206, 15, 31) |
| HSL | hsl(355, 86%, 43%) |
| CMYK | cmyk(0%, 93%, 85%, 19%) |
| LAB | lab(43.6 67.1 45.5) |
| LCH | lch(43.6 81.1 34.1) |
| OKLCH | oklch(0.540 0.214 26.2) |
Copy-ready code
/* CSS */
color: #ce0f1f;
background-color: #ce0f1f;
/* Tailwind (arbitrary) */
class="text-[#ce0f1f] bg-[#ce0f1f]"
/* SCSS */
$brand: #ce0f1f;
/* SwiftUI */
Color(red: 0.808, green: 0.059, blue: 0.122)
/* Android */
Color.parseColor("#ce0f1f")Accessibility — WCAG contrast
Aa
#ce0f1f on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0f1f on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green5.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow85.0%
Key (black)19.2%
Color previews
#ce0f1f text on a black background
contrast 3.71:1
Card sample
#ce0f1f text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0f1f;
Background color
Panel with #ce0f1f background
background-color: #ce0f1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0f1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 15, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 15, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0f1f; background: linear-gradient(135deg, #ce0f1f, #CE7E0F);