Shades of Venetian Red #C80713
Tints of Venetian Red #C80713
RGB
CMYK
RGB Variations
Color information
#C80713 (or 0xC80713) is known color: Venetian Red. HEX triplet: C8, 07 and 13. RGB value is (200,7,19). Sum of RGB (Red+Green+Blue) = 200+7+19=226 (29% of max value = 765). Red value is 200 (78.52% from 255 or 88.50% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 200 - color contains mainly: red. Hex color #C80713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80713 is #37F8EC. Grayscale: #424242. Windows color (decimal): -3668205 or 1247176. OLE color: 1247176.
HSL color Cylindrical-coordinate representation of color #C80713: hue angle of 356.27º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80713 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 19 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.22 |
| HSL | 356.27º | 0.93% | 0.41% | - |
| HSV(B) | 356.27º | 0.97% | 0.78% | - |
| XYZ | 24.01 | 12.48 | 1.76 | - |
| YUV | 66.08 | 101.44 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 19 | 0 | 0.96 | 0.90 | 0.22 | 356.27 | 0.93 | 0.41 |
| Hex | C8 | 7 | 13 | 0 | 60 | 5A | 16 | 164 | 5D | 29 |
| Octal | 310 | 7 | 23 | 0 | 140 | 132 | 26 | 544 | 135 | 51 |
| Binary | 11001000 | 111 | 10011 | 0 | 1100000 | 1011010 | 10110 | 101100100 | 1011101 | 101001 |
Color Harmonies of #C80713
Complementary color
Monochromatic Colors of #C80713
Black with #C80713
Text Example
Text Example
White with #C80713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80713; }
p { color: rgb(200,7,19); }
H1.HeaderClassName
{
color: #C80713;
}
.AnyTagClassName
{
color: #C80713;
}
</style>
background-color css
<style>
a { background-color: #C80713; }
a { background-color: rgb(200,7,19); }
div.DivClassName
{
background-color: #C80713;
}
.BgClassName
{
background-color: #C80713;
}
</style>
border-color css
<style>
span { border-color: #C80713; }
span { border-color: rgb(200,7,19); }
td.TdClassName
{
border-color: #C80713;
}
.TagClassName
{
border-color: #C80713;
}
</style>