Shades of Venetian Red #CC0219
Tints of Venetian Red #CC0219
RGB
CMYK
RGB Variations
Color information
#CC0219 (or 0xCC0219) is known color: Venetian Red. HEX triplet: CC, 02 and 19. RGB value is (204,2,25). Sum of RGB (Red+Green+Blue) = 204+2+25=231 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.31% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0219 is #33FDE6. Grayscale: #414141. Windows color (decimal): -3407335 or 1639116. OLE color: 1639116.
HSL color Cylindrical-coordinate representation of color #CC0219: hue angle of 353.17º 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 #CC0219 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.2 |
| HSL | 353.17º | 0.98% | 0.4% | - |
| HSV(B) | 353.17º | 0.99% | 0.8% | - |
| XYZ | 25.1 | 12.95 | 2.1 | - |
| YUV | 65.02 | 105.42 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 25 | 0 | 0.99 | 0.88 | 0.2 | 353.17 | 0.98 | 0.4 |
| Hex | CC | 2 | 19 | 0 | 63 | 58 | 14 | 161 | 62 | 28 |
| Octal | 314 | 2 | 31 | 0 | 143 | 130 | 24 | 541 | 142 | 50 |
| Binary | 11001100 | 10 | 11001 | 0 | 1100011 | 1011000 | 10100 | 101100001 | 1100010 | 101000 |
Color Harmonies of #CC0219
Complementary color
Monochromatic Colors of #CC0219
Black with #CC0219
Text Example
Text Example
White with #CC0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0219; }
p { color: rgb(204,2,25); }
H1.HeaderClassName
{
color: #CC0219;
}
.AnyTagClassName
{
color: #CC0219;
}
</style>
background-color css
<style>
a { background-color: #CC0219; }
a { background-color: rgb(204,2,25); }
div.DivClassName
{
background-color: #CC0219;
}
.BgClassName
{
background-color: #CC0219;
}
</style>
border-color css
<style>
span { border-color: #CC0219; }
span { border-color: rgb(204,2,25); }
td.TdClassName
{
border-color: #CC0219;
}
.TagClassName
{
border-color: #CC0219;
}
</style>