Shades of Grenadier #C2442C
Tints of Grenadier #C2442C
RGB
CMYK
RGB Variations
Color information
#C2442C (or 0xC2442C) is known color: Grenadier. HEX triplet: C2, 44 and 2C. RGB value is (194,68,44). Sum of RGB (Red+Green+Blue) = 194+68+44=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2442C is #3DBBD3. Grayscale: #676767. Windows color (decimal): -4045780 or 2901186. OLE color: 2901186.
HSL color Cylindrical-coordinate representation of color #C2442C: hue angle of 9.6º 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 #C2442C is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 44 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.24 |
| HSL | 9.6º | 0.63% | 0.47% | - |
| HSV(B) | 9.6º | 0.77% | 0.76% | - |
| XYZ | 24.77 | 15.79 | 4.12 | - |
| YUV | 102.94 | 94.74 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 44 | 0 | 0.65 | 0.77 | 0.24 | 9.6 | 0.63 | 0.47 |
| Hex | C2 | 44 | 2C | 0 | 41 | 4D | 18 | A | 3F | 2F |
| Octal | 302 | 104 | 54 | 0 | 101 | 115 | 30 | 12 | 77 | 57 |
| Binary | 11000010 | 1000100 | 101100 | 0 | 1000001 | 1001101 | 11000 | 1010 | 111111 | 101111 |
Color Harmonies of #C2442C
Complementary color
Monochromatic Colors of #C2442C
Black with #C2442C
Text Example
Text Example
White with #C2442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2442C; }
p { color: rgb(194,68,44); }
H1.HeaderClassName
{
color: #C2442C;
}
.AnyTagClassName
{
color: #C2442C;
}
</style>
background-color css
<style>
a { background-color: #C2442C; }
a { background-color: rgb(194,68,44); }
div.DivClassName
{
background-color: #C2442C;
}
.BgClassName
{
background-color: #C2442C;
}
</style>
border-color css
<style>
span { border-color: #C2442C; }
span { border-color: rgb(194,68,44); }
td.TdClassName
{
border-color: #C2442C;
}
.TagClassName
{
border-color: #C2442C;
}
</style>