Shades of Grenadier #C24731
Tints of Grenadier #C24731
RGB
CMYK
RGB Variations
Color information
#C24731 (or 0xC24731) is known color: Grenadier. HEX triplet: C2, 47 and 31. RGB value is (194,71,49). Sum of RGB (Red+Green+Blue) = 194+71+49=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C24731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24731 is #3DB8CE. Grayscale: #696969. Windows color (decimal): -4045007 or 3229634. OLE color: 3229634.
HSL color Cylindrical-coordinate representation of color #C24731: hue angle of 9.1º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C24731 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 49 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.24 |
| HSL | 9.1º | 0.6% | 0.48% | - |
| HSV(B) | 9.1º | 0.75% | 0.76% | - |
| XYZ | 25.06 | 16.2 | 4.71 | - |
| YUV | 105.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 49 | 0 | 0.63 | 0.75 | 0.24 | 9.1 | 0.6 | 0.48 |
| Hex | C2 | 47 | 31 | 0 | 3F | 4B | 18 | 9 | 3C | 30 |
| Octal | 302 | 107 | 61 | 0 | 77 | 113 | 30 | 11 | 74 | 60 |
| Binary | 11000010 | 1000111 | 110001 | 0 | 111111 | 1001011 | 11000 | 1001 | 111100 | 110000 |
Color Harmonies of #C24731
Complementary color
Monochromatic Colors of #C24731
Black with #C24731
Text Example
Text Example
White with #C24731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24731; }
p { color: rgb(194,71,49); }
H1.HeaderClassName
{
color: #C24731;
}
.AnyTagClassName
{
color: #C24731;
}
</style>
background-color css
<style>
a { background-color: #C24731; }
a { background-color: rgb(194,71,49); }
div.DivClassName
{
background-color: #C24731;
}
.BgClassName
{
background-color: #C24731;
}
</style>
border-color css
<style>
span { border-color: #C24731; }
span { border-color: rgb(194,71,49); }
td.TdClassName
{
border-color: #C24731;
}
.TagClassName
{
border-color: #C24731;
}
</style>