Shades of Grenadier #C7443B
Tints of Grenadier #C7443B
RGB
CMYK
RGB Variations
Color information
#C7443B (or 0xC7443B) is known color: Grenadier. HEX triplet: C7, 44 and 3B. RGB value is (199,68,59). Sum of RGB (Red+Green+Blue) = 199+68+59=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7443B is #38BBC4. Grayscale: #6A6A6A. Windows color (decimal): -3718085 or 3884231. OLE color: 3884231.
HSL color Cylindrical-coordinate representation of color #C7443B: hue angle of 3.86º 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 #C7443B is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 59 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.22 |
| HSL | 3.86º | 0.56% | 0.51% | - |
| HSV(B) | 3.86º | 0.7% | 0.78% | - |
| XYZ | 26.41 | 16.59 | 5.95 | - |
| YUV | 106.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 59 | 0 | 0.66 | 0.70 | 0.22 | 3.86 | 0.56 | 0.51 |
| Hex | C7 | 44 | 3B | 0 | 42 | 46 | 16 | 4 | 38 | 33 |
| Octal | 307 | 104 | 73 | 0 | 102 | 106 | 26 | 4 | 70 | 63 |
| Binary | 11000111 | 1000100 | 111011 | 0 | 1000010 | 1000110 | 10110 | 100 | 111000 | 110011 |
Color Harmonies of #C7443B
Complementary color
Monochromatic Colors of #C7443B
Black with #C7443B
Text Example
Text Example
White with #C7443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7443B; }
p { color: rgb(199,68,59); }
H1.HeaderClassName
{
color: #C7443B;
}
.AnyTagClassName
{
color: #C7443B;
}
</style>
background-color css
<style>
a { background-color: #C7443B; }
a { background-color: rgb(199,68,59); }
div.DivClassName
{
background-color: #C7443B;
}
.BgClassName
{
background-color: #C7443B;
}
</style>
border-color css
<style>
span { border-color: #C7443B; }
span { border-color: rgb(199,68,59); }
td.TdClassName
{
border-color: #C7443B;
}
.TagClassName
{
border-color: #C7443B;
}
</style>