Shades of Grenadier #C2422C
Tints of Grenadier #C2422C
RGB
CMYK
RGB Variations
Color information
#C2422C (or 0xC2422C) is known color: Grenadier. HEX triplet: C2, 42 and 2C. RGB value is (194,66,44). Sum of RGB (Red+Green+Blue) = 194+66+44=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2422C is #3DBDD3. Grayscale: #656565. Windows color (decimal): -4046292 or 2900674. OLE color: 2900674.
HSL color Cylindrical-coordinate representation of color #C2422C: hue angle of 8.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2422C is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 44 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.24 |
| HSL | 8.8º | 0.63% | 0.47% | - |
| HSV(B) | 8.8º | 0.77% | 0.76% | - |
| XYZ | 24.65 | 15.55 | 4.08 | - |
| YUV | 101.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 44 | 0 | 0.66 | 0.77 | 0.24 | 8.8 | 0.63 | 0.47 |
| Hex | C2 | 42 | 2C | 0 | 42 | 4D | 18 | 9 | 3F | 2F |
| Octal | 302 | 102 | 54 | 0 | 102 | 115 | 30 | 11 | 77 | 57 |
| Binary | 11000010 | 1000010 | 101100 | 0 | 1000010 | 1001101 | 11000 | 1001 | 111111 | 101111 |
Color Harmonies of #C2422C
Complementary color
Monochromatic Colors of #C2422C
Black with #C2422C
Text Example
Text Example
White with #C2422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2422C; }
p { color: rgb(194,66,44); }
H1.HeaderClassName
{
color: #C2422C;
}
.AnyTagClassName
{
color: #C2422C;
}
</style>
background-color css
<style>
a { background-color: #C2422C; }
a { background-color: rgb(194,66,44); }
div.DivClassName
{
background-color: #C2422C;
}
.BgClassName
{
background-color: #C2422C;
}
</style>
border-color css
<style>
span { border-color: #C2422C; }
span { border-color: rgb(194,66,44); }
td.TdClassName
{
border-color: #C2422C;
}
.TagClassName
{
border-color: #C2422C;
}
</style>