Shades of Grenadier #C24C35
Tints of Grenadier #C24C35
RGB
CMYK
RGB Variations
Color information
#C24C35 (or 0xC24C35) is known color: Grenadier. HEX triplet: C2, 4C and 35. RGB value is (194,76,53). Sum of RGB (Red+Green+Blue) = 194+76+53=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24C35 is #3DB3CA. Grayscale: #6C6C6C. Windows color (decimal): -4043723 or 3493058. OLE color: 3493058.
HSL color Cylindrical-coordinate representation of color #C24C35: hue angle of 9.79º degrees, saturation: 0.57, 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 #C24C35 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 53 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.24 |
| HSL | 9.79º | 0.57% | 0.48% | - |
| HSV(B) | 9.79º | 0.73% | 0.76% | - |
| XYZ | 25.48 | 16.9 | 5.29 | - |
| YUV | 108.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 53 | 0 | 0.61 | 0.73 | 0.24 | 9.79 | 0.57 | 0.48 |
| Hex | C2 | 4C | 35 | 0 | 3D | 49 | 18 | A | 39 | 30 |
| Octal | 302 | 114 | 65 | 0 | 75 | 111 | 30 | 12 | 71 | 60 |
| Binary | 11000010 | 1001100 | 110101 | 0 | 111101 | 1001001 | 11000 | 1010 | 111001 | 110000 |
Color Harmonies of #C24C35
Complementary color
Monochromatic Colors of #C24C35
Black with #C24C35
Text Example
Text Example
White with #C24C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C35; }
p { color: rgb(194,76,53); }
H1.HeaderClassName
{
color: #C24C35;
}
.AnyTagClassName
{
color: #C24C35;
}
</style>
background-color css
<style>
a { background-color: #C24C35; }
a { background-color: rgb(194,76,53); }
div.DivClassName
{
background-color: #C24C35;
}
.BgClassName
{
background-color: #C24C35;
}
</style>
border-color css
<style>
span { border-color: #C24C35; }
span { border-color: rgb(194,76,53); }
td.TdClassName
{
border-color: #C24C35;
}
.TagClassName
{
border-color: #C24C35;
}
</style>