Shades of Grenadier #C7443E
Tints of Grenadier #C7443E
RGB
CMYK
RGB Variations
Color information
#C7443E (or 0xC7443E) is known color: Grenadier. HEX triplet: C7, 44 and 3E. RGB value is (199,68,62). Sum of RGB (Red+Green+Blue) = 199+68+62=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7443E is #38BBC1. Grayscale: #6A6A6A. Windows color (decimal): -3718082 or 4080839. OLE color: 4080839.
HSL color Cylindrical-coordinate representation of color #C7443E: hue angle of 2.63º 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 #C7443E is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 62 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.22 |
| HSL | 2.63º | 0.55% | 0.51% | - |
| HSV(B) | 2.63º | 0.69% | 0.78% | - |
| XYZ | 26.49 | 16.62 | 6.37 | - |
| YUV | 106.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 62 | 0 | 0.66 | 0.69 | 0.22 | 2.63 | 0.55 | 0.51 |
| Hex | C7 | 44 | 3E | 0 | 42 | 45 | 16 | 3 | 37 | 33 |
| Octal | 307 | 104 | 76 | 0 | 102 | 105 | 26 | 3 | 67 | 63 |
| Binary | 11000111 | 1000100 | 111110 | 0 | 1000010 | 1000101 | 10110 | 11 | 110111 | 110011 |
Color Harmonies of #C7443E
Complementary color
Monochromatic Colors of #C7443E
Black with #C7443E
Text Example
Text Example
White with #C7443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7443E; }
p { color: rgb(199,68,62); }
H1.HeaderClassName
{
color: #C7443E;
}
.AnyTagClassName
{
color: #C7443E;
}
</style>
background-color css
<style>
a { background-color: #C7443E; }
a { background-color: rgb(199,68,62); }
div.DivClassName
{
background-color: #C7443E;
}
.BgClassName
{
background-color: #C7443E;
}
</style>
border-color css
<style>
span { border-color: #C7443E; }
span { border-color: rgb(199,68,62); }
td.TdClassName
{
border-color: #C7443E;
}
.TagClassName
{
border-color: #C7443E;
}
</style>