Shades of Venetian Red #CC0723
Tints of Venetian Red #CC0723
RGB
CMYK
RGB Variations
Color information
#CC0723 (or 0xCC0723) is known color: Venetian Red. HEX triplet: CC, 07 and 23. RGB value is (204,7,35). Sum of RGB (Red+Green+Blue) = 204+7+35=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0723 is #33F8DC. Grayscale: #454545. Windows color (decimal): -3406045 or 2295756. OLE color: 2295756.
HSL color Cylindrical-coordinate representation of color #CC0723: hue angle of 351.47º 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 #CC0723 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 35 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.2 |
| HSL | 351.47º | 0.93% | 0.41% | - |
| HSV(B) | 351.47º | 0.97% | 0.8% | - |
| XYZ | 25.28 | 13.11 | 2.79 | - |
| YUV | 69.1 | 108.77 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 35 | 0 | 0.97 | 0.83 | 0.2 | 351.47 | 0.93 | 0.41 |
| Hex | CC | 7 | 23 | 0 | 61 | 53 | 14 | 15F | 5D | 29 |
| Octal | 314 | 7 | 43 | 0 | 141 | 123 | 24 | 537 | 135 | 51 |
| Binary | 11001100 | 111 | 100011 | 0 | 1100001 | 1010011 | 10100 | 101011111 | 1011101 | 101001 |
Color Harmonies of #CC0723
Complementary color
Monochromatic Colors of #CC0723
Black with #CC0723
Text Example
Text Example
White with #CC0723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0723; }
p { color: rgb(204,7,35); }
H1.HeaderClassName
{
color: #CC0723;
}
.AnyTagClassName
{
color: #CC0723;
}
</style>
background-color css
<style>
a { background-color: #CC0723; }
a { background-color: rgb(204,7,35); }
div.DivClassName
{
background-color: #CC0723;
}
.BgClassName
{
background-color: #CC0723;
}
</style>
border-color css
<style>
span { border-color: #CC0723; }
span { border-color: rgb(204,7,35); }
td.TdClassName
{
border-color: #CC0723;
}
.TagClassName
{
border-color: #CC0723;
}
</style>