Shades of Venetian Red #C01013
Tints of Venetian Red #C01013
RGB
CMYK
RGB Variations
Color information
#C01013 (or 0xC01013) is known color: Venetian Red. HEX triplet: C0, 10 and 13. RGB value is (192,16,19). Sum of RGB (Red+Green+Blue) = 192+16+19=227 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.58% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 192 - color contains mainly: red. Hex color #C01013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01013 is #3FEFEC. Grayscale: #454545. Windows color (decimal): -4190189 or 1249472. OLE color: 1249472.
HSL color Cylindrical-coordinate representation of color #C01013: hue angle of 358.98º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01013 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 19 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.25 |
| HSL | 358.98º | 0.85% | 0.41% | - |
| HSV(B) | 358.98º | 0.92% | 0.75% | - |
| XYZ | 22.04 | 11.62 | 1.7 | - |
| YUV | 68.97 | 99.81 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 19 | 0 | 0.92 | 0.90 | 0.25 | 358.98 | 0.85 | 0.41 |
| Hex | C0 | 10 | 13 | 0 | 5C | 5A | 19 | 167 | 55 | 29 |
| Octal | 300 | 20 | 23 | 0 | 134 | 132 | 31 | 547 | 125 | 51 |
| Binary | 11000000 | 10000 | 10011 | 0 | 1011100 | 1011010 | 11001 | 101100111 | 1010101 | 101001 |
Color Harmonies of #C01013
Complementary color
Monochromatic Colors of #C01013
Black with #C01013
Text Example
Text Example
White with #C01013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01013; }
p { color: rgb(192,16,19); }
H1.HeaderClassName
{
color: #C01013;
}
.AnyTagClassName
{
color: #C01013;
}
</style>
background-color css
<style>
a { background-color: #C01013; }
a { background-color: rgb(192,16,19); }
div.DivClassName
{
background-color: #C01013;
}
.BgClassName
{
background-color: #C01013;
}
</style>
border-color css
<style>
span { border-color: #C01013; }
span { border-color: rgb(192,16,19); }
td.TdClassName
{
border-color: #C01013;
}
.TagClassName
{
border-color: #C01013;
}
</style>