#ce1007
a dark, electric red · warm · closest name: red
RGB
206, 16, 7
HSL
3°, 93%, 42%
CMYK
0, 92, 97, 19
Luminance
0.1351
Every format
| HEX | #ce1007 |
| RGB | rgb(206, 16, 7) |
| HSL | hsl(3, 93%, 42%) |
| CMYK | cmyk(0%, 92%, 97%, 19%) |
| LAB | lab(43.5 66.7 55.1) |
| LCH | lch(43.5 86.5 39.6) |
| OKLCH | oklch(0.539 0.215 29.5) |
Copy-ready code
/* CSS */
color: #ce1007;
background-color: #ce1007;
/* Tailwind (arbitrary) */
class="text-[#ce1007] bg-[#ce1007]"
/* SCSS */
$brand: #ce1007;
/* SwiftUI */
Color(red: 0.808, green: 0.063, blue: 0.027)
/* Android */
Color.parseColor("#ce1007")Accessibility — WCAG contrast
Aa
#ce1007 on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce1007 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green6.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow96.6%
Key (black)19.2%
Color previews
#ce1007 text on a black background
contrast 3.70:1
Card sample
#ce1007 text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1007;
Background color
Panel with #ce1007 background
background-color: #ce1007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 16, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 16, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1007; background: linear-gradient(135deg, #ce1007, #CE9507);