Shades of Grenadier #C5443D
Tints of Grenadier #C5443D
RGB
CMYK
RGB Variations
Color information
#C5443D (or 0xC5443D) is known color: Grenadier. HEX triplet: C5, 44 and 3D. RGB value is (197,68,61). Sum of RGB (Red+Green+Blue) = 197+68+61=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5443D is #3ABBC2. Grayscale: #696969. Windows color (decimal): -3849155 or 4015301. OLE color: 4015301.
HSL color Cylindrical-coordinate representation of color #C5443D: hue angle of 3.09º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5443D is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 61 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.23 |
| HSL | 3.09º | 0.54% | 0.51% | - |
| HSV(B) | 3.09º | 0.69% | 0.77% | - |
| XYZ | 25.94 | 16.34 | 6.2 | - |
| YUV | 105.77 | 102.74 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 61 | 0 | 0.65 | 0.69 | 0.23 | 3.09 | 0.54 | 0.51 |
| Hex | C5 | 44 | 3D | 0 | 41 | 45 | 17 | 3 | 36 | 33 |
| Octal | 305 | 104 | 75 | 0 | 101 | 105 | 27 | 3 | 66 | 63 |
| Binary | 11000101 | 1000100 | 111101 | 0 | 1000001 | 1000101 | 10111 | 11 | 110110 | 110011 |
Color Harmonies of #C5443D
Complementary color
Monochromatic Colors of #C5443D
Black with #C5443D
Text Example
Text Example
White with #C5443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5443D; }
p { color: rgb(197,68,61); }
H1.HeaderClassName
{
color: #C5443D;
}
.AnyTagClassName
{
color: #C5443D;
}
</style>
background-color css
<style>
a { background-color: #C5443D; }
a { background-color: rgb(197,68,61); }
div.DivClassName
{
background-color: #C5443D;
}
.BgClassName
{
background-color: #C5443D;
}
</style>
border-color css
<style>
span { border-color: #C5443D; }
span { border-color: rgb(197,68,61); }
td.TdClassName
{
border-color: #C5443D;
}
.TagClassName
{
border-color: #C5443D;
}
</style>