Shades of Venetian Red #C01315
Tints of Venetian Red #C01315
RGB
CMYK
RGB Variations
Color information
#C01315 (or 0xC01315) is known color: Venetian Red. HEX triplet: C0, 13 and 15. RGB value is (192,19,21). Sum of RGB (Red+Green+Blue) = 192+19+21=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C01315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01315 is #3FECEA. Grayscale: #474747. Windows color (decimal): -4189419 or 1381312. OLE color: 1381312.
HSL color Cylindrical-coordinate representation of color #C01315: hue angle of 359.31º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01315 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 21 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.25 |
| HSL | 359.31º | 0.82% | 0.41% | - |
| HSV(B) | 359.31º | 0.9% | 0.75% | - |
| XYZ | 22.11 | 11.73 | 1.81 | - |
| YUV | 70.96 | 99.81 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 21 | 0 | 0.90 | 0.89 | 0.25 | 359.31 | 0.82 | 0.41 |
| Hex | C0 | 13 | 15 | 0 | 5A | 59 | 19 | 167 | 52 | 29 |
| Octal | 300 | 23 | 25 | 0 | 132 | 131 | 31 | 547 | 122 | 51 |
| Binary | 11000000 | 10011 | 10101 | 0 | 1011010 | 1011001 | 11001 | 101100111 | 1010010 | 101001 |
Color Harmonies of #C01315
Complementary color
Monochromatic Colors of #C01315
Black with #C01315
Text Example
Text Example
White with #C01315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01315; }
p { color: rgb(192,19,21); }
H1.HeaderClassName
{
color: #C01315;
}
.AnyTagClassName
{
color: #C01315;
}
</style>
background-color css
<style>
a { background-color: #C01315; }
a { background-color: rgb(192,19,21); }
div.DivClassName
{
background-color: #C01315;
}
.BgClassName
{
background-color: #C01315;
}
</style>
border-color css
<style>
span { border-color: #C01315; }
span { border-color: rgb(192,19,21); }
td.TdClassName
{
border-color: #C01315;
}
.TagClassName
{
border-color: #C01315;
}
</style>