Monza
#c7031e
Monza, represented by the hex value #c7031e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c7031e | |
|---|---|---|
| RGB | rgb(199, 3, 30) | |
| HSL | hsl(352, 97%, 40%) | |
| CMYK | cmyk(0%, 98%, 85%, 22%) | |
| LAB | lab(43, 67, 46) | |
| OKLCH | oklch(0.52 0.211 25) |
Color harmonies
Tints & shades
Code snippets
color: #c7031e;
background-color: #c7031e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC7031E)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.01, blue: 0.12, alpha: 1.0)