Shades of Venetian Red #C70113
Tints of Venetian Red #C70113
RGB
CMYK
RGB Variations
Color information
#C70113 (or 0xC70113) is known color: Venetian Red. HEX triplet: C7, 01 and 13. RGB value is (199,1,19). Sum of RGB (Red+Green+Blue) = 199+1+19=219 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.87% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 199 - color contains mainly: red. Hex color #C70113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70113 is #38FEEC. Grayscale: #3E3E3E. Windows color (decimal): -3735277 or 1245639. OLE color: 1245639.
HSL color Cylindrical-coordinate representation of color #C70113: hue angle of 354.55º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70113 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.22 |
| HSL | 354.55º | 0.99% | 0.39% | - |
| HSV(B) | 354.55º | 0.99% | 0.78% | - |
| XYZ | 23.68 | 12.21 | 1.72 | - |
| YUV | 62.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 19 | 0 | 0.99 | 0.90 | 0.22 | 354.55 | 0.99 | 0.39 |
| Hex | C7 | 1 | 13 | 0 | 63 | 5A | 16 | 163 | 63 | 27 |
| Octal | 307 | 1 | 23 | 0 | 143 | 132 | 26 | 543 | 143 | 47 |
| Binary | 11000111 | 1 | 10011 | 0 | 1100011 | 1011010 | 10110 | 101100011 | 1100011 | 100111 |
Color Harmonies of #C70113
Complementary color
Monochromatic Colors of #C70113
Black with #C70113
Text Example
Text Example
White with #C70113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70113; }
p { color: rgb(199,1,19); }
H1.HeaderClassName
{
color: #C70113;
}
.AnyTagClassName
{
color: #C70113;
}
</style>
background-color css
<style>
a { background-color: #C70113; }
a { background-color: rgb(199,1,19); }
div.DivClassName
{
background-color: #C70113;
}
.BgClassName
{
background-color: #C70113;
}
</style>
border-color css
<style>
span { border-color: #C70113; }
span { border-color: rgb(199,1,19); }
td.TdClassName
{
border-color: #C70113;
}
.TagClassName
{
border-color: #C70113;
}
</style>