Shades of Venetian Red #C71013
Tints of Venetian Red #C71013
RGB
CMYK
RGB Variations
Color information
#C71013 (or 0xC71013) is known color: Venetian Red. HEX triplet: C7, 10 and 13. RGB value is (199,16,19). Sum of RGB (Red+Green+Blue) = 199+16+19=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C71013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71013 is #38EFEC. Grayscale: #474747. Windows color (decimal): -3731437 or 1249479. OLE color: 1249479.
HSL color Cylindrical-coordinate representation of color #C71013: hue angle of 359.02º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71013 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 19 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.22 |
| HSL | 359.02º | 0.85% | 0.42% | - |
| HSV(B) | 359.02º | 0.92% | 0.78% | - |
| XYZ | 23.86 | 12.56 | 1.78 | - |
| YUV | 71.06 | 98.63 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 19 | 0 | 0.92 | 0.90 | 0.22 | 359.02 | 0.85 | 0.42 |
| Hex | C7 | 10 | 13 | 0 | 5C | 5A | 16 | 167 | 55 | 2A |
| Octal | 307 | 20 | 23 | 0 | 134 | 132 | 26 | 547 | 125 | 52 |
| Binary | 11000111 | 10000 | 10011 | 0 | 1011100 | 1011010 | 10110 | 101100111 | 1010101 | 101010 |
Color Harmonies of #C71013
Complementary color
Monochromatic Colors of #C71013
Black with #C71013
Text Example
Text Example
White with #C71013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71013; }
p { color: rgb(199,16,19); }
H1.HeaderClassName
{
color: #C71013;
}
.AnyTagClassName
{
color: #C71013;
}
</style>
background-color css
<style>
a { background-color: #C71013; }
a { background-color: rgb(199,16,19); }
div.DivClassName
{
background-color: #C71013;
}
.BgClassName
{
background-color: #C71013;
}
</style>
border-color css
<style>
span { border-color: #C71013; }
span { border-color: rgb(199,16,19); }
td.TdClassName
{
border-color: #C71013;
}
.TagClassName
{
border-color: #C71013;
}
</style>