#ce4113
a dark, electric red · warm · closest name: tomato
RGB
206, 65, 19
HSL
15°, 83%, 44%
CMYK
0, 68, 91, 19
Luminance
0.1695
Every format
| HEX | #ce4113 |
| RGB | rgb(206, 65, 19) |
| HSL | hsl(15, 83%, 44%) |
| CMYK | cmyk(0%, 68%, 91%, 19%) |
| LAB | lab(48.2 53.8 54.3) |
| LCH | lch(48.2 76.5 45.2) |
| OKLCH | oklch(0.574 0.185 36.4) |
Copy-ready code
/* CSS */
color: #ce4113;
background-color: #ce4113;
/* Tailwind (arbitrary) */
class="text-[#ce4113] bg-[#ce4113]"
/* SCSS */
$brand: #ce4113;
/* SwiftUI */
Color(red: 0.808, green: 0.255, blue: 0.075)
/* Android */
Color.parseColor("#ce4113")Accessibility — WCAG contrast
Aa
#ce4113 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce4113 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green25.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow90.8%
Key (black)19.2%
Color previews
#ce4113 text on a black background
contrast 4.39:1
Card sample
#ce4113 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4113;
Background color
Panel with #ce4113 background
background-color: #ce4113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 65, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 65, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4113; background: linear-gradient(135deg, #ce4113, #CEBE13);