#cf372f
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 55, 47
HSL
3°, 63%, 50%
CMYK
0, 73, 77, 19
Luminance
0.1620
Every format
| HEX | #cf372f |
| RGB | rgb(207, 55, 47) |
| HSL | hsl(3, 63%, 50%) |
| CMYK | cmyk(0%, 73%, 77%, 19%) |
| LAB | lab(47.3 58.5 40.6) |
| LCH | lch(47.3 71.3 34.7) |
| OKLCH | oklch(0.568 0.190 28.0) |
Copy-ready code
/* CSS */
color: #cf372f;
background-color: #cf372f;
/* Tailwind (arbitrary) */
class="text-[#cf372f] bg-[#cf372f]"
/* SCSS */
$brand: #cf372f;
/* SwiftUI */
Color(red: 0.812, green: 0.216, blue: 0.184)
/* Android */
Color.parseColor("#cf372f")Accessibility — WCAG contrast
Aa
#cf372f on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf372f on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green21.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta73.4%
Yellow77.3%
Key (black)18.8%
Color previews
#cf372f text on a black background
contrast 4.24:1
Card sample
#cf372f text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf372f;
Background color
Panel with #cf372f background
background-color: #cf372f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf372f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 55, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 55, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf372f; background: linear-gradient(135deg, #cf372f, #CFA22F);