Shades of Venetian Red #C70528
Tints of Venetian Red #C70528
RGB
CMYK
RGB Variations
Color information
#C70528 (or 0xC70528) is known color: Venetian Red. HEX triplet: C7, 05 and 28. RGB value is (199,5,40). Sum of RGB (Red+Green+Blue) = 199+5+40=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C70528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70528 is #38FAD7. Grayscale: #434343. Windows color (decimal): -3734232 or 2622919. OLE color: 2622919.
HSL color Cylindrical-coordinate representation of color #C70528: hue angle of 349.18º 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 #C70528 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 40 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.22 |
| HSL | 349.18º | 0.95% | 0.4% | - |
| HSV(B) | 349.18º | 0.97% | 0.78% | - |
| XYZ | 23.99 | 12.4 | 3.14 | - |
| YUV | 67 | 112.77 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 40 | 0 | 0.97 | 0.80 | 0.22 | 349.18 | 0.95 | 0.4 |
| Hex | C7 | 5 | 28 | 0 | 61 | 50 | 16 | 15D | 5F | 28 |
| Octal | 307 | 5 | 50 | 0 | 141 | 120 | 26 | 535 | 137 | 50 |
| Binary | 11000111 | 101 | 101000 | 0 | 1100001 | 1010000 | 10110 | 101011101 | 1011111 | 101000 |
Color Harmonies of #C70528
Complementary color
Monochromatic Colors of #C70528
Black with #C70528
Text Example
Text Example
White with #C70528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70528; }
p { color: rgb(199,5,40); }
H1.HeaderClassName
{
color: #C70528;
}
.AnyTagClassName
{
color: #C70528;
}
</style>
background-color css
<style>
a { background-color: #C70528; }
a { background-color: rgb(199,5,40); }
div.DivClassName
{
background-color: #C70528;
}
.BgClassName
{
background-color: #C70528;
}
</style>
border-color css
<style>
span { border-color: #C70528; }
span { border-color: rgb(199,5,40); }
td.TdClassName
{
border-color: #C70528;
}
.TagClassName
{
border-color: #C70528;
}
</style>