Shades of Venetian Red #CC0713
Tints of Venetian Red #CC0713
RGB
CMYK
RGB Variations
Color information
#CC0713 (or 0xCC0713) is known color: Venetian Red. HEX triplet: CC, 07 and 13. RGB value is (204,7,19). Sum of RGB (Red+Green+Blue) = 204+7+19=230 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.70% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0713 is #33F8EC. Grayscale: #434343. Windows color (decimal): -3406061 or 1247180. OLE color: 1247180.
HSL color Cylindrical-coordinate representation of color #CC0713: hue angle of 356.35º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0713 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 19 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.2 |
| HSL | 356.35º | 0.93% | 0.41% | - |
| HSV(B) | 356.35º | 0.97% | 0.8% | - |
| XYZ | 25.1 | 13.04 | 1.81 | - |
| YUV | 67.27 | 100.77 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 19 | 0 | 0.97 | 0.91 | 0.2 | 356.35 | 0.93 | 0.41 |
| Hex | CC | 7 | 13 | 0 | 61 | 5B | 14 | 164 | 5D | 29 |
| Octal | 314 | 7 | 23 | 0 | 141 | 133 | 24 | 544 | 135 | 51 |
| Binary | 11001100 | 111 | 10011 | 0 | 1100001 | 1011011 | 10100 | 101100100 | 1011101 | 101001 |
Color Harmonies of #CC0713
Complementary color
Monochromatic Colors of #CC0713
Black with #CC0713
Text Example
Text Example
White with #CC0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0713; }
p { color: rgb(204,7,19); }
H1.HeaderClassName
{
color: #CC0713;
}
.AnyTagClassName
{
color: #CC0713;
}
</style>
background-color css
<style>
a { background-color: #CC0713; }
a { background-color: rgb(204,7,19); }
div.DivClassName
{
background-color: #CC0713;
}
.BgClassName
{
background-color: #CC0713;
}
</style>
border-color css
<style>
span { border-color: #CC0713; }
span { border-color: rgb(204,7,19); }
td.TdClassName
{
border-color: #CC0713;
}
.TagClassName
{
border-color: #CC0713;
}
</style>