Shades of Grenadier #CC4939
Tints of Grenadier #CC4939
RGB
CMYK
RGB Variations
Color information
#CC4939 (or 0xCC4939) is known color: Grenadier. HEX triplet: CC, 49 and 39. RGB value is (204,73,57). Sum of RGB (Red+Green+Blue) = 204+73+57=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4939 is #33B6C6. Grayscale: #6E6E6E. Windows color (decimal): -3389127 or 3754444. OLE color: 3754444.
HSL color Cylindrical-coordinate representation of color #CC4939: hue angle of 6.53º 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 #CC4939 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 57 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.2 |
| HSL | 6.53º | 0.59% | 0.51% | - |
| HSV(B) | 6.53º | 0.72% | 0.8% | - |
| XYZ | 28.02 | 17.9 | 5.85 | - |
| YUV | 110.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 57 | 0 | 0.64 | 0.72 | 0.2 | 6.53 | 0.59 | 0.51 |
| Hex | CC | 49 | 39 | 0 | 40 | 48 | 14 | 7 | 3B | 33 |
| Octal | 314 | 111 | 71 | 0 | 100 | 110 | 24 | 7 | 73 | 63 |
| Binary | 11001100 | 1001001 | 111001 | 0 | 1000000 | 1001000 | 10100 | 111 | 111011 | 110011 |
Color Harmonies of #CC4939
Complementary color
Monochromatic Colors of #CC4939
Black with #CC4939
Text Example
Text Example
White with #CC4939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4939; }
p { color: rgb(204,73,57); }
H1.HeaderClassName
{
color: #CC4939;
}
.AnyTagClassName
{
color: #CC4939;
}
</style>
background-color css
<style>
a { background-color: #CC4939; }
a { background-color: rgb(204,73,57); }
div.DivClassName
{
background-color: #CC4939;
}
.BgClassName
{
background-color: #CC4939;
}
</style>
border-color css
<style>
span { border-color: #CC4939; }
span { border-color: rgb(204,73,57); }
td.TdClassName
{
border-color: #CC4939;
}
.TagClassName
{
border-color: #CC4939;
}
</style>