#cf282c
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 40, 44
HSL
359°, 68%, 48%
CMYK
0, 81, 79, 19
Luminance
0.1496
Every format
| HEX | #cf282c |
| RGB | rgb(207, 40, 44) |
| HSL | hsl(359, 68%, 48%) |
| CMYK | cmyk(0%, 81%, 79%, 19%) |
| LAB | lab(45.6 63.0 40.5) |
| LCH | lch(45.6 74.9 32.8) |
| OKLCH | oklch(0.555 0.202 25.9) |
Copy-ready code
/* CSS */
color: #cf282c;
background-color: #cf282c;
/* Tailwind (arbitrary) */
class="text-[#cf282c] bg-[#cf282c]"
/* SCSS */
$brand: #cf282c;
/* SwiftUI */
Color(red: 0.812, green: 0.157, blue: 0.173)
/* Android */
Color.parseColor("#cf282c")Accessibility — WCAG contrast
Aa
#cf282c on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf282c on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green15.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow78.7%
Key (black)18.8%
Color previews
#cf282c text on a black background
contrast 3.99:1
Card sample
#cf282c text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf282c;
Background color
Panel with #cf282c background
background-color: #cf282c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf282c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 40, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 40, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf282c; background: linear-gradient(135deg, #cf282c, #CF9328);