Shades of Grenadier #C24D3C
Tints of Grenadier #C24D3C
RGB
CMYK
RGB Variations
Color information
#C24D3C (or 0xC24D3C) is known color: Grenadier. HEX triplet: C2, 4D and 3C. RGB value is (194,77,60). Sum of RGB (Red+Green+Blue) = 194+77+60=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24D3C is #3DB2C3. Grayscale: #6E6E6E. Windows color (decimal): -4043460 or 3952066. OLE color: 3952066.
HSL color Cylindrical-coordinate representation of color #C24D3C: hue angle of 7.61º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24D3C is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 60 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.24 |
| HSL | 7.61º | 0.53% | 0.5% | - |
| HSV(B) | 7.61º | 0.69% | 0.76% | - |
| XYZ | 25.72 | 17.1 | 6.22 | - |
| YUV | 110.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 60 | 0 | 0.60 | 0.69 | 0.24 | 7.61 | 0.53 | 0.5 |
| Hex | C2 | 4D | 3C | 0 | 3C | 45 | 18 | 8 | 35 | 32 |
| Octal | 302 | 115 | 74 | 0 | 74 | 105 | 30 | 10 | 65 | 62 |
| Binary | 11000010 | 1001101 | 111100 | 0 | 111100 | 1000101 | 11000 | 1000 | 110101 | 110010 |
Color Harmonies of #C24D3C
Complementary color
Monochromatic Colors of #C24D3C
Black with #C24D3C
Text Example
Text Example
White with #C24D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D3C; }
p { color: rgb(194,77,60); }
H1.HeaderClassName
{
color: #C24D3C;
}
.AnyTagClassName
{
color: #C24D3C;
}
</style>
background-color css
<style>
a { background-color: #C24D3C; }
a { background-color: rgb(194,77,60); }
div.DivClassName
{
background-color: #C24D3C;
}
.BgClassName
{
background-color: #C24D3C;
}
</style>
border-color css
<style>
span { border-color: #C24D3C; }
span { border-color: rgb(194,77,60); }
td.TdClassName
{
border-color: #C24D3C;
}
.TagClassName
{
border-color: #C24D3C;
}
</style>