Shades of Grenadier #C24E3F
Tints of Grenadier #C24E3F
RGB
CMYK
RGB Variations
Color information
#C24E3F (or 0xC24E3F) is known color: Grenadier. HEX triplet: C2, 4E and 3F. RGB value is (194,78,63). Sum of RGB (Red+Green+Blue) = 194+78+63=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24E3F is #3DB1C0. Grayscale: #6F6F6F. Windows color (decimal): -4043201 or 4148930. OLE color: 4148930.
HSL color Cylindrical-coordinate representation of color #C24E3F: hue angle of 6.87º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C24E3F is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 63 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.24 |
| HSL | 6.87º | 0.52% | 0.5% | - |
| HSV(B) | 6.87º | 0.68% | 0.76% | - |
| XYZ | 25.87 | 17.28 | 6.67 | - |
| YUV | 110.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 63 | 0 | 0.60 | 0.68 | 0.24 | 6.87 | 0.52 | 0.5 |
| Hex | C2 | 4E | 3F | 0 | 3C | 44 | 18 | 7 | 34 | 32 |
| Octal | 302 | 116 | 77 | 0 | 74 | 104 | 30 | 7 | 64 | 62 |
| Binary | 11000010 | 1001110 | 111111 | 0 | 111100 | 1000100 | 11000 | 111 | 110100 | 110010 |
Color Harmonies of #C24E3F
Complementary color
Monochromatic Colors of #C24E3F
Black with #C24E3F
Text Example
Text Example
White with #C24E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E3F; }
p { color: rgb(194,78,63); }
H1.HeaderClassName
{
color: #C24E3F;
}
.AnyTagClassName
{
color: #C24E3F;
}
</style>
background-color css
<style>
a { background-color: #C24E3F; }
a { background-color: rgb(194,78,63); }
div.DivClassName
{
background-color: #C24E3F;
}
.BgClassName
{
background-color: #C24E3F;
}
</style>
border-color css
<style>
span { border-color: #C24E3F; }
span { border-color: rgb(194,78,63); }
td.TdClassName
{
border-color: #C24E3F;
}
.TagClassName
{
border-color: #C24E3F;
}
</style>