Shades of Grenadier #CC443D
Tints of Grenadier #CC443D
RGB
CMYK
RGB Variations
Color information
#CC443D (or 0xCC443D) is known color: Grenadier. HEX triplet: CC, 44 and 3D. RGB value is (204,68,61). Sum of RGB (Red+Green+Blue) = 204+68+61=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC443D is #33BBC2. Grayscale: #6C6C6C. Windows color (decimal): -3390403 or 4015308. OLE color: 4015308.
HSL color Cylindrical-coordinate representation of color #CC443D: hue angle of 2.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC443D is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 61 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.2 |
| HSL | 2.94º | 0.58% | 0.52% | - |
| HSV(B) | 2.94º | 0.7% | 0.8% | - |
| XYZ | 27.81 | 17.31 | 6.29 | - |
| YUV | 107.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 61 | 0 | 0.67 | 0.70 | 0.2 | 2.94 | 0.58 | 0.52 |
| Hex | CC | 44 | 3D | 0 | 43 | 46 | 14 | 3 | 3A | 34 |
| Octal | 314 | 104 | 75 | 0 | 103 | 106 | 24 | 3 | 72 | 64 |
| Binary | 11001100 | 1000100 | 111101 | 0 | 1000011 | 1000110 | 10100 | 11 | 111010 | 110100 |
Color Harmonies of #CC443D
Complementary color
Monochromatic Colors of #CC443D
Black with #CC443D
Text Example
Text Example
White with #CC443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC443D; }
p { color: rgb(204,68,61); }
H1.HeaderClassName
{
color: #CC443D;
}
.AnyTagClassName
{
color: #CC443D;
}
</style>
background-color css
<style>
a { background-color: #CC443D; }
a { background-color: rgb(204,68,61); }
div.DivClassName
{
background-color: #CC443D;
}
.BgClassName
{
background-color: #CC443D;
}
</style>
border-color css
<style>
span { border-color: #CC443D; }
span { border-color: rgb(204,68,61); }
td.TdClassName
{
border-color: #CC443D;
}
.TagClassName
{
border-color: #CC443D;
}
</style>