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