Shades of Grenadier #CC4439
Tints of Grenadier #CC4439
RGB
CMYK
RGB Variations
Color information
#CC4439 (or 0xCC4439) is known color: Grenadier. HEX triplet: CC, 44 and 39. RGB value is (204,68,57). Sum of RGB (Red+Green+Blue) = 204+68+57=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4439 is #33BBC6. Grayscale: #6B6B6B. Windows color (decimal): -3390407 or 3753164. OLE color: 3753164.
HSL color Cylindrical-coordinate representation of color #CC4439: hue angle of 4.49º 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 #CC4439 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 57 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.2 |
| HSL | 4.49º | 0.59% | 0.51% | - |
| HSV(B) | 4.49º | 0.72% | 0.8% | - |
| XYZ | 27.71 | 17.27 | 5.74 | - |
| YUV | 107.41 | 99.56 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 57 | 0 | 0.67 | 0.72 | 0.2 | 4.49 | 0.59 | 0.51 |
| Hex | CC | 44 | 39 | 0 | 43 | 48 | 14 | 4 | 3B | 33 |
| Octal | 314 | 104 | 71 | 0 | 103 | 110 | 24 | 4 | 73 | 63 |
| Binary | 11001100 | 1000100 | 111001 | 0 | 1000011 | 1001000 | 10100 | 100 | 111011 | 110011 |
Color Harmonies of #CC4439
Complementary color
Monochromatic Colors of #CC4439
Black with #CC4439
Text Example
Text Example
White with #CC4439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4439; }
p { color: rgb(204,68,57); }
H1.HeaderClassName
{
color: #CC4439;
}
.AnyTagClassName
{
color: #CC4439;
}
</style>
background-color css
<style>
a { background-color: #CC4439; }
a { background-color: rgb(204,68,57); }
div.DivClassName
{
background-color: #CC4439;
}
.BgClassName
{
background-color: #CC4439;
}
</style>
border-color css
<style>
span { border-color: #CC4439; }
span { border-color: rgb(204,68,57); }
td.TdClassName
{
border-color: #CC4439;
}
.TagClassName
{
border-color: #CC4439;
}
</style>