Heartwarming
#bf1818
Looking for the precise values behind Heartwarming (#bf1818)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bf1818 | |
|---|---|---|
| RGB | rgb(191, 24, 24) | |
| HSL | hsl(0, 78%, 42%) | |
| CMYK | cmyk(0%, 87%, 87%, 25%) | |
| LAB | lab(42, 62, 47) | |
| OKLCH | oklch(0.51 0.198 28) |
Color harmonies
Tints & shades
Code snippets
color: #bf1818;
background-color: #bf1818;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBF1818)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.09, blue: 0.09, alpha: 1.0)