Shades of Venetian Red #C70C17
Tints of Venetian Red #C70C17
RGB
CMYK
RGB Variations
Color information
#C70C17 (or 0xC70C17) is known color: Venetian Red. HEX triplet: C7, 0C and 17. RGB value is (199,12,23). Sum of RGB (Red+Green+Blue) = 199+12+23=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70C17 is #38F3E8. Grayscale: #454545. Windows color (decimal): -3732457 or 1510599. OLE color: 1510599.
HSL color Cylindrical-coordinate representation of color #C70C17: hue angle of 356.47º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70C17 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 12 | 23 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.22 |
| HSL | 356.47º | 0.89% | 0.41% | - |
| HSV(B) | 356.47º | 0.94% | 0.78% | - |
| XYZ | 23.84 | 12.47 | 1.96 | - |
| YUV | 69.17 | 101.95 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 23 | 0 | 0.94 | 0.88 | 0.22 | 356.47 | 0.89 | 0.41 |
| Hex | C7 | C | 17 | 0 | 5E | 58 | 16 | 164 | 59 | 29 |
| Octal | 307 | 14 | 27 | 0 | 136 | 130 | 26 | 544 | 131 | 51 |
| Binary | 11000111 | 1100 | 10111 | 0 | 1011110 | 1011000 | 10110 | 101100100 | 1011001 | 101001 |
Color Harmonies of #C70C17
Complementary color
Monochromatic Colors of #C70C17
Black with #C70C17
Text Example
Text Example
White with #C70C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70C17; }
p { color: rgb(199,12,23); }
H1.HeaderClassName
{
color: #C70C17;
}
.AnyTagClassName
{
color: #C70C17;
}
</style>
background-color css
<style>
a { background-color: #C70C17; }
a { background-color: rgb(199,12,23); }
div.DivClassName
{
background-color: #C70C17;
}
.BgClassName
{
background-color: #C70C17;
}
</style>
border-color css
<style>
span { border-color: #C70C17; }
span { border-color: rgb(199,12,23); }
td.TdClassName
{
border-color: #C70C17;
}
.TagClassName
{
border-color: #C70C17;
}
</style>