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