Shades of Grenadier #C7473B
Tints of Grenadier #C7473B
RGB
CMYK
RGB Variations
Color information
#C7473B (or 0xC7473B) is known color: Grenadier. HEX triplet: C7, 47 and 3B. RGB value is (199,71,59). Sum of RGB (Red+Green+Blue) = 199+71+59=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7473B is #38B8C4. Grayscale: #6C6C6C. Windows color (decimal): -3717317 or 3884999. OLE color: 3884999.
HSL color Cylindrical-coordinate representation of color #C7473B: hue angle of 5.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7473B is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 59 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.22 |
| HSL | 5.14º | 0.56% | 0.51% | - |
| HSV(B) | 5.14º | 0.7% | 0.78% | - |
| XYZ | 26.6 | 16.96 | 6.01 | - |
| YUV | 107.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 59 | 0 | 0.64 | 0.70 | 0.22 | 5.14 | 0.56 | 0.51 |
| Hex | C7 | 47 | 3B | 0 | 40 | 46 | 16 | 5 | 38 | 33 |
| Octal | 307 | 107 | 73 | 0 | 100 | 106 | 26 | 5 | 70 | 63 |
| Binary | 11000111 | 1000111 | 111011 | 0 | 1000000 | 1000110 | 10110 | 101 | 111000 | 110011 |
Color Harmonies of #C7473B
Complementary color
Monochromatic Colors of #C7473B
Black with #C7473B
Text Example
Text Example
White with #C7473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7473B; }
p { color: rgb(199,71,59); }
H1.HeaderClassName
{
color: #C7473B;
}
.AnyTagClassName
{
color: #C7473B;
}
</style>
background-color css
<style>
a { background-color: #C7473B; }
a { background-color: rgb(199,71,59); }
div.DivClassName
{
background-color: #C7473B;
}
.BgClassName
{
background-color: #C7473B;
}
</style>
border-color css
<style>
span { border-color: #C7473B; }
span { border-color: rgb(199,71,59); }
td.TdClassName
{
border-color: #C7473B;
}
.TagClassName
{
border-color: #C7473B;
}
</style>