#cf2913
a dark, electric red · warm · closest name: firebrick
RGB
207, 41, 19
HSL
7°, 83%, 44%
CMYK
0, 80, 91, 19
Luminance
0.1490
Every format
| HEX | #cf2913 |
| RGB | rgb(207, 41, 19) |
| HSL | hsl(7, 83%, 44%) |
| CMYK | cmyk(0%, 80%, 91%, 19%) |
| LAB | lab(45.5 62.1 52.5) |
| LCH | lch(45.5 81.3 40.2) |
| OKLCH | oklch(0.554 0.204 31.0) |
Copy-ready code
/* CSS */
color: #cf2913;
background-color: #cf2913;
/* Tailwind (arbitrary) */
class="text-[#cf2913] bg-[#cf2913]"
/* SCSS */
$brand: #cf2913;
/* SwiftUI */
Color(red: 0.812, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#cf2913")Accessibility — WCAG contrast
Aa
#cf2913 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2913 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow90.8%
Key (black)18.8%
Color previews
#cf2913 text on a black background
contrast 3.98:1
Card sample
#cf2913 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2913;
Background color
Panel with #cf2913 background
background-color: #cf2913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2913; background: linear-gradient(135deg, #cf2913, #CFA613);