Shades of Grenadier #C7513F
Tints of Grenadier #C7513F
RGB
CMYK
RGB Variations
Color information
#C7513F (or 0xC7513F) is known color: Grenadier. HEX triplet: C7, 51 and 3F. RGB value is (199,81,63). Sum of RGB (Red+Green+Blue) = 199+81+63=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7513F is #38AEC0. Grayscale: #727272. Windows color (decimal): -3714753 or 4149703. OLE color: 4149703.
HSL color Cylindrical-coordinate representation of color #C7513F: hue angle of 7.94º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7513F is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 63 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.22 |
| HSL | 7.94º | 0.55% | 0.51% | - |
| HSV(B) | 7.94º | 0.68% | 0.78% | - |
| XYZ | 27.39 | 18.39 | 6.81 | - |
| YUV | 114.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 63 | 0 | 0.59 | 0.68 | 0.22 | 7.94 | 0.55 | 0.51 |
| Hex | C7 | 51 | 3F | 0 | 3B | 44 | 16 | 8 | 37 | 33 |
| Octal | 307 | 121 | 77 | 0 | 73 | 104 | 26 | 10 | 67 | 63 |
| Binary | 11000111 | 1010001 | 111111 | 0 | 111011 | 1000100 | 10110 | 1000 | 110111 | 110011 |
Color Harmonies of #C7513F
Complementary color
Monochromatic Colors of #C7513F
Black with #C7513F
Text Example
Text Example
White with #C7513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7513F; }
p { color: rgb(199,81,63); }
H1.HeaderClassName
{
color: #C7513F;
}
.AnyTagClassName
{
color: #C7513F;
}
</style>
background-color css
<style>
a { background-color: #C7513F; }
a { background-color: rgb(199,81,63); }
div.DivClassName
{
background-color: #C7513F;
}
.BgClassName
{
background-color: #C7513F;
}
</style>
border-color css
<style>
span { border-color: #C7513F; }
span { border-color: rgb(199,81,63); }
td.TdClassName
{
border-color: #C7513F;
}
.TagClassName
{
border-color: #C7513F;
}
</style>