Red Menace
#aa2121
Looking for the precise values behind Red Menace (#aa2121)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #aa2121 | |
|---|---|---|
| RGB | rgb(170, 33, 33) | |
| HSL | hsl(0, 67%, 40%) | |
| CMYK | cmyk(0%, 81%, 81%, 33%) | |
| LAB | lab(38, 54, 37) | |
| OKLCH | oklch(0.48 0.173 27) |
Color harmonies
Tints & shades
Code snippets
color: #aa2121;
background-color: #aa2121;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFAA2121)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.13, blue: 0.13, alpha: 1.0)