Blood Burst
#ff474c
Looking for the precise values behind Blood Burst (#ff474c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff474c | |
|---|---|---|
| RGB | rgb(255, 71, 76) | |
| HSL | hsl(358, 100%, 64%) | |
| CMYK | cmyk(0%, 72%, 70%, 0%) | |
| LAB | lab(59, 70, 41) | |
| OKLCH | oklch(0.67 0.22 24) |
Color harmonies
Tints & shades
Code snippets
color: #ff474c;
background-color: #ff474c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF474C)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.28, blue: 0.30, alpha: 1.0)