Shades of Venetian Red #CC0823
Tints of Venetian Red #CC0823
RGB
CMYK
RGB Variations
Color information
#CC0823 (or 0xCC0823) is known color: Venetian Red. HEX triplet: CC, 08 and 23. RGB value is (204,8,35). Sum of RGB (Red+Green+Blue) = 204+8+35=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0823 is #33F7DC. Grayscale: #454545. Windows color (decimal): -3405789 or 2296012. OLE color: 2296012.
HSL color Cylindrical-coordinate representation of color #CC0823: hue angle of 351.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0823 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 35 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.2 |
| HSL | 351.73º | 0.92% | 0.42% | - |
| HSV(B) | 351.73º | 0.96% | 0.8% | - |
| XYZ | 25.29 | 13.13 | 2.79 | - |
| YUV | 69.68 | 108.43 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 35 | 0 | 0.96 | 0.83 | 0.2 | 351.73 | 0.92 | 0.42 |
| Hex | CC | 8 | 23 | 0 | 60 | 53 | 14 | 160 | 5C | 2A |
| Octal | 314 | 10 | 43 | 0 | 140 | 123 | 24 | 540 | 134 | 52 |
| Binary | 11001100 | 1000 | 100011 | 0 | 1100000 | 1010011 | 10100 | 101100000 | 1011100 | 101010 |
Color Harmonies of #CC0823
Complementary color
Monochromatic Colors of #CC0823
Black with #CC0823
Text Example
Text Example
White with #CC0823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0823; }
p { color: rgb(204,8,35); }
H1.HeaderClassName
{
color: #CC0823;
}
.AnyTagClassName
{
color: #CC0823;
}
</style>
background-color css
<style>
a { background-color: #CC0823; }
a { background-color: rgb(204,8,35); }
div.DivClassName
{
background-color: #CC0823;
}
.BgClassName
{
background-color: #CC0823;
}
</style>
border-color css
<style>
span { border-color: #CC0823; }
span { border-color: rgb(204,8,35); }
td.TdClassName
{
border-color: #CC0823;
}
.TagClassName
{
border-color: #CC0823;
}
</style>