Shades of Venetian Red #C71112
Tints of Venetian Red #C71112
RGB
CMYK
RGB Variations
Color information
#C71112 (or 0xC71112) is known color: Venetian Red. HEX triplet: C7, 11 and 12. RGB value is (199,17,18). Sum of RGB (Red+Green+Blue) = 199+17+18=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C71112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71112 is #38EEED. Grayscale: #474747. Windows color (decimal): -3731182 or 1184199. OLE color: 1184199.
HSL color Cylindrical-coordinate representation of color #C71112: hue angle of 359.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71112 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 18 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.22 |
| HSL | 359.67º | 0.84% | 0.42% | - |
| HSV(B) | 359.67º | 0.91% | 0.78% | - |
| XYZ | 23.86 | 12.59 | 1.74 | - |
| YUV | 71.53 | 97.8 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 18 | 0 | 0.91 | 0.91 | 0.22 | 359.67 | 0.84 | 0.42 |
| Hex | C7 | 11 | 12 | 0 | 5B | 5B | 16 | 168 | 54 | 2A |
| Octal | 307 | 21 | 22 | 0 | 133 | 133 | 26 | 550 | 124 | 52 |
| Binary | 11000111 | 10001 | 10010 | 0 | 1011011 | 1011011 | 10110 | 101101000 | 1010100 | 101010 |
Color Harmonies of #C71112
Complementary color
Monochromatic Colors of #C71112
Black with #C71112
Text Example
Text Example
White with #C71112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71112; }
p { color: rgb(199,17,18); }
H1.HeaderClassName
{
color: #C71112;
}
.AnyTagClassName
{
color: #C71112;
}
</style>
background-color css
<style>
a { background-color: #C71112; }
a { background-color: rgb(199,17,18); }
div.DivClassName
{
background-color: #C71112;
}
.BgClassName
{
background-color: #C71112;
}
</style>
border-color css
<style>
span { border-color: #C71112; }
span { border-color: rgb(199,17,18); }
td.TdClassName
{
border-color: #C71112;
}
.TagClassName
{
border-color: #C71112;
}
</style>