Shades of Grenadier #CC4335
Tints of Grenadier #CC4335
RGB
CMYK
RGB Variations
Color information
#CC4335 (or 0xCC4335) is known color: Grenadier. HEX triplet: CC, 43 and 35. RGB value is (204,67,53). Sum of RGB (Red+Green+Blue) = 204+67+53=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4335 is #33BCCA. Grayscale: #6A6A6A. Windows color (decimal): -3390667 or 3490764. OLE color: 3490764.
HSL color Cylindrical-coordinate representation of color #CC4335: hue angle of 5.56º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC4335 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 53 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.2 |
| HSL | 5.56º | 0.6% | 0.5% | - |
| HSV(B) | 5.56º | 0.74% | 0.8% | - |
| XYZ | 27.55 | 17.11 | 5.22 | - |
| YUV | 106.37 | 97.89 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 53 | 0 | 0.67 | 0.74 | 0.2 | 5.56 | 0.6 | 0.5 |
| Hex | CC | 43 | 35 | 0 | 43 | 4A | 14 | 6 | 3C | 32 |
| Octal | 314 | 103 | 65 | 0 | 103 | 112 | 24 | 6 | 74 | 62 |
| Binary | 11001100 | 1000011 | 110101 | 0 | 1000011 | 1001010 | 10100 | 110 | 111100 | 110010 |
Color Harmonies of #CC4335
Complementary color
Monochromatic Colors of #CC4335
Black with #CC4335
Text Example
Text Example
White with #CC4335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4335; }
p { color: rgb(204,67,53); }
H1.HeaderClassName
{
color: #CC4335;
}
.AnyTagClassName
{
color: #CC4335;
}
</style>
background-color css
<style>
a { background-color: #CC4335; }
a { background-color: rgb(204,67,53); }
div.DivClassName
{
background-color: #CC4335;
}
.BgClassName
{
background-color: #CC4335;
}
</style>
border-color css
<style>
span { border-color: #CC4335; }
span { border-color: rgb(204,67,53); }
td.TdClassName
{
border-color: #CC4335;
}
.TagClassName
{
border-color: #CC4335;
}
</style>