Shades of Grenadier #C24D3F
Tints of Grenadier #C24D3F
RGB
CMYK
RGB Variations
Color information
#C24D3F (or 0xC24D3F) is known color: Grenadier. HEX triplet: C2, 4D and 3F. RGB value is (194,77,63). Sum of RGB (Red+Green+Blue) = 194+77+63=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24D3F is #3DB2C0. Grayscale: #6E6E6E. Windows color (decimal): -4043457 or 4148674. OLE color: 4148674.
HSL color Cylindrical-coordinate representation of color #C24D3F: hue angle of 6.41º 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 #C24D3F is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 63 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.24 |
| HSL | 6.41º | 0.52% | 0.5% | - |
| HSV(B) | 6.41º | 0.68% | 0.76% | - |
| XYZ | 25.8 | 17.14 | 6.65 | - |
| YUV | 110.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 63 | 0 | 0.60 | 0.68 | 0.24 | 6.41 | 0.52 | 0.5 |
| Hex | C2 | 4D | 3F | 0 | 3C | 44 | 18 | 6 | 34 | 32 |
| Octal | 302 | 115 | 77 | 0 | 74 | 104 | 30 | 6 | 64 | 62 |
| Binary | 11000010 | 1001101 | 111111 | 0 | 111100 | 1000100 | 11000 | 110 | 110100 | 110010 |
Color Harmonies of #C24D3F
Complementary color
Monochromatic Colors of #C24D3F
Black with #C24D3F
Text Example
Text Example
White with #C24D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D3F; }
p { color: rgb(194,77,63); }
H1.HeaderClassName
{
color: #C24D3F;
}
.AnyTagClassName
{
color: #C24D3F;
}
</style>
background-color css
<style>
a { background-color: #C24D3F; }
a { background-color: rgb(194,77,63); }
div.DivClassName
{
background-color: #C24D3F;
}
.BgClassName
{
background-color: #C24D3F;
}
</style>
border-color css
<style>
span { border-color: #C24D3F; }
span { border-color: rgb(194,77,63); }
td.TdClassName
{
border-color: #C24D3F;
}
.TagClassName
{
border-color: #C24D3F;
}
</style>