#bf360d
a dark, electric red · warm · closest name: firebrick
RGB
191, 54, 13
HSL
14°, 87%, 40%
CMYK
0, 72, 93, 25
Luminance
0.1374
Every format
| HEX | #bf360d |
| RGB | rgb(191, 54, 13) |
| HSL | hsl(14, 87%, 40%) |
| CMYK | cmyk(0%, 72%, 93%, 25%) |
| LAB | lab(43.9 53.0 52.0) |
| LCH | lch(43.9 74.2 44.5) |
| OKLCH | oklch(0.536 0.180 35.3) |
Copy-ready code
/* CSS */
color: #bf360d;
background-color: #bf360d;
/* Tailwind (arbitrary) */
class="text-[#bf360d] bg-[#bf360d]"
/* SCSS */
$brand: #bf360d;
/* SwiftUI */
Color(red: 0.749, green: 0.212, blue: 0.051)
/* Android */
Color.parseColor("#bf360d")Accessibility — WCAG contrast
Aa
#bf360d on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf360d on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green21.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow93.2%
Key (black)25.1%
Color previews
#bf360d text on a black background
contrast 3.75:1
Card sample
#bf360d text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf360d;
Background color
Panel with #bf360d background
background-color: #bf360d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf360d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 54, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 54, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf360d; background: linear-gradient(135deg, #bf360d, #BFAD0D);