Shades of Venetian Red #C70313
Tints of Venetian Red #C70313
RGB
CMYK
RGB Variations
Color information
#C70313 (or 0xC70313) is known color: Venetian Red. HEX triplet: C7, 03 and 13. RGB value is (199,3,19). Sum of RGB (Red+Green+Blue) = 199+3+19=221 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.05% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 199 - color contains mainly: red. Hex color #C70313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70313 is #38FCEC. Grayscale: #3F3F3F. Windows color (decimal): -3734765 or 1246151. OLE color: 1246151.
HSL color Cylindrical-coordinate representation of color #C70313: hue angle of 355.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70313 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 19 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.22 |
| HSL | 355.1º | 0.97% | 0.4% | - |
| HSV(B) | 355.1º | 0.98% | 0.78% | - |
| XYZ | 23.7 | 12.25 | 1.73 | - |
| YUV | 63.43 | 102.93 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 19 | 0 | 0.98 | 0.90 | 0.22 | 355.1 | 0.97 | 0.4 |
| Hex | C7 | 3 | 13 | 0 | 62 | 5A | 16 | 163 | 61 | 28 |
| Octal | 307 | 3 | 23 | 0 | 142 | 132 | 26 | 543 | 141 | 50 |
| Binary | 11000111 | 11 | 10011 | 0 | 1100010 | 1011010 | 10110 | 101100011 | 1100001 | 101000 |
Color Harmonies of #C70313
Complementary color
Monochromatic Colors of #C70313
Black with #C70313
Text Example
Text Example
White with #C70313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70313; }
p { color: rgb(199,3,19); }
H1.HeaderClassName
{
color: #C70313;
}
.AnyTagClassName
{
color: #C70313;
}
</style>
background-color css
<style>
a { background-color: #C70313; }
a { background-color: rgb(199,3,19); }
div.DivClassName
{
background-color: #C70313;
}
.BgClassName
{
background-color: #C70313;
}
</style>
border-color css
<style>
span { border-color: #C70313; }
span { border-color: rgb(199,3,19); }
td.TdClassName
{
border-color: #C70313;
}
.TagClassName
{
border-color: #C70313;
}
</style>