Shades of Grenadier #C24A3C
Tints of Grenadier #C24A3C
RGB
CMYK
RGB Variations
Color information
#C24A3C (or 0xC24A3C) is known color: Grenadier. HEX triplet: C2, 4A and 3C. RGB value is (194,74,60). Sum of RGB (Red+Green+Blue) = 194+74+60=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A3C is #3DB5C3. Grayscale: #6C6C6C. Windows color (decimal): -4044228 or 3951298. OLE color: 3951298.
HSL color Cylindrical-coordinate representation of color #C24A3C: hue angle of 6.27º 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 #C24A3C is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 60 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.24 |
| HSL | 6.27º | 0.53% | 0.5% | - |
| HSV(B) | 6.27º | 0.69% | 0.76% | - |
| XYZ | 25.51 | 16.69 | 6.15 | - |
| YUV | 108.28 | 100.76 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 60 | 0 | 0.62 | 0.69 | 0.24 | 6.27 | 0.53 | 0.5 |
| Hex | C2 | 4A | 3C | 0 | 3E | 45 | 18 | 6 | 35 | 32 |
| Octal | 302 | 112 | 74 | 0 | 76 | 105 | 30 | 6 | 65 | 62 |
| Binary | 11000010 | 1001010 | 111100 | 0 | 111110 | 1000101 | 11000 | 110 | 110101 | 110010 |
Color Harmonies of #C24A3C
Complementary color
Monochromatic Colors of #C24A3C
Black with #C24A3C
Text Example
Text Example
White with #C24A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A3C; }
p { color: rgb(194,74,60); }
H1.HeaderClassName
{
color: #C24A3C;
}
.AnyTagClassName
{
color: #C24A3C;
}
</style>
background-color css
<style>
a { background-color: #C24A3C; }
a { background-color: rgb(194,74,60); }
div.DivClassName
{
background-color: #C24A3C;
}
.BgClassName
{
background-color: #C24A3C;
}
</style>
border-color css
<style>
span { border-color: #C24A3C; }
span { border-color: rgb(194,74,60); }
td.TdClassName
{
border-color: #C24A3C;
}
.TagClassName
{
border-color: #C24A3C;
}
</style>