Shades of Venetian Red #CC1013
Tints of Venetian Red #CC1013
RGB
CMYK
RGB Variations
Color information
#CC1013 (or 0xCC1013) is known color: Venetian Red. HEX triplet: CC, 10 and 13. RGB value is (204,16,19). Sum of RGB (Red+Green+Blue) = 204+16+19=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1013 is #33EFEC. Grayscale: #484848. Windows color (decimal): -3403757 or 1249484. OLE color: 1249484.
HSL color Cylindrical-coordinate representation of color #CC1013: hue angle of 359.04º 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 #CC1013 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 19 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.2 |
| HSL | 359.04º | 0.85% | 0.43% | - |
| HSV(B) | 359.04º | 0.92% | 0.8% | - |
| XYZ | 25.2 | 13.25 | 1.85 | - |
| YUV | 72.55 | 97.78 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 19 | 0 | 0.92 | 0.91 | 0.2 | 359.04 | 0.85 | 0.43 |
| Hex | CC | 10 | 13 | 0 | 5C | 5B | 14 | 167 | 55 | 2B |
| Octal | 314 | 20 | 23 | 0 | 134 | 133 | 24 | 547 | 125 | 53 |
| Binary | 11001100 | 10000 | 10011 | 0 | 1011100 | 1011011 | 10100 | 101100111 | 1010101 | 101011 |
Color Harmonies of #CC1013
Complementary color
Monochromatic Colors of #CC1013
Black with #CC1013
Text Example
Text Example
White with #CC1013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1013; }
p { color: rgb(204,16,19); }
H1.HeaderClassName
{
color: #CC1013;
}
.AnyTagClassName
{
color: #CC1013;
}
</style>
background-color css
<style>
a { background-color: #CC1013; }
a { background-color: rgb(204,16,19); }
div.DivClassName
{
background-color: #CC1013;
}
.BgClassName
{
background-color: #CC1013;
}
</style>
border-color css
<style>
span { border-color: #CC1013; }
span { border-color: rgb(204,16,19); }
td.TdClassName
{
border-color: #CC1013;
}
.TagClassName
{
border-color: #CC1013;
}
</style>