Shades of Grenadier #CC4539
Tints of Grenadier #CC4539
RGB
CMYK
RGB Variations
Color information
#CC4539 (or 0xCC4539) is known color: Grenadier. HEX triplet: CC, 45 and 39. RGB value is (204,69,57). Sum of RGB (Red+Green+Blue) = 204+69+57=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4539 is #33BAC6. Grayscale: #6C6C6C. Windows color (decimal): -3390151 or 3753420. OLE color: 3753420.
HSL color Cylindrical-coordinate representation of color #CC4539: hue angle of 4.9º 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 #CC4539 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 57 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.2 |
| HSL | 4.9º | 0.59% | 0.51% | - |
| HSV(B) | 4.9º | 0.72% | 0.8% | - |
| XYZ | 27.77 | 17.39 | 5.76 | - |
| YUV | 108 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 57 | 0 | 0.66 | 0.72 | 0.2 | 4.9 | 0.59 | 0.51 |
| Hex | CC | 45 | 39 | 0 | 42 | 48 | 14 | 5 | 3B | 33 |
| Octal | 314 | 105 | 71 | 0 | 102 | 110 | 24 | 5 | 73 | 63 |
| Binary | 11001100 | 1000101 | 111001 | 0 | 1000010 | 1001000 | 10100 | 101 | 111011 | 110011 |
Color Harmonies of #CC4539
Complementary color
Monochromatic Colors of #CC4539
Black with #CC4539
Text Example
Text Example
White with #CC4539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4539; }
p { color: rgb(204,69,57); }
H1.HeaderClassName
{
color: #CC4539;
}
.AnyTagClassName
{
color: #CC4539;
}
</style>
background-color css
<style>
a { background-color: #CC4539; }
a { background-color: rgb(204,69,57); }
div.DivClassName
{
background-color: #CC4539;
}
.BgClassName
{
background-color: #CC4539;
}
</style>
border-color css
<style>
span { border-color: #CC4539; }
span { border-color: rgb(204,69,57); }
td.TdClassName
{
border-color: #CC4539;
}
.TagClassName
{
border-color: #CC4539;
}
</style>