Shades of Venetian Red #C70020
Tints of Venetian Red #C70020
RGB
CMYK
RGB Variations
Color information
#C70020 (or 0xC70020) is known color: Venetian Red. HEX triplet: C7, 00 and 20. RGB value is (199,0,32). Sum of RGB (Red+Green+Blue) = 199+0+32=231 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.15% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 199 - color contains mainly: red. Hex color #C70020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70020 is #38FFDF. Grayscale: #3F3F3F. Windows color (decimal): -3735520 or 2097351. OLE color: 2097351.
HSL color Cylindrical-coordinate representation of color #C70020: hue angle of 350.35º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70020 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.84 | 0.22 |
| HSL | 350.35º | 1% | 0.39% | - |
| HSV(B) | 350.35º | 1% | 0.78% | - |
| XYZ | 23.81 | 12.25 | 2.48 | - |
| YUV | 63.15 | 110.43 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 32 | 0 | 1 | 0.84 | 0.22 | 350.35 | 1 | 0.39 |
| Hex | C7 | 0 | 20 | 0 | 64 | 54 | 16 | 15E | 64 | 27 |
| Octal | 307 | 0 | 40 | 0 | 144 | 124 | 26 | 536 | 144 | 47 |
| Binary | 11000111 | 0 | 100000 | 0 | 1100100 | 1010100 | 10110 | 101011110 | 1100100 | 100111 |
Color Harmonies of #C70020
Complementary color
Monochromatic Colors of #C70020
Black with #C70020
Text Example
Text Example
White with #C70020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70020; }
p { color: rgb(199,0,32); }
H1.HeaderClassName
{
color: #C70020;
}
.AnyTagClassName
{
color: #C70020;
}
</style>
background-color css
<style>
a { background-color: #C70020; }
a { background-color: rgb(199,0,32); }
div.DivClassName
{
background-color: #C70020;
}
.BgClassName
{
background-color: #C70020;
}
</style>
border-color css
<style>
span { border-color: #C70020; }
span { border-color: rgb(199,0,32); }
td.TdClassName
{
border-color: #C70020;
}
.TagClassName
{
border-color: #C70020;
}
</style>