#cf3015
a dark, electric red · warm · closest name: firebrick
RGB
207, 48, 21
HSL
9°, 82%, 45%
CMYK
0, 77, 90, 19
Luminance
0.1543
Every format
| HEX | #cf3015 |
| RGB | rgb(207, 48, 21) |
| HSL | hsl(9, 82%, 45%) |
| CMYK | cmyk(0%, 77%, 90%, 19%) |
| LAB | lab(46.2 60.2 52.2) |
| LCH | lch(46.2 79.7 41.0) |
| OKLCH | oklch(0.559 0.199 32.0) |
Copy-ready code
/* CSS */
color: #cf3015;
background-color: #cf3015;
/* Tailwind (arbitrary) */
class="text-[#cf3015] bg-[#cf3015]"
/* SCSS */
$brand: #cf3015;
/* SwiftUI */
Color(red: 0.812, green: 0.188, blue: 0.082)
/* Android */
Color.parseColor("#cf3015")Accessibility — WCAG contrast
Aa
#cf3015 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3015 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.8%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow89.9%
Key (black)18.8%
Color previews
#cf3015 text on a black background
contrast 4.09:1
Card sample
#cf3015 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3015;
Background color
Panel with #cf3015 background
background-color: #cf3015;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3015;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 48, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 48, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3015; background: linear-gradient(135deg, #cf3015, #CFAC15);