Shades of Grenadier #C24730
Tints of Grenadier #C24730
RGB
CMYK
RGB Variations
Color information
#C24730 (or 0xC24730) is known color: Grenadier. HEX triplet: C2, 47 and 30. RGB value is (194,71,48). Sum of RGB (Red+Green+Blue) = 194+71+48=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C24730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24730 is #3DB8CF. Grayscale: #696969. Windows color (decimal): -4045008 or 3164098. OLE color: 3164098.
HSL color Cylindrical-coordinate representation of color #C24730: hue angle of 9.45º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C24730 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 48 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.24 |
| HSL | 9.45º | 0.6% | 0.47% | - |
| HSV(B) | 9.45º | 0.75% | 0.76% | - |
| XYZ | 25.03 | 16.19 | 4.6 | - |
| YUV | 105.16 | 95.75 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 48 | 0 | 0.63 | 0.75 | 0.24 | 9.45 | 0.6 | 0.47 |
| Hex | C2 | 47 | 30 | 0 | 3F | 4B | 18 | 9 | 3C | 2F |
| Octal | 302 | 107 | 60 | 0 | 77 | 113 | 30 | 11 | 74 | 57 |
| Binary | 11000010 | 1000111 | 110000 | 0 | 111111 | 1001011 | 11000 | 1001 | 111100 | 101111 |
Color Harmonies of #C24730
Complementary color
Monochromatic Colors of #C24730
Black with #C24730
Text Example
Text Example
White with #C24730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24730; }
p { color: rgb(194,71,48); }
H1.HeaderClassName
{
color: #C24730;
}
.AnyTagClassName
{
color: #C24730;
}
</style>
background-color css
<style>
a { background-color: #C24730; }
a { background-color: rgb(194,71,48); }
div.DivClassName
{
background-color: #C24730;
}
.BgClassName
{
background-color: #C24730;
}
</style>
border-color css
<style>
span { border-color: #C24730; }
span { border-color: rgb(194,71,48); }
td.TdClassName
{
border-color: #C24730;
}
.TagClassName
{
border-color: #C24730;
}
</style>