#ce0513
a dark, electric red · warm · closest name: crimson
RGB
206, 5, 19
HSL
356°, 95%, 41%
CMYK
0, 98, 91, 19
Luminance
0.1328
Every format
| HEX | #ce0513 |
| RGB | rgb(206, 5, 19) |
| HSL | hsl(356, 95%, 41%) |
| CMYK | cmyk(0%, 98%, 91%, 19%) |
| LAB | lab(43.2 67.9 50.8) |
| LCH | lch(43.2 84.8 36.8) |
| OKLCH | oklch(0.537 0.217 27.6) |
Copy-ready code
/* CSS */
color: #ce0513;
background-color: #ce0513;
/* Tailwind (arbitrary) */
class="text-[#ce0513] bg-[#ce0513]"
/* SCSS */
$brand: #ce0513;
/* SwiftUI */
Color(red: 0.808, green: 0.020, blue: 0.075)
/* Android */
Color.parseColor("#ce0513")Accessibility — WCAG contrast
Aa
#ce0513 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0513 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green2.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow90.8%
Key (black)19.2%
Color previews
#ce0513 text on a black background
contrast 3.66:1
Card sample
#ce0513 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0513;
Background color
Panel with #ce0513 background
background-color: #ce0513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 5, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 5, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0513; background: linear-gradient(135deg, #ce0513, #CE7D05);