Shades of Venetian Red #CC0821
Tints of Venetian Red #CC0821
RGB
CMYK
RGB Variations
Color information
#CC0821 (or 0xCC0821) is known color: Venetian Red. HEX triplet: CC, 08 and 21. RGB value is (204,8,33). Sum of RGB (Red+Green+Blue) = 204+8+33=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0821 is #33F7DE. Grayscale: #454545. Windows color (decimal): -3405791 or 2164940. OLE color: 2164940.
HSL color Cylindrical-coordinate representation of color #CC0821: hue angle of 352.35º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0821 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 33 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.2 |
| HSL | 352.35º | 0.92% | 0.42% | - |
| HSV(B) | 352.35º | 0.96% | 0.8% | - |
| XYZ | 25.26 | 13.12 | 2.64 | - |
| YUV | 69.45 | 107.43 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 33 | 0 | 0.96 | 0.84 | 0.2 | 352.35 | 0.92 | 0.42 |
| Hex | CC | 8 | 21 | 0 | 60 | 54 | 14 | 160 | 5C | 2A |
| Octal | 314 | 10 | 41 | 0 | 140 | 124 | 24 | 540 | 134 | 52 |
| Binary | 11001100 | 1000 | 100001 | 0 | 1100000 | 1010100 | 10100 | 101100000 | 1011100 | 101010 |
Color Harmonies of #CC0821
Complementary color
Monochromatic Colors of #CC0821
Black with #CC0821
Text Example
Text Example
White with #CC0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0821; }
p { color: rgb(204,8,33); }
H1.HeaderClassName
{
color: #CC0821;
}
.AnyTagClassName
{
color: #CC0821;
}
</style>
background-color css
<style>
a { background-color: #CC0821; }
a { background-color: rgb(204,8,33); }
div.DivClassName
{
background-color: #CC0821;
}
.BgClassName
{
background-color: #CC0821;
}
</style>
border-color css
<style>
span { border-color: #CC0821; }
span { border-color: rgb(204,8,33); }
td.TdClassName
{
border-color: #CC0821;
}
.TagClassName
{
border-color: #CC0821;
}
</style>