Shades of Grenadier #CC443A
Tints of Grenadier #CC443A
RGB
CMYK
RGB Variations
Color information
#CC443A (or 0xCC443A) is known color: Grenadier. HEX triplet: CC, 44 and 3A. RGB value is (204,68,58). Sum of RGB (Red+Green+Blue) = 204+68+58=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC443A is #33BBC5. Grayscale: #6B6B6B. Windows color (decimal): -3390406 or 3818700. OLE color: 3818700.
HSL color Cylindrical-coordinate representation of color #CC443A: hue angle of 4.11º 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 #CC443A is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 58 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.2 |
| HSL | 4.11º | 0.59% | 0.51% | - |
| HSV(B) | 4.11º | 0.72% | 0.8% | - |
| XYZ | 27.73 | 17.28 | 5.88 | - |
| YUV | 107.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 58 | 0 | 0.67 | 0.72 | 0.2 | 4.11 | 0.59 | 0.51 |
| Hex | CC | 44 | 3A | 0 | 43 | 48 | 14 | 4 | 3B | 33 |
| Octal | 314 | 104 | 72 | 0 | 103 | 110 | 24 | 4 | 73 | 63 |
| Binary | 11001100 | 1000100 | 111010 | 0 | 1000011 | 1001000 | 10100 | 100 | 111011 | 110011 |
Color Harmonies of #CC443A
Complementary color
Monochromatic Colors of #CC443A
Black with #CC443A
Text Example
Text Example
White with #CC443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC443A; }
p { color: rgb(204,68,58); }
H1.HeaderClassName
{
color: #CC443A;
}
.AnyTagClassName
{
color: #CC443A;
}
</style>
background-color css
<style>
a { background-color: #CC443A; }
a { background-color: rgb(204,68,58); }
div.DivClassName
{
background-color: #CC443A;
}
.BgClassName
{
background-color: #CC443A;
}
</style>
border-color css
<style>
span { border-color: #CC443A; }
span { border-color: rgb(204,68,58); }
td.TdClassName
{
border-color: #CC443A;
}
.TagClassName
{
border-color: #CC443A;
}
</style>