#ce0013
a dark, electric red · warm · closest name: crimson
RGB
206, 0, 19
HSL
355°, 100%, 40%
CMYK
0, 100, 91, 19
Luminance
0.1317
Every format
| HEX | #ce0013 |
| RGB | rgb(206, 0, 19) |
| HSL | hsl(355, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 91%, 19%) |
| LAB | lab(43.0 68.4 50.7) |
| LCH | lch(43.0 85.1 36.6) |
| OKLCH | oklch(0.535 0.218 27.4) |
Copy-ready code
/* CSS */
color: #ce0013;
background-color: #ce0013;
/* Tailwind (arbitrary) */
class="text-[#ce0013] bg-[#ce0013]"
/* SCSS */
$brand: #ce0013;
/* SwiftUI */
Color(red: 0.808, green: 0.000, blue: 0.075)
/* Android */
Color.parseColor("#ce0013")Accessibility — WCAG contrast
Aa
#ce0013 on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0013 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow90.8%
Key (black)19.2%
Color previews
#ce0013 text on a black background
contrast 3.63:1
Card sample
#ce0013 text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0013;
Background color
Panel with #ce0013 background
background-color: #ce0013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 0, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 0, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0013; background: linear-gradient(135deg, #ce0013, #CE7600);