Grilled Tomato
#af3519
Grilled Tomato, represented by the hex value #af3519, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #af3519 | |
|---|---|---|
| RGB | rgb(175, 53, 25) | |
| HSL | hsl(11, 75%, 39%) | |
| CMYK | cmyk(0%, 70%, 86%, 31%) | |
| LAB | lab(41, 49, 45) | |
| OKLCH | oklch(0.51 0.163 34) |
Color harmonies
Tints & shades
Code snippets
color: #af3519;
background-color: #af3519;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFAF3519)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.21, blue: 0.10, alpha: 1.0)