#cf2613
a dark, electric red · warm · closest name: firebrick
RGB
207, 38, 19
HSL
6°, 83%, 44%
CMYK
0, 82, 91, 19
Luminance
0.1470
Every format
| HEX | #cf2613 |
| RGB | rgb(207, 38, 19) |
| HSL | hsl(6, 83%, 44%) |
| CMYK | cmyk(0%, 82%, 91%, 19%) |
| LAB | lab(45.2 62.9 52.3) |
| LCH | lch(45.2 81.8 39.7) |
| OKLCH | oklch(0.552 0.205 30.5) |
Copy-ready code
/* CSS */
color: #cf2613;
background-color: #cf2613;
/* Tailwind (arbitrary) */
class="text-[#cf2613] bg-[#cf2613]"
/* SCSS */
$brand: #cf2613;
/* SwiftUI */
Color(red: 0.812, green: 0.149, blue: 0.075)
/* Android */
Color.parseColor("#cf2613")Accessibility — WCAG contrast
Aa
#cf2613 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2613 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow90.8%
Key (black)18.8%
Color previews
#cf2613 text on a black background
contrast 3.94:1
Card sample
#cf2613 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2613;
Background color
Panel with #cf2613 background
background-color: #cf2613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 38, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 38, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2613; background: linear-gradient(135deg, #cf2613, #CFA313);