Shades of Venetian Red #CC1112
Tints of Venetian Red #CC1112
RGB
CMYK
RGB Variations
Color information
#CC1112 (or 0xCC1112) is known color: Venetian Red. HEX triplet: CC, 11 and 12. RGB value is (204,17,18). Sum of RGB (Red+Green+Blue) = 204+17+18=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1112 is #33EEED. Grayscale: #494949. Windows color (decimal): -3403502 or 1184204. OLE color: 1184204.
HSL color Cylindrical-coordinate representation of color #CC1112: hue angle of 359.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1112 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 18 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.2 |
| HSL | 359.68º | 0.85% | 0.43% | - |
| HSV(B) | 359.68º | 0.92% | 0.8% | - |
| XYZ | 25.21 | 13.28 | 1.81 | - |
| YUV | 73.03 | 96.95 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 18 | 0 | 0.92 | 0.91 | 0.2 | 359.68 | 0.85 | 0.43 |
| Hex | CC | 11 | 12 | 0 | 5C | 5B | 14 | 168 | 55 | 2B |
| Octal | 314 | 21 | 22 | 0 | 134 | 133 | 24 | 550 | 125 | 53 |
| Binary | 11001100 | 10001 | 10010 | 0 | 1011100 | 1011011 | 10100 | 101101000 | 1010101 | 101011 |
Color Harmonies of #CC1112
Complementary color
Monochromatic Colors of #CC1112
Black with #CC1112
Text Example
Text Example
White with #CC1112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1112; }
p { color: rgb(204,17,18); }
H1.HeaderClassName
{
color: #CC1112;
}
.AnyTagClassName
{
color: #CC1112;
}
</style>
background-color css
<style>
a { background-color: #CC1112; }
a { background-color: rgb(204,17,18); }
div.DivClassName
{
background-color: #CC1112;
}
.BgClassName
{
background-color: #CC1112;
}
</style>
border-color css
<style>
span { border-color: #CC1112; }
span { border-color: rgb(204,17,18); }
td.TdClassName
{
border-color: #CC1112;
}
.TagClassName
{
border-color: #CC1112;
}
</style>