Shades of Grenadier #C24E3E
Tints of Grenadier #C24E3E
RGB
CMYK
RGB Variations
Color information
#C24E3E (or 0xC24E3E) is known color: Grenadier. HEX triplet: C2, 4E and 3E. RGB value is (194,78,62). Sum of RGB (Red+Green+Blue) = 194+78+62=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24E3E is #3DB1C1. Grayscale: #6F6F6F. Windows color (decimal): -4043202 or 4083394. OLE color: 4083394.
HSL color Cylindrical-coordinate representation of color #C24E3E: hue angle of 7.27º 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 #C24E3E is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 62 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.24 |
| HSL | 7.27º | 0.52% | 0.5% | - |
| HSV(B) | 7.27º | 0.68% | 0.76% | - |
| XYZ | 25.84 | 17.27 | 6.53 | - |
| YUV | 110.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 62 | 0 | 0.60 | 0.68 | 0.24 | 7.27 | 0.52 | 0.5 |
| Hex | C2 | 4E | 3E | 0 | 3C | 44 | 18 | 7 | 34 | 32 |
| Octal | 302 | 116 | 76 | 0 | 74 | 104 | 30 | 7 | 64 | 62 |
| Binary | 11000010 | 1001110 | 111110 | 0 | 111100 | 1000100 | 11000 | 111 | 110100 | 110010 |
Color Harmonies of #C24E3E
Complementary color
Monochromatic Colors of #C24E3E
Black with #C24E3E
Text Example
Text Example
White with #C24E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E3E; }
p { color: rgb(194,78,62); }
H1.HeaderClassName
{
color: #C24E3E;
}
.AnyTagClassName
{
color: #C24E3E;
}
</style>
background-color css
<style>
a { background-color: #C24E3E; }
a { background-color: rgb(194,78,62); }
div.DivClassName
{
background-color: #C24E3E;
}
.BgClassName
{
background-color: #C24E3E;
}
</style>
border-color css
<style>
span { border-color: #C24E3E; }
span { border-color: rgb(194,78,62); }
td.TdClassName
{
border-color: #C24E3E;
}
.TagClassName
{
border-color: #C24E3E;
}
</style>