Shades of Grenadier #C24E40
Tints of Grenadier #C24E40
RGB
CMYK
RGB Variations
Color information
#C24E40 (or 0xC24E40) is known color: Grenadier. HEX triplet: C2, 4E and 40. RGB value is (194,78,64). Sum of RGB (Red+Green+Blue) = 194+78+64=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24E40 is #3DB1BF. Grayscale: #6F6F6F. Windows color (decimal): -4043200 or 4214466. OLE color: 4214466.
HSL color Cylindrical-coordinate representation of color #C24E40: hue angle of 6.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24E40 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 64 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.24 |
| HSL | 6.46º | 0.52% | 0.51% | - |
| HSV(B) | 6.46º | 0.67% | 0.76% | - |
| XYZ | 25.9 | 17.29 | 6.82 | - |
| YUV | 111.09 | 101.43 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 64 | 0 | 0.60 | 0.67 | 0.24 | 6.46 | 0.52 | 0.51 |
| Hex | C2 | 4E | 40 | 0 | 3C | 43 | 18 | 6 | 34 | 33 |
| Octal | 302 | 116 | 100 | 0 | 74 | 103 | 30 | 6 | 64 | 63 |
| Binary | 11000010 | 1001110 | 1000000 | 0 | 111100 | 1000011 | 11000 | 110 | 110100 | 110011 |
Color Harmonies of #C24E40
Complementary color
Monochromatic Colors of #C24E40
Black with #C24E40
Text Example
Text Example
White with #C24E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E40; }
p { color: rgb(194,78,64); }
H1.HeaderClassName
{
color: #C24E40;
}
.AnyTagClassName
{
color: #C24E40;
}
</style>
background-color css
<style>
a { background-color: #C24E40; }
a { background-color: rgb(194,78,64); }
div.DivClassName
{
background-color: #C24E40;
}
.BgClassName
{
background-color: #C24E40;
}
</style>
border-color css
<style>
span { border-color: #C24E40; }
span { border-color: rgb(194,78,64); }
td.TdClassName
{
border-color: #C24E40;
}
.TagClassName
{
border-color: #C24E40;
}
</style>