Shades of Venetian Red #C70520
Tints of Venetian Red #C70520
RGB
CMYK
RGB Variations
Color information
#C70520 (or 0xC70520) is known color: Venetian Red. HEX triplet: C7, 05 and 20. RGB value is (199,5,32). Sum of RGB (Red+Green+Blue) = 199+5+32=236 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.32% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 199 - color contains mainly: red. Hex color #C70520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70520 is #38FADF. Grayscale: #424242. Windows color (decimal): -3734240 or 2098631. OLE color: 2098631.
HSL color Cylindrical-coordinate representation of color #C70520: hue angle of 351.65º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70520 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 32 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.22 |
| HSL | 351.65º | 0.95% | 0.4% | - |
| HSV(B) | 351.65º | 0.97% | 0.78% | - |
| XYZ | 23.87 | 12.35 | 2.49 | - |
| YUV | 66.08 | 108.77 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 32 | 0 | 0.97 | 0.84 | 0.22 | 351.65 | 0.95 | 0.4 |
| Hex | C7 | 5 | 20 | 0 | 61 | 54 | 16 | 160 | 5F | 28 |
| Octal | 307 | 5 | 40 | 0 | 141 | 124 | 26 | 540 | 137 | 50 |
| Binary | 11000111 | 101 | 100000 | 0 | 1100001 | 1010100 | 10110 | 101100000 | 1011111 | 101000 |
Color Harmonies of #C70520
Complementary color
Monochromatic Colors of #C70520
Black with #C70520
Text Example
Text Example
White with #C70520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70520; }
p { color: rgb(199,5,32); }
H1.HeaderClassName
{
color: #C70520;
}
.AnyTagClassName
{
color: #C70520;
}
</style>
background-color css
<style>
a { background-color: #C70520; }
a { background-color: rgb(199,5,32); }
div.DivClassName
{
background-color: #C70520;
}
.BgClassName
{
background-color: #C70520;
}
</style>
border-color css
<style>
span { border-color: #C70520; }
span { border-color: rgb(199,5,32); }
td.TdClassName
{
border-color: #C70520;
}
.TagClassName
{
border-color: #C70520;
}
</style>