Shades of Grenadier #C24D3A
Tints of Grenadier #C24D3A
RGB
CMYK
RGB Variations
Color information
#C24D3A (or 0xC24D3A) is known color: Grenadier. HEX triplet: C2, 4D and 3A. RGB value is (194,77,58). Sum of RGB (Red+Green+Blue) = 194+77+58=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24D3A is #3DB2C5. Grayscale: #6E6E6E. Windows color (decimal): -4043462 or 3820994. OLE color: 3820994.
HSL color Cylindrical-coordinate representation of color #C24D3A: hue angle of 8.38º 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 #C24D3A is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 58 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.24 |
| HSL | 8.38º | 0.54% | 0.49% | - |
| HSV(B) | 8.38º | 0.7% | 0.76% | - |
| XYZ | 25.67 | 17.08 | 5.95 | - |
| YUV | 109.82 | 98.76 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 58 | 0 | 0.60 | 0.70 | 0.24 | 8.38 | 0.54 | 0.49 |
| Hex | C2 | 4D | 3A | 0 | 3C | 46 | 18 | 8 | 36 | 31 |
| Octal | 302 | 115 | 72 | 0 | 74 | 106 | 30 | 10 | 66 | 61 |
| Binary | 11000010 | 1001101 | 111010 | 0 | 111100 | 1000110 | 11000 | 1000 | 110110 | 110001 |
Color Harmonies of #C24D3A
Complementary color
Monochromatic Colors of #C24D3A
Black with #C24D3A
Text Example
Text Example
White with #C24D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D3A; }
p { color: rgb(194,77,58); }
H1.HeaderClassName
{
color: #C24D3A;
}
.AnyTagClassName
{
color: #C24D3A;
}
</style>
background-color css
<style>
a { background-color: #C24D3A; }
a { background-color: rgb(194,77,58); }
div.DivClassName
{
background-color: #C24D3A;
}
.BgClassName
{
background-color: #C24D3A;
}
</style>
border-color css
<style>
span { border-color: #C24D3A; }
span { border-color: rgb(194,77,58); }
td.TdClassName
{
border-color: #C24D3A;
}
.TagClassName
{
border-color: #C24D3A;
}
</style>