Shades of Venetian Red #C70720
Tints of Venetian Red #C70720
RGB
CMYK
RGB Variations
Color information
#C70720 (or 0xC70720) is known color: Venetian Red. HEX triplet: C7, 07 and 20. RGB value is (199,7,32). Sum of RGB (Red+Green+Blue) = 199+7+32=238 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.61% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 199 - color contains mainly: red. Hex color #C70720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70720 is #38F8DF. Grayscale: #434343. Windows color (decimal): -3733728 or 2099143. OLE color: 2099143.
HSL color Cylindrical-coordinate representation of color #C70720: hue angle of 352.19º 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 #C70720 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 32 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.22 |
| HSL | 352.19º | 0.93% | 0.4% | - |
| HSV(B) | 352.19º | 0.96% | 0.78% | - |
| XYZ | 23.89 | 12.4 | 2.5 | - |
| YUV | 67.26 | 108.11 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 32 | 0 | 0.96 | 0.84 | 0.22 | 352.19 | 0.93 | 0.4 |
| Hex | C7 | 7 | 20 | 0 | 60 | 54 | 16 | 160 | 5D | 28 |
| Octal | 307 | 7 | 40 | 0 | 140 | 124 | 26 | 540 | 135 | 50 |
| Binary | 11000111 | 111 | 100000 | 0 | 1100000 | 1010100 | 10110 | 101100000 | 1011101 | 101000 |
Color Harmonies of #C70720
Complementary color
Monochromatic Colors of #C70720
Black with #C70720
Text Example
Text Example
White with #C70720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70720; }
p { color: rgb(199,7,32); }
H1.HeaderClassName
{
color: #C70720;
}
.AnyTagClassName
{
color: #C70720;
}
</style>
background-color css
<style>
a { background-color: #C70720; }
a { background-color: rgb(199,7,32); }
div.DivClassName
{
background-color: #C70720;
}
.BgClassName
{
background-color: #C70720;
}
</style>
border-color css
<style>
span { border-color: #C70720; }
span { border-color: rgb(199,7,32); }
td.TdClassName
{
border-color: #C70720;
}
.TagClassName
{
border-color: #C70720;
}
</style>