Raging Raisin
#aa3333
Here's everything about the color Raging Raisin (#aa3333) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aa3333 | |
|---|---|---|
| RGB | rgb(170, 51, 51) | |
| HSL | hsl(0, 54%, 43%) | |
| CMYK | cmyk(0%, 70%, 70%, 33%) | |
| LAB | lab(40, 49, 29) | |
| OKLCH | oklch(0.5 0.155 25) |
Color harmonies
Tints & shades
Code snippets
color: #aa3333;
background-color: #aa3333;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFAA3333)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.20, blue: 0.20, alpha: 1.0)