Shades of Venetian Red #CC021E
Tints of Venetian Red #CC021E
RGB
CMYK
RGB Variations
Color information
#CC021E (or 0xCC021E) is known color: Venetian Red. HEX triplet: CC, 02 and 1E. RGB value is (204,2,30). Sum of RGB (Red+Green+Blue) = 204+2+30=236 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.44% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 204 - color contains mainly: red. Hex color #CC021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC021E is #33FDE1. Grayscale: #414141. Windows color (decimal): -3407330 or 1966796. OLE color: 1966796.
HSL color Cylindrical-coordinate representation of color #CC021E: hue angle of 351.68º 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 #CC021E is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.2 |
| HSL | 351.68º | 0.98% | 0.4% | - |
| HSV(B) | 351.68º | 0.99% | 0.8% | - |
| XYZ | 25.16 | 12.97 | 2.41 | - |
| YUV | 65.59 | 107.92 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 30 | 0 | 0.99 | 0.85 | 0.2 | 351.68 | 0.98 | 0.4 |
| Hex | CC | 2 | 1E | 0 | 63 | 55 | 14 | 160 | 62 | 28 |
| Octal | 314 | 2 | 36 | 0 | 143 | 125 | 24 | 540 | 142 | 50 |
| Binary | 11001100 | 10 | 11110 | 0 | 1100011 | 1010101 | 10100 | 101100000 | 1100010 | 101000 |
Color Harmonies of #CC021E
Complementary color
Monochromatic Colors of #CC021E
Black with #CC021E
Text Example
Text Example
White with #CC021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC021E; }
p { color: rgb(204,2,30); }
H1.HeaderClassName
{
color: #CC021E;
}
.AnyTagClassName
{
color: #CC021E;
}
</style>
background-color css
<style>
a { background-color: #CC021E; }
a { background-color: rgb(204,2,30); }
div.DivClassName
{
background-color: #CC021E;
}
.BgClassName
{
background-color: #CC021E;
}
</style>
border-color css
<style>
span { border-color: #CC021E; }
span { border-color: rgb(204,2,30); }
td.TdClassName
{
border-color: #CC021E;
}
.TagClassName
{
border-color: #CC021E;
}
</style>