Shades of Grenadier #C24C3B
Tints of Grenadier #C24C3B
RGB
CMYK
RGB Variations
Color information
#C24C3B (or 0xC24C3B) is known color: Grenadier. HEX triplet: C2, 4C and 3B. RGB value is (194,76,59). Sum of RGB (Red+Green+Blue) = 194+76+59=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24C3B is #3DB3C4. Grayscale: #6D6D6D. Windows color (decimal): -4043717 or 3886274. OLE color: 3886274.
HSL color Cylindrical-coordinate representation of color #C24C3B: hue angle of 7.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C24C3B is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 59 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.24 |
| HSL | 7.56º | 0.53% | 0.5% | - |
| HSV(B) | 7.56º | 0.7% | 0.76% | - |
| XYZ | 25.62 | 16.95 | 6.06 | - |
| YUV | 109.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 59 | 0 | 0.61 | 0.70 | 0.24 | 7.56 | 0.53 | 0.5 |
| Hex | C2 | 4C | 3B | 0 | 3D | 46 | 18 | 8 | 35 | 32 |
| Octal | 302 | 114 | 73 | 0 | 75 | 106 | 30 | 10 | 65 | 62 |
| Binary | 11000010 | 1001100 | 111011 | 0 | 111101 | 1000110 | 11000 | 1000 | 110101 | 110010 |
Color Harmonies of #C24C3B
Complementary color
Monochromatic Colors of #C24C3B
Black with #C24C3B
Text Example
Text Example
White with #C24C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C3B; }
p { color: rgb(194,76,59); }
H1.HeaderClassName
{
color: #C24C3B;
}
.AnyTagClassName
{
color: #C24C3B;
}
</style>
background-color css
<style>
a { background-color: #C24C3B; }
a { background-color: rgb(194,76,59); }
div.DivClassName
{
background-color: #C24C3B;
}
.BgClassName
{
background-color: #C24C3B;
}
</style>
border-color css
<style>
span { border-color: #C24C3B; }
span { border-color: rgb(194,76,59); }
td.TdClassName
{
border-color: #C24C3B;
}
.TagClassName
{
border-color: #C24C3B;
}
</style>