Fatal Fury
#da321c
Looking for the precise values behind Fatal Fury (#da321c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #da321c | |
|---|---|---|
| RGB | rgb(218, 50, 28) | |
| HSL | hsl(7, 77%, 48%) | |
| CMYK | cmyk(0%, 77%, 87%, 15%) | |
| LAB | lab(49, 64, 54) | |
| OKLCH | oklch(0.58 0.207 31) |
Color harmonies
Tints & shades
Code snippets
color: #da321c;
background-color: #da321c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDA321C)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.20, blue: 0.11, alpha: 1.0)