Shades of Venetian Red #C01119
Tints of Venetian Red #C01119
RGB
CMYK
RGB Variations
Color information
#C01119 (or 0xC01119) is known color: Venetian Red. HEX triplet: C0, 11 and 19. RGB value is (192,17,25). Sum of RGB (Red+Green+Blue) = 192+17+25=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C01119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01119 is #3FEEE6. Grayscale: #464646. Windows color (decimal): -4189927 or 1642944. OLE color: 1642944.
HSL color Cylindrical-coordinate representation of color #C01119: hue angle of 357.26º 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 #C01119 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 25 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.25 |
| HSL | 357.26º | 0.84% | 0.41% | - |
| HSV(B) | 357.26º | 0.91% | 0.75% | - |
| XYZ | 22.11 | 11.68 | 2.01 | - |
| YUV | 70.24 | 102.48 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 25 | 0 | 0.91 | 0.87 | 0.25 | 357.26 | 0.84 | 0.41 |
| Hex | C0 | 11 | 19 | 0 | 5B | 57 | 19 | 165 | 54 | 29 |
| Octal | 300 | 21 | 31 | 0 | 133 | 127 | 31 | 545 | 124 | 51 |
| Binary | 11000000 | 10001 | 11001 | 0 | 1011011 | 1010111 | 11001 | 101100101 | 1010100 | 101001 |
Color Harmonies of #C01119
Complementary color
Monochromatic Colors of #C01119
Black with #C01119
Text Example
Text Example
White with #C01119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01119; }
p { color: rgb(192,17,25); }
H1.HeaderClassName
{
color: #C01119;
}
.AnyTagClassName
{
color: #C01119;
}
</style>
background-color css
<style>
a { background-color: #C01119; }
a { background-color: rgb(192,17,25); }
div.DivClassName
{
background-color: #C01119;
}
.BgClassName
{
background-color: #C01119;
}
</style>
border-color css
<style>
span { border-color: #C01119; }
span { border-color: rgb(192,17,25); }
td.TdClassName
{
border-color: #C01119;
}
.TagClassName
{
border-color: #C01119;
}
</style>