#cf211f
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 33, 31
HSL
1°, 74%, 47%
CMYK
0, 84, 85, 19
Luminance
0.1445
Every format
| HEX | #cf211f |
| RGB | rgb(207, 33, 31) |
| HSL | hsl(1, 74%, 47%) |
| CMYK | cmyk(0%, 84%, 85%, 19%) |
| LAB | lab(44.9 64.3 46.7) |
| LCH | lch(44.9 79.5 36.0) |
| OKLCH | oklch(0.550 0.207 27.9) |
Copy-ready code
/* CSS */
color: #cf211f;
background-color: #cf211f;
/* Tailwind (arbitrary) */
class="text-[#cf211f] bg-[#cf211f]"
/* SCSS */
$brand: #cf211f;
/* SwiftUI */
Color(red: 0.812, green: 0.129, blue: 0.122)
/* Android */
Color.parseColor("#cf211f")Accessibility — WCAG contrast
Aa
#cf211f on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf211f on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta84.1%
Yellow85.0%
Key (black)18.8%
Color previews
#cf211f text on a black background
contrast 3.89:1
Card sample
#cf211f text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf211f;
Background color
Panel with #cf211f background
background-color: #cf211f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf211f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 33, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 33, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf211f; background: linear-gradient(135deg, #cf211f, #CF961F);