Shades of Grenadier #C24E34
Tints of Grenadier #C24E34
RGB
CMYK
RGB Variations
Color information
#C24E34 (or 0xC24E34) is known color: Grenadier. HEX triplet: C2, 4E and 34. RGB value is (194,78,52). Sum of RGB (Red+Green+Blue) = 194+78+52=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24E34 is #3DB1CB. Grayscale: #6D6D6D. Windows color (decimal): -4043212 or 3428034. OLE color: 3428034.
HSL color Cylindrical-coordinate representation of color #C24E34: hue angle of 10.99º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C24E34 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 52 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.24 |
| HSL | 10.99º | 0.58% | 0.48% | - |
| HSV(B) | 10.99º | 0.73% | 0.76% | - |
| XYZ | 25.59 | 17.17 | 5.21 | - |
| YUV | 109.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 52 | 0 | 0.60 | 0.73 | 0.24 | 10.99 | 0.58 | 0.48 |
| Hex | C2 | 4E | 34 | 0 | 3C | 49 | 18 | B | 3A | 30 |
| Octal | 302 | 116 | 64 | 0 | 74 | 111 | 30 | 13 | 72 | 60 |
| Binary | 11000010 | 1001110 | 110100 | 0 | 111100 | 1001001 | 11000 | 1011 | 111010 | 110000 |
Color Harmonies of #C24E34
Complementary color
Monochromatic Colors of #C24E34
Black with #C24E34
Text Example
Text Example
White with #C24E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E34; }
p { color: rgb(194,78,52); }
H1.HeaderClassName
{
color: #C24E34;
}
.AnyTagClassName
{
color: #C24E34;
}
</style>
background-color css
<style>
a { background-color: #C24E34; }
a { background-color: rgb(194,78,52); }
div.DivClassName
{
background-color: #C24E34;
}
.BgClassName
{
background-color: #C24E34;
}
</style>
border-color css
<style>
span { border-color: #C24E34; }
span { border-color: rgb(194,78,52); }
td.TdClassName
{
border-color: #C24E34;
}
.TagClassName
{
border-color: #C24E34;
}
</style>