Red Flag
#ff2244
Here's everything about the color Red Flag (#ff2244) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff2244 | |
|---|---|---|
| RGB | rgb(255, 34, 68) | |
| HSL | hsl(351, 100%, 57%) | |
| CMYK | cmyk(0%, 87%, 73%, 0%) | |
| LAB | lab(56, 78, 42) | |
| OKLCH | oklch(0.64 0.245 21) |
Color harmonies
Tints & shades
Code snippets
color: #ff2244;
background-color: #ff2244;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF2244)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.13, blue: 0.27, alpha: 1.0)