#cb2d09
a dark, electric red · warm · closest name: firebrick
RGB
203, 45, 9
HSL
11°, 92%, 42%
CMYK
0, 78, 96, 20
Luminance
0.1459
Every format
| HEX | #cb2d09 |
| RGB | rgb(203, 45, 9) |
| HSL | hsl(11, 92%, 42%) |
| CMYK | cmyk(0%, 78%, 96%, 20%) |
| LAB | lab(45.1 59.7 55.1) |
| LCH | lch(45.1 81.2 42.7) |
| OKLCH | oklch(0.549 0.198 32.9) |
Copy-ready code
/* CSS */
color: #cb2d09;
background-color: #cb2d09;
/* Tailwind (arbitrary) */
class="text-[#cb2d09] bg-[#cb2d09]"
/* SCSS */
$brand: #cb2d09;
/* SwiftUI */
Color(red: 0.796, green: 0.176, blue: 0.035)
/* Android */
Color.parseColor("#cb2d09")Accessibility — WCAG contrast
Aa
#cb2d09 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2d09 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.6%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow95.6%
Key (black)20.4%
Color previews
#cb2d09 text on a black background
contrast 3.92:1
Card sample
#cb2d09 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2d09;
Background color
Panel with #cb2d09 background
background-color: #cb2d09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2d09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 45, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 45, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2d09; background: linear-gradient(135deg, #cb2d09, #CBAE09);