Shades of Venetian Red #CC0221
Tints of Venetian Red #CC0221
RGB
CMYK
RGB Variations
Color information
#CC0221 (or 0xCC0221) is known color: Venetian Red. HEX triplet: CC, 02 and 21. RGB value is (204,2,33). Sum of RGB (Red+Green+Blue) = 204+2+33=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0221 is #33FDDE. Grayscale: #424242. Windows color (decimal): -3407327 or 2163404. OLE color: 2163404.
HSL color Cylindrical-coordinate representation of color #CC0221: hue angle of 350.79º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0221 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.2 |
| HSL | 350.79º | 0.98% | 0.4% | - |
| HSV(B) | 350.79º | 0.99% | 0.8% | - |
| XYZ | 25.2 | 12.99 | 2.62 | - |
| YUV | 65.93 | 109.42 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 33 | 0 | 0.99 | 0.84 | 0.2 | 350.79 | 0.98 | 0.4 |
| Hex | CC | 2 | 21 | 0 | 63 | 54 | 14 | 15F | 62 | 28 |
| Octal | 314 | 2 | 41 | 0 | 143 | 124 | 24 | 537 | 142 | 50 |
| Binary | 11001100 | 10 | 100001 | 0 | 1100011 | 1010100 | 10100 | 101011111 | 1100010 | 101000 |
Color Harmonies of #CC0221
Complementary color
Monochromatic Colors of #CC0221
Black with #CC0221
Text Example
Text Example
White with #CC0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0221; }
p { color: rgb(204,2,33); }
H1.HeaderClassName
{
color: #CC0221;
}
.AnyTagClassName
{
color: #CC0221;
}
</style>
background-color css
<style>
a { background-color: #CC0221; }
a { background-color: rgb(204,2,33); }
div.DivClassName
{
background-color: #CC0221;
}
.BgClassName
{
background-color: #CC0221;
}
</style>
border-color css
<style>
span { border-color: #CC0221; }
span { border-color: rgb(204,2,33); }
td.TdClassName
{
border-color: #CC0221;
}
.TagClassName
{
border-color: #CC0221;
}
</style>