#cf2425
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 36, 37
HSL
360°, 70%, 48%
CMYK
0, 83, 82, 19
Luminance
0.1466
Every format
| HEX | #cf2425 |
| RGB | rgb(207, 36, 37) |
| HSL | hsl(360, 70%, 48%) |
| CMYK | cmyk(0%, 83%, 82%, 19%) |
| LAB | lab(45.2 63.8 43.9) |
| LCH | lch(45.2 77.4 34.5) |
| OKLCH | oklch(0.552 0.205 27.0) |
Copy-ready code
/* CSS */
color: #cf2425;
background-color: #cf2425;
/* Tailwind (arbitrary) */
class="text-[#cf2425] bg-[#cf2425]"
/* SCSS */
$brand: #cf2425;
/* SwiftUI */
Color(red: 0.812, green: 0.141, blue: 0.145)
/* Android */
Color.parseColor("#cf2425")Accessibility — WCAG contrast
Aa
#cf2425 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2425 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.1%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow82.1%
Key (black)18.8%
Color previews
#cf2425 text on a black background
contrast 3.93:1
Card sample
#cf2425 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2425;
Background color
Panel with #cf2425 background
background-color: #cf2425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 36, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 36, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2425; background: linear-gradient(135deg, #cf2425, #CF9524);