Shades of Venetian Red #C70B16
Tints of Venetian Red #C70B16
RGB
CMYK
RGB Variations
Color information
#C70B16 (or 0xC70B16) is known color: Venetian Red. HEX triplet: C7, 0B and 16. RGB value is (199,11,22). Sum of RGB (Red+Green+Blue) = 199+11+22=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70B16 is #38F4E9. Grayscale: #444444. Windows color (decimal): -3732714 or 1444807. OLE color: 1444807.
HSL color Cylindrical-coordinate representation of color #C70B16: hue angle of 356.49º degrees, saturation: 0.9, 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 #C70B16 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 11 | 22 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.22 |
| HSL | 356.49º | 0.9% | 0.41% | - |
| HSV(B) | 356.49º | 0.94% | 0.78% | - |
| XYZ | 23.82 | 12.44 | 1.9 | - |
| YUV | 68.47 | 101.78 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 22 | 0 | 0.94 | 0.89 | 0.22 | 356.49 | 0.9 | 0.41 |
| Hex | C7 | B | 16 | 0 | 5E | 59 | 16 | 164 | 5A | 29 |
| Octal | 307 | 13 | 26 | 0 | 136 | 131 | 26 | 544 | 132 | 51 |
| Binary | 11000111 | 1011 | 10110 | 0 | 1011110 | 1011001 | 10110 | 101100100 | 1011010 | 101001 |
Color Harmonies of #C70B16
Complementary color
Monochromatic Colors of #C70B16
Black with #C70B16
Text Example
Text Example
White with #C70B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70B16; }
p { color: rgb(199,11,22); }
H1.HeaderClassName
{
color: #C70B16;
}
.AnyTagClassName
{
color: #C70B16;
}
</style>
background-color css
<style>
a { background-color: #C70B16; }
a { background-color: rgb(199,11,22); }
div.DivClassName
{
background-color: #C70B16;
}
.BgClassName
{
background-color: #C70B16;
}
</style>
border-color css
<style>
span { border-color: #C70B16; }
span { border-color: rgb(199,11,22); }
td.TdClassName
{
border-color: #C70B16;
}
.TagClassName
{
border-color: #C70B16;
}
</style>