Shades of Grenadier #CC4739
Tints of Grenadier #CC4739
RGB
CMYK
RGB Variations
Color information
#CC4739 (or 0xCC4739) is known color: Grenadier. HEX triplet: CC, 47 and 39. RGB value is (204,71,57). Sum of RGB (Red+Green+Blue) = 204+71+57=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4739 is #33B8C6. Grayscale: #6D6D6D. Windows color (decimal): -3389639 or 3753932. OLE color: 3753932.
HSL color Cylindrical-coordinate representation of color #CC4739: hue angle of 5.71º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC4739 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 57 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.2 |
| HSL | 5.71º | 0.59% | 0.51% | - |
| HSV(B) | 5.71º | 0.72% | 0.8% | - |
| XYZ | 27.89 | 17.64 | 5.81 | - |
| YUV | 109.17 | 98.56 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 57 | 0 | 0.65 | 0.72 | 0.2 | 5.71 | 0.59 | 0.51 |
| Hex | CC | 47 | 39 | 0 | 41 | 48 | 14 | 6 | 3B | 33 |
| Octal | 314 | 107 | 71 | 0 | 101 | 110 | 24 | 6 | 73 | 63 |
| Binary | 11001100 | 1000111 | 111001 | 0 | 1000001 | 1001000 | 10100 | 110 | 111011 | 110011 |
Color Harmonies of #CC4739
Complementary color
Monochromatic Colors of #CC4739
Black with #CC4739
Text Example
Text Example
White with #CC4739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4739; }
p { color: rgb(204,71,57); }
H1.HeaderClassName
{
color: #CC4739;
}
.AnyTagClassName
{
color: #CC4739;
}
</style>
background-color css
<style>
a { background-color: #CC4739; }
a { background-color: rgb(204,71,57); }
div.DivClassName
{
background-color: #CC4739;
}
.BgClassName
{
background-color: #CC4739;
}
</style>
border-color css
<style>
span { border-color: #CC4739; }
span { border-color: rgb(204,71,57); }
td.TdClassName
{
border-color: #CC4739;
}
.TagClassName
{
border-color: #CC4739;
}
</style>