Shades of Venetian Red #C70713
Tints of Venetian Red #C70713
RGB
CMYK
RGB Variations
Color information
#C70713 (or 0xC70713) is known color: Venetian Red. HEX triplet: C7, 07 and 13. RGB value is (199,7,19). Sum of RGB (Red+Green+Blue) = 199+7+19=225 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.44% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 199 - color contains mainly: red. Hex color #C70713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70713 is #38F8EC. Grayscale: #414141. Windows color (decimal): -3733741 or 1247175. OLE color: 1247175.
HSL color Cylindrical-coordinate representation of color #C70713: hue angle of 356.25º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70713 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 19 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.22 |
| HSL | 356.25º | 0.93% | 0.4% | - |
| HSV(B) | 356.25º | 0.96% | 0.78% | - |
| XYZ | 23.75 | 12.34 | 1.75 | - |
| YUV | 65.78 | 101.61 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 19 | 0 | 0.96 | 0.90 | 0.22 | 356.25 | 0.93 | 0.4 |
| Hex | C7 | 7 | 13 | 0 | 60 | 5A | 16 | 164 | 5D | 28 |
| Octal | 307 | 7 | 23 | 0 | 140 | 132 | 26 | 544 | 135 | 50 |
| Binary | 11000111 | 111 | 10011 | 0 | 1100000 | 1011010 | 10110 | 101100100 | 1011101 | 101000 |
Color Harmonies of #C70713
Complementary color
Monochromatic Colors of #C70713
Black with #C70713
Text Example
Text Example
White with #C70713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70713; }
p { color: rgb(199,7,19); }
H1.HeaderClassName
{
color: #C70713;
}
.AnyTagClassName
{
color: #C70713;
}
</style>
background-color css
<style>
a { background-color: #C70713; }
a { background-color: rgb(199,7,19); }
div.DivClassName
{
background-color: #C70713;
}
.BgClassName
{
background-color: #C70713;
}
</style>
border-color css
<style>
span { border-color: #C70713; }
span { border-color: rgb(199,7,19); }
td.TdClassName
{
border-color: #C70713;
}
.TagClassName
{
border-color: #C70713;
}
</style>