Shades of Grenadier #C7473D
Tints of Grenadier #C7473D
RGB
CMYK
RGB Variations
Color information
#C7473D (or 0xC7473D) is known color: Grenadier. HEX triplet: C7, 47 and 3D. RGB value is (199,71,61). Sum of RGB (Red+Green+Blue) = 199+71+61=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C7473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7473D is #38B8C2. Grayscale: #6C6C6C. Windows color (decimal): -3717315 or 4016071. OLE color: 4016071.
HSL color Cylindrical-coordinate representation of color #C7473D: hue angle of 4.35º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7473D is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 61 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.22 |
| HSL | 4.35º | 0.55% | 0.51% | - |
| HSV(B) | 4.35º | 0.69% | 0.78% | - |
| XYZ | 26.65 | 16.99 | 6.29 | - |
| YUV | 108.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 61 | 0 | 0.64 | 0.69 | 0.22 | 4.35 | 0.55 | 0.51 |
| Hex | C7 | 47 | 3D | 0 | 40 | 45 | 16 | 4 | 37 | 33 |
| Octal | 307 | 107 | 75 | 0 | 100 | 105 | 26 | 4 | 67 | 63 |
| Binary | 11000111 | 1000111 | 111101 | 0 | 1000000 | 1000101 | 10110 | 100 | 110111 | 110011 |
Color Harmonies of #C7473D
Complementary color
Monochromatic Colors of #C7473D
Black with #C7473D
Text Example
Text Example
White with #C7473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7473D; }
p { color: rgb(199,71,61); }
H1.HeaderClassName
{
color: #C7473D;
}
.AnyTagClassName
{
color: #C7473D;
}
</style>
background-color css
<style>
a { background-color: #C7473D; }
a { background-color: rgb(199,71,61); }
div.DivClassName
{
background-color: #C7473D;
}
.BgClassName
{
background-color: #C7473D;
}
</style>
border-color css
<style>
span { border-color: #C7473D; }
span { border-color: rgb(199,71,61); }
td.TdClassName
{
border-color: #C7473D;
}
.TagClassName
{
border-color: #C7473D;
}
</style>