#cf2113
a dark, electric red · warm · closest name: firebrick
RGB
207, 33, 19
HSL
5°, 83%, 44%
CMYK
0, 84, 91, 19
Luminance
0.1440
Every format
| HEX | #cf2113 |
| RGB | rgb(207, 33, 19) |
| HSL | hsl(5, 83%, 44%) |
| CMYK | cmyk(0%, 84%, 91%, 19%) |
| LAB | lab(44.8 64.1 52.0) |
| LCH | lch(44.8 82.6 39.0) |
| OKLCH | oklch(0.549 0.208 29.9) |
Copy-ready code
/* CSS */
color: #cf2113;
background-color: #cf2113;
/* Tailwind (arbitrary) */
class="text-[#cf2113] bg-[#cf2113]"
/* SCSS */
$brand: #cf2113;
/* SwiftUI */
Color(red: 0.812, green: 0.129, blue: 0.075)
/* Android */
Color.parseColor("#cf2113")Accessibility — WCAG contrast
Aa
#cf2113 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2113 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta84.1%
Yellow90.8%
Key (black)18.8%
Color previews
#cf2113 text on a black background
contrast 3.88:1
Card sample
#cf2113 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2113;
Background color
Panel with #cf2113 background
background-color: #cf2113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 33, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 33, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2113; background: linear-gradient(135deg, #cf2113, #CF9E13);