Shades of Grenadier #C7443D
Tints of Grenadier #C7443D
RGB
CMYK
RGB Variations
Color information
#C7443D (or 0xC7443D) is known color: Grenadier. HEX triplet: C7, 44 and 3D. RGB value is (199,68,61). Sum of RGB (Red+Green+Blue) = 199+68+61=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7443D is #38BBC2. Grayscale: #6A6A6A. Windows color (decimal): -3718083 or 4015303. OLE color: 4015303.
HSL color Cylindrical-coordinate representation of color #C7443D: hue angle of 3.04º 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 #C7443D is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 61 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.22 |
| HSL | 3.04º | 0.55% | 0.51% | - |
| HSV(B) | 3.04º | 0.69% | 0.78% | - |
| XYZ | 26.46 | 16.61 | 6.23 | - |
| YUV | 106.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 61 | 0 | 0.66 | 0.69 | 0.22 | 3.04 | 0.55 | 0.51 |
| Hex | C7 | 44 | 3D | 0 | 42 | 45 | 16 | 3 | 37 | 33 |
| Octal | 307 | 104 | 75 | 0 | 102 | 105 | 26 | 3 | 67 | 63 |
| Binary | 11000111 | 1000100 | 111101 | 0 | 1000010 | 1000101 | 10110 | 11 | 110111 | 110011 |
Color Harmonies of #C7443D
Complementary color
Monochromatic Colors of #C7443D
Black with #C7443D
Text Example
Text Example
White with #C7443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7443D; }
p { color: rgb(199,68,61); }
H1.HeaderClassName
{
color: #C7443D;
}
.AnyTagClassName
{
color: #C7443D;
}
</style>
background-color css
<style>
a { background-color: #C7443D; }
a { background-color: rgb(199,68,61); }
div.DivClassName
{
background-color: #C7443D;
}
.BgClassName
{
background-color: #C7443D;
}
</style>
border-color css
<style>
span { border-color: #C7443D; }
span { border-color: rgb(199,68,61); }
td.TdClassName
{
border-color: #C7443D;
}
.TagClassName
{
border-color: #C7443D;
}
</style>