Shades of Venetian Red #CC0623
Tints of Venetian Red #CC0623
RGB
CMYK
RGB Variations
Color information
#CC0623 (or 0xCC0623) is known color: Venetian Red. HEX triplet: CC, 06 and 23. RGB value is (204,6,35). Sum of RGB (Red+Green+Blue) = 204+6+35=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0623 is #33F9DC. Grayscale: #444444. Windows color (decimal): -3406301 or 2295500. OLE color: 2295500.
HSL color Cylindrical-coordinate representation of color #CC0623: hue angle of 351.21º degrees, saturation: 0.94, 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 #CC0623 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 35 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.2 |
| HSL | 351.21º | 0.94% | 0.41% | - |
| HSV(B) | 351.21º | 0.97% | 0.8% | - |
| XYZ | 25.27 | 13.09 | 2.78 | - |
| YUV | 68.51 | 109.1 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 35 | 0 | 0.97 | 0.83 | 0.2 | 351.21 | 0.94 | 0.41 |
| Hex | CC | 6 | 23 | 0 | 61 | 53 | 14 | 15F | 5E | 29 |
| Octal | 314 | 6 | 43 | 0 | 141 | 123 | 24 | 537 | 136 | 51 |
| Binary | 11001100 | 110 | 100011 | 0 | 1100001 | 1010011 | 10100 | 101011111 | 1011110 | 101001 |
Color Harmonies of #CC0623
Complementary color
Monochromatic Colors of #CC0623
Black with #CC0623
Text Example
Text Example
White with #CC0623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0623; }
p { color: rgb(204,6,35); }
H1.HeaderClassName
{
color: #CC0623;
}
.AnyTagClassName
{
color: #CC0623;
}
</style>
background-color css
<style>
a { background-color: #CC0623; }
a { background-color: rgb(204,6,35); }
div.DivClassName
{
background-color: #CC0623;
}
.BgClassName
{
background-color: #CC0623;
}
</style>
border-color css
<style>
span { border-color: #CC0623; }
span { border-color: rgb(204,6,35); }
td.TdClassName
{
border-color: #CC0623;
}
.TagClassName
{
border-color: #CC0623;
}
</style>