Shades of Grenadier #C24035
Tints of Grenadier #C24035
RGB
CMYK
RGB Variations
Color information
#C24035 (or 0xC24035) is known color: Grenadier. HEX triplet: C2, 40 and 35. RGB value is (194,64,53). Sum of RGB (Red+Green+Blue) = 194+64+53=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C24035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24035 is #3DBFCA. Grayscale: #656565. Windows color (decimal): -4046795 or 3489986. OLE color: 3489986.
HSL color Cylindrical-coordinate representation of color #C24035: hue angle of 4.68º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C24035 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 53 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.24 |
| HSL | 4.68º | 0.57% | 0.48% | - |
| HSV(B) | 4.68º | 0.73% | 0.76% | - |
| XYZ | 24.72 | 15.39 | 5.04 | - |
| YUV | 101.62 | 100.57 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 53 | 0 | 0.67 | 0.73 | 0.24 | 4.68 | 0.57 | 0.48 |
| Hex | C2 | 40 | 35 | 0 | 43 | 49 | 18 | 5 | 39 | 30 |
| Octal | 302 | 100 | 65 | 0 | 103 | 111 | 30 | 5 | 71 | 60 |
| Binary | 11000010 | 1000000 | 110101 | 0 | 1000011 | 1001001 | 11000 | 101 | 111001 | 110000 |
Color Harmonies of #C24035
Complementary color
Monochromatic Colors of #C24035
Black with #C24035
Text Example
Text Example
White with #C24035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24035; }
p { color: rgb(194,64,53); }
H1.HeaderClassName
{
color: #C24035;
}
.AnyTagClassName
{
color: #C24035;
}
</style>
background-color css
<style>
a { background-color: #C24035; }
a { background-color: rgb(194,64,53); }
div.DivClassName
{
background-color: #C24035;
}
.BgClassName
{
background-color: #C24035;
}
</style>
border-color css
<style>
span { border-color: #C24035; }
span { border-color: rgb(194,64,53); }
td.TdClassName
{
border-color: #C24035;
}
.TagClassName
{
border-color: #C24035;
}
</style>