Shades of Venetian Red #C70523
Tints of Venetian Red #C70523
RGB
CMYK
RGB Variations
Color information
#C70523 (or 0xC70523) is known color: Venetian Red. HEX triplet: C7, 05 and 23. RGB value is (199,5,35). Sum of RGB (Red+Green+Blue) = 199+5+35=239 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.26% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 199 - color contains mainly: red. Hex color #C70523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70523 is #38FADC. Grayscale: #424242. Windows color (decimal): -3734237 or 2295239. OLE color: 2295239.
HSL color Cylindrical-coordinate representation of color #C70523: hue angle of 350.72º 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 #C70523 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 35 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.22 |
| HSL | 350.72º | 0.95% | 0.4% | - |
| HSV(B) | 350.72º | 0.97% | 0.78% | - |
| XYZ | 23.91 | 12.37 | 2.72 | - |
| YUV | 66.43 | 110.27 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 35 | 0 | 0.97 | 0.82 | 0.22 | 350.72 | 0.95 | 0.4 |
| Hex | C7 | 5 | 23 | 0 | 61 | 52 | 16 | 15F | 5F | 28 |
| Octal | 307 | 5 | 43 | 0 | 141 | 122 | 26 | 537 | 137 | 50 |
| Binary | 11000111 | 101 | 100011 | 0 | 1100001 | 1010010 | 10110 | 101011111 | 1011111 | 101000 |
Color Harmonies of #C70523
Complementary color
Monochromatic Colors of #C70523
Black with #C70523
Text Example
Text Example
White with #C70523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70523; }
p { color: rgb(199,5,35); }
H1.HeaderClassName
{
color: #C70523;
}
.AnyTagClassName
{
color: #C70523;
}
</style>
background-color css
<style>
a { background-color: #C70523; }
a { background-color: rgb(199,5,35); }
div.DivClassName
{
background-color: #C70523;
}
.BgClassName
{
background-color: #C70523;
}
</style>
border-color css
<style>
span { border-color: #C70523; }
span { border-color: rgb(199,5,35); }
td.TdClassName
{
border-color: #C70523;
}
.TagClassName
{
border-color: #C70523;
}
</style>