Shades of Venetian Red #CC030C
Tints of Venetian Red #CC030C
RGB
CMYK
RGB Variations
Color information
#CC030C (or 0xCC030C) is known color: Venetian Red. HEX triplet: CC, 03 and 0C. RGB value is (204,3,12). Sum of RGB (Red+Green+Blue) = 204+3+12=219 (29% of max value = 765). Red value is 204 (80.08% from 255 or 93.15% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 204 - color contains mainly: red. Hex color #CC030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC030C is #33FCF3. Grayscale: #404040. Windows color (decimal): -3407092 or 787404. OLE color: 787404.
HSL color Cylindrical-coordinate representation of color #CC030C: hue angle of 357.31º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC030C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.2 |
| HSL | 357.31º | 0.97% | 0.41% | - |
| HSV(B) | 357.31º | 0.99% | 0.8% | - |
| XYZ | 25 | 12.93 | 1.53 | - |
| YUV | 64.13 | 98.59 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 12 | 0 | 0.99 | 0.94 | 0.2 | 357.31 | 0.97 | 0.41 |
| Hex | CC | 3 | C | 0 | 63 | 5E | 14 | 165 | 61 | 29 |
| Octal | 314 | 3 | 14 | 0 | 143 | 136 | 24 | 545 | 141 | 51 |
| Binary | 11001100 | 11 | 1100 | 0 | 1100011 | 1011110 | 10100 | 101100101 | 1100001 | 101001 |
Color Harmonies of #CC030C
Complementary color
Monochromatic Colors of #CC030C
Black with #CC030C
Text Example
Text Example
White with #CC030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC030C; }
p { color: rgb(204,3,12); }
H1.HeaderClassName
{
color: #CC030C;
}
.AnyTagClassName
{
color: #CC030C;
}
</style>
background-color css
<style>
a { background-color: #CC030C; }
a { background-color: rgb(204,3,12); }
div.DivClassName
{
background-color: #CC030C;
}
.BgClassName
{
background-color: #CC030C;
}
</style>
border-color css
<style>
span { border-color: #CC030C; }
span { border-color: rgb(204,3,12); }
td.TdClassName
{
border-color: #CC030C;
}
.TagClassName
{
border-color: #CC030C;
}
</style>