Shades of Venetian Red #C01117
Tints of Venetian Red #C01117
RGB
CMYK
RGB Variations
Color information
#C01117 (or 0xC01117) is known color: Venetian Red. HEX triplet: C0, 11 and 17. RGB value is (192,17,23). Sum of RGB (Red+Green+Blue) = 192+17+23=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C01117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01117 is #3FEEE8. Grayscale: #464646. Windows color (decimal): -4189929 or 1511872. OLE color: 1511872.
HSL color Cylindrical-coordinate representation of color #C01117: hue angle of 357.94º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01117 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 23 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.25 |
| HSL | 357.94º | 0.84% | 0.41% | - |
| HSV(B) | 357.94º | 0.91% | 0.75% | - |
| XYZ | 22.09 | 11.67 | 1.9 | - |
| YUV | 70.01 | 101.48 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 23 | 0 | 0.91 | 0.88 | 0.25 | 357.94 | 0.84 | 0.41 |
| Hex | C0 | 11 | 17 | 0 | 5B | 58 | 19 | 166 | 54 | 29 |
| Octal | 300 | 21 | 27 | 0 | 133 | 130 | 31 | 546 | 124 | 51 |
| Binary | 11000000 | 10001 | 10111 | 0 | 1011011 | 1011000 | 11001 | 101100110 | 1010100 | 101001 |
Color Harmonies of #C01117
Complementary color
Monochromatic Colors of #C01117
Black with #C01117
Text Example
Text Example
White with #C01117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01117; }
p { color: rgb(192,17,23); }
H1.HeaderClassName
{
color: #C01117;
}
.AnyTagClassName
{
color: #C01117;
}
</style>
background-color css
<style>
a { background-color: #C01117; }
a { background-color: rgb(192,17,23); }
div.DivClassName
{
background-color: #C01117;
}
.BgClassName
{
background-color: #C01117;
}
</style>
border-color css
<style>
span { border-color: #C01117; }
span { border-color: rgb(192,17,23); }
td.TdClassName
{
border-color: #C01117;
}
.TagClassName
{
border-color: #C01117;
}
</style>