Shades of Venetian Red #CC0214
Tints of Venetian Red #CC0214
RGB
CMYK
RGB Variations
Color information
#CC0214 (or 0xCC0214) is known color: Venetian Red. HEX triplet: CC, 02 and 14. RGB value is (204,2,20). Sum of RGB (Red+Green+Blue) = 204+2+20=226 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.27% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0214 is #33FDEB. Grayscale: #404040. Windows color (decimal): -3407340 or 1311436. OLE color: 1311436.
HSL color Cylindrical-coordinate representation of color #CC0214: hue angle of 354.65º 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 #CC0214 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.2 |
| HSL | 354.65º | 0.98% | 0.4% | - |
| HSV(B) | 354.65º | 0.99% | 0.8% | - |
| XYZ | 25.05 | 12.93 | 1.84 | - |
| YUV | 64.45 | 102.92 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 20 | 0 | 0.99 | 0.90 | 0.2 | 354.65 | 0.98 | 0.4 |
| Hex | CC | 2 | 14 | 0 | 63 | 5A | 14 | 163 | 62 | 28 |
| Octal | 314 | 2 | 24 | 0 | 143 | 132 | 24 | 543 | 142 | 50 |
| Binary | 11001100 | 10 | 10100 | 0 | 1100011 | 1011010 | 10100 | 101100011 | 1100010 | 101000 |
Color Harmonies of #CC0214
Complementary color
Monochromatic Colors of #CC0214
Black with #CC0214
Text Example
Text Example
White with #CC0214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0214; }
p { color: rgb(204,2,20); }
H1.HeaderClassName
{
color: #CC0214;
}
.AnyTagClassName
{
color: #CC0214;
}
</style>
background-color css
<style>
a { background-color: #CC0214; }
a { background-color: rgb(204,2,20); }
div.DivClassName
{
background-color: #CC0214;
}
.BgClassName
{
background-color: #CC0214;
}
</style>
border-color css
<style>
span { border-color: #CC0214; }
span { border-color: rgb(204,2,20); }
td.TdClassName
{
border-color: #CC0214;
}
.TagClassName
{
border-color: #CC0214;
}
</style>