#ce1908
a dark, electric red · warm · closest name: firebrick
RGB
206, 25, 8
HSL
5°, 93%, 42%
CMYK
0, 88, 96, 19
Luminance
0.1383
Every format
| HEX | #ce1908 |
| RGB | rgb(206, 25, 8) |
| HSL | hsl(5, 93%, 42%) |
| CMYK | cmyk(0%, 88%, 96%, 19%) |
| LAB | lab(44.0 65.3 55.1) |
| LCH | lch(44.0 85.4 40.1) |
| OKLCH | oklch(0.542 0.212 30.1) |
Copy-ready code
/* CSS */
color: #ce1908;
background-color: #ce1908;
/* Tailwind (arbitrary) */
class="text-[#ce1908] bg-[#ce1908]"
/* SCSS */
$brand: #ce1908;
/* SwiftUI */
Color(red: 0.808, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#ce1908")Accessibility — WCAG contrast
Aa
#ce1908 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce1908 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow96.1%
Key (black)19.2%
Color previews
#ce1908 text on a black background
contrast 3.77:1
Card sample
#ce1908 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1908;
Background color
Panel with #ce1908 background
background-color: #ce1908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1908; background: linear-gradient(135deg, #ce1908, #CE9D08);