Shades of Grenadier #CC453D
Tints of Grenadier #CC453D
RGB
CMYK
RGB Variations
Color information
#CC453D (or 0xCC453D) is known color: Grenadier. HEX triplet: CC, 45 and 3D. RGB value is (204,69,61). Sum of RGB (Red+Green+Blue) = 204+69+61=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC453D is #33BAC2. Grayscale: #6C6C6C. Windows color (decimal): -3390147 or 4015564. OLE color: 4015564.
HSL color Cylindrical-coordinate representation of color #CC453D: hue angle of 3.36º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC453D is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 61 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.2 |
| HSL | 3.36º | 0.58% | 0.52% | - |
| HSV(B) | 3.36º | 0.7% | 0.8% | - |
| XYZ | 27.87 | 17.43 | 6.31 | - |
| YUV | 108.45 | 101.23 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 61 | 0 | 0.66 | 0.70 | 0.2 | 3.36 | 0.58 | 0.52 |
| Hex | CC | 45 | 3D | 0 | 42 | 46 | 14 | 3 | 3A | 34 |
| Octal | 314 | 105 | 75 | 0 | 102 | 106 | 24 | 3 | 72 | 64 |
| Binary | 11001100 | 1000101 | 111101 | 0 | 1000010 | 1000110 | 10100 | 11 | 111010 | 110100 |
Color Harmonies of #CC453D
Complementary color
Monochromatic Colors of #CC453D
Black with #CC453D
Text Example
Text Example
White with #CC453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC453D; }
p { color: rgb(204,69,61); }
H1.HeaderClassName
{
color: #CC453D;
}
.AnyTagClassName
{
color: #CC453D;
}
</style>
background-color css
<style>
a { background-color: #CC453D; }
a { background-color: rgb(204,69,61); }
div.DivClassName
{
background-color: #CC453D;
}
.BgClassName
{
background-color: #CC453D;
}
</style>
border-color css
<style>
span { border-color: #CC453D; }
span { border-color: rgb(204,69,61); }
td.TdClassName
{
border-color: #CC453D;
}
.TagClassName
{
border-color: #CC453D;
}
</style>