#b20f13
a dark, electric red · warm · closest name: firebrick
RGB
178, 15, 19
HSL
359°, 85%, 38%
CMYK
0, 92, 89, 30
Luminance
0.0985
Every format
| HEX | #b20f13 |
| RGB | rgb(178, 15, 19) |
| HSL | hsl(359, 85%, 38%) |
| CMYK | cmyk(0%, 92%, 89%, 30%) |
| LAB | lab(37.6 59.6 44.1) |
| LCH | lch(37.6 74.1 36.5) |
| OKLCH | oklch(0.485 0.191 27.7) |
Copy-ready code
/* CSS */
color: #b20f13;
background-color: #b20f13;
/* Tailwind (arbitrary) */
class="text-[#b20f13] bg-[#b20f13]"
/* SCSS */
$brand: #b20f13;
/* SwiftUI */
Color(red: 0.698, green: 0.059, blue: 0.075)
/* Android */
Color.parseColor("#b20f13")Accessibility — WCAG contrast
Aa
#b20f13 on white: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#b20f13 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green5.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.6%
Yellow89.3%
Key (black)30.2%
Color previews
#b20f13 text on a black background
contrast 2.97:1
Card sample
#b20f13 text on a white background
contrast 7.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b20f13;
Background color
Panel with #b20f13 background
background-color: #b20f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b20f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 15, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 15, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b20f13; background: linear-gradient(135deg, #b20f13, #B2770F);