#cf0d00
a dark, electric red · warm · closest name: red
RGB
207, 13, 0
HSL
4°, 100%, 41%
CMYK
0, 94, 100, 19
Luminance
0.1355
Every format
| HEX | #cf0d00 |
| RGB | rgb(207, 13, 0) |
| HSL | hsl(4, 100%, 41%) |
| CMYK | cmyk(0%, 94%, 100%, 19%) |
| LAB | lab(43.6 67.2 57.6) |
| LCH | lch(43.6 88.5 40.6) |
| OKLCH | oklch(0.540 0.217 29.9) |
Copy-ready code
/* CSS */
color: #cf0d00;
background-color: #cf0d00;
/* Tailwind (arbitrary) */
class="text-[#cf0d00] bg-[#cf0d00]"
/* SCSS */
$brand: #cf0d00;
/* SwiftUI */
Color(red: 0.812, green: 0.051, blue: 0.000)
/* Android */
Color.parseColor("#cf0d00")Accessibility — WCAG contrast
Aa
#cf0d00 on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0d00 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow100.0%
Key (black)18.8%
Color previews
#cf0d00 text on a black background
contrast 3.71:1
Card sample
#cf0d00 text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0d00;
Background color
Panel with #cf0d00 background
background-color: #cf0d00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0d00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 13, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 13, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0d00; background: linear-gradient(135deg, #cf0d00, #CF9700);