Shades of Grenadier #C24836
Tints of Grenadier #C24836
RGB
CMYK
RGB Variations
Color information
#C24836 (or 0xC24836) is known color: Grenadier. HEX triplet: C2, 48 and 36. RGB value is (194,72,54). Sum of RGB (Red+Green+Blue) = 194+72+54=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C24836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24836 is #3DB7C9. Grayscale: #6A6A6A. Windows color (decimal): -4044746 or 3557570. OLE color: 3557570.
HSL color Cylindrical-coordinate representation of color #C24836: hue angle of 7.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C24836 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 54 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.24 |
| HSL | 7.71º | 0.56% | 0.49% | - |
| HSV(B) | 7.71º | 0.72% | 0.76% | - |
| XYZ | 25.23 | 16.37 | 5.32 | - |
| YUV | 106.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 54 | 0 | 0.63 | 0.72 | 0.24 | 7.71 | 0.56 | 0.49 |
| Hex | C2 | 48 | 36 | 0 | 3F | 48 | 18 | 8 | 38 | 31 |
| Octal | 302 | 110 | 66 | 0 | 77 | 110 | 30 | 10 | 70 | 61 |
| Binary | 11000010 | 1001000 | 110110 | 0 | 111111 | 1001000 | 11000 | 1000 | 111000 | 110001 |
Color Harmonies of #C24836
Complementary color
Monochromatic Colors of #C24836
Black with #C24836
Text Example
Text Example
White with #C24836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24836; }
p { color: rgb(194,72,54); }
H1.HeaderClassName
{
color: #C24836;
}
.AnyTagClassName
{
color: #C24836;
}
</style>
background-color css
<style>
a { background-color: #C24836; }
a { background-color: rgb(194,72,54); }
div.DivClassName
{
background-color: #C24836;
}
.BgClassName
{
background-color: #C24836;
}
</style>
border-color css
<style>
span { border-color: #C24836; }
span { border-color: rgb(194,72,54); }
td.TdClassName
{
border-color: #C24836;
}
.TagClassName
{
border-color: #C24836;
}
</style>