Shades of Grenadier #C24029
Tints of Grenadier #C24029
RGB
CMYK
RGB Variations
Color information
#C24029 (or 0xC24029) is known color: Grenadier. HEX triplet: C2, 40 and 29. RGB value is (194,64,41). Sum of RGB (Red+Green+Blue) = 194+64+41=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C24029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24029 is #3DBFD6. Grayscale: #646464. Windows color (decimal): -4046807 or 2703554. OLE color: 2703554.
HSL color Cylindrical-coordinate representation of color #C24029: hue angle of 9.02º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C24029 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 41 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.24 |
| HSL | 9.02º | 0.65% | 0.46% | - |
| HSV(B) | 9.02º | 0.79% | 0.76% | - |
| XYZ | 24.48 | 15.3 | 3.76 | - |
| YUV | 100.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 41 | 0 | 0.67 | 0.79 | 0.24 | 9.02 | 0.65 | 0.46 |
| Hex | C2 | 40 | 29 | 0 | 43 | 4F | 18 | 9 | 41 | 2E |
| Octal | 302 | 100 | 51 | 0 | 103 | 117 | 30 | 11 | 101 | 56 |
| Binary | 11000010 | 1000000 | 101001 | 0 | 1000011 | 1001111 | 11000 | 1001 | 1000001 | 101110 |
Color Harmonies of #C24029
Complementary color
Monochromatic Colors of #C24029
Black with #C24029
Text Example
Text Example
White with #C24029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24029; }
p { color: rgb(194,64,41); }
H1.HeaderClassName
{
color: #C24029;
}
.AnyTagClassName
{
color: #C24029;
}
</style>
background-color css
<style>
a { background-color: #C24029; }
a { background-color: rgb(194,64,41); }
div.DivClassName
{
background-color: #C24029;
}
.BgClassName
{
background-color: #C24029;
}
</style>
border-color css
<style>
span { border-color: #C24029; }
span { border-color: rgb(194,64,41); }
td.TdClassName
{
border-color: #C24029;
}
.TagClassName
{
border-color: #C24029;
}
</style>