Shades of Grenadier #C24E3A
Tints of Grenadier #C24E3A
RGB
CMYK
RGB Variations
Color information
#C24E3A (or 0xC24E3A) is known color: Grenadier. HEX triplet: C2, 4E and 3A. RGB value is (194,78,58). Sum of RGB (Red+Green+Blue) = 194+78+58=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24E3A is #3DB1C5. Grayscale: #6E6E6E. Windows color (decimal): -4043206 or 3821250. OLE color: 3821250.
HSL color Cylindrical-coordinate representation of color #C24E3A: hue angle of 8.82º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C24E3A is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 58 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.24 |
| HSL | 8.82º | 0.54% | 0.49% | - |
| HSV(B) | 8.82º | 0.7% | 0.76% | - |
| XYZ | 25.74 | 17.22 | 5.97 | - |
| YUV | 110.4 | 98.43 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 58 | 0 | 0.60 | 0.70 | 0.24 | 8.82 | 0.54 | 0.49 |
| Hex | C2 | 4E | 3A | 0 | 3C | 46 | 18 | 9 | 36 | 31 |
| Octal | 302 | 116 | 72 | 0 | 74 | 106 | 30 | 11 | 66 | 61 |
| Binary | 11000010 | 1001110 | 111010 | 0 | 111100 | 1000110 | 11000 | 1001 | 110110 | 110001 |
Color Harmonies of #C24E3A
Complementary color
Monochromatic Colors of #C24E3A
Black with #C24E3A
Text Example
Text Example
White with #C24E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E3A; }
p { color: rgb(194,78,58); }
H1.HeaderClassName
{
color: #C24E3A;
}
.AnyTagClassName
{
color: #C24E3A;
}
</style>
background-color css
<style>
a { background-color: #C24E3A; }
a { background-color: rgb(194,78,58); }
div.DivClassName
{
background-color: #C24E3A;
}
.BgClassName
{
background-color: #C24E3A;
}
</style>
border-color css
<style>
span { border-color: #C24E3A; }
span { border-color: rgb(194,78,58); }
td.TdClassName
{
border-color: #C24E3A;
}
.TagClassName
{
border-color: #C24E3A;
}
</style>