Shades of Venetian Red #CC021C
Tints of Venetian Red #CC021C
RGB
CMYK
RGB Variations
Color information
#CC021C (or 0xCC021C) is known color: Venetian Red. HEX triplet: CC, 02 and 1C. RGB value is (204,2,28). Sum of RGB (Red+Green+Blue) = 204+2+28=234 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.18% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 204 - color contains mainly: red. Hex color #CC021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC021C is #33FDE3. Grayscale: #414141. Windows color (decimal): -3407332 or 1835724. OLE color: 1835724.
HSL color Cylindrical-coordinate representation of color #CC021C: hue angle of 352.28º 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 #CC021C is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.2 |
| HSL | 352.28º | 0.98% | 0.4% | - |
| HSV(B) | 352.28º | 0.99% | 0.8% | - |
| XYZ | 25.13 | 12.96 | 2.28 | - |
| YUV | 65.36 | 106.92 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 28 | 0 | 0.99 | 0.86 | 0.2 | 352.28 | 0.98 | 0.4 |
| Hex | CC | 2 | 1C | 0 | 63 | 56 | 14 | 160 | 62 | 28 |
| Octal | 314 | 2 | 34 | 0 | 143 | 126 | 24 | 540 | 142 | 50 |
| Binary | 11001100 | 10 | 11100 | 0 | 1100011 | 1010110 | 10100 | 101100000 | 1100010 | 101000 |
Color Harmonies of #CC021C
Complementary color
Monochromatic Colors of #CC021C
Black with #CC021C
Text Example
Text Example
White with #CC021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC021C; }
p { color: rgb(204,2,28); }
H1.HeaderClassName
{
color: #CC021C;
}
.AnyTagClassName
{
color: #CC021C;
}
</style>
background-color css
<style>
a { background-color: #CC021C; }
a { background-color: rgb(204,2,28); }
div.DivClassName
{
background-color: #CC021C;
}
.BgClassName
{
background-color: #CC021C;
}
</style>
border-color css
<style>
span { border-color: #CC021C; }
span { border-color: rgb(204,2,28); }
td.TdClassName
{
border-color: #CC021C;
}
.TagClassName
{
border-color: #CC021C;
}
</style>