Shades of Venetian Red #C70B11
Tints of Venetian Red #C70B11
RGB
CMYK
RGB Variations
Color information
#C70B11 (or 0xC70B11) is known color: Venetian Red. HEX triplet: C7, 0B and 11. RGB value is (199,11,17). Sum of RGB (Red+Green+Blue) = 199+11+17=227 (30% of max value = 765). Red value is 199 (78.12% from 255 or 87.67% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70B11 is #38F4EE. Grayscale: #444444. Windows color (decimal): -3732719 or 1117127. OLE color: 1117127.
HSL color Cylindrical-coordinate representation of color #C70B11: hue angle of 358.09º 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 #C70B11 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 11 | 17 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.22 |
| HSL | 358.09º | 0.9% | 0.41% | - |
| HSV(B) | 358.09º | 0.94% | 0.78% | - |
| XYZ | 23.77 | 12.42 | 1.67 | - |
| YUV | 67.9 | 99.28 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 17 | 0 | 0.94 | 0.91 | 0.22 | 358.09 | 0.9 | 0.41 |
| Hex | C7 | B | 11 | 0 | 5E | 5B | 16 | 166 | 5A | 29 |
| Octal | 307 | 13 | 21 | 0 | 136 | 133 | 26 | 546 | 132 | 51 |
| Binary | 11000111 | 1011 | 10001 | 0 | 1011110 | 1011011 | 10110 | 101100110 | 1011010 | 101001 |
Color Harmonies of #C70B11
Complementary color
Monochromatic Colors of #C70B11
Black with #C70B11
Text Example
Text Example
White with #C70B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70B11; }
p { color: rgb(199,11,17); }
H1.HeaderClassName
{
color: #C70B11;
}
.AnyTagClassName
{
color: #C70B11;
}
</style>
background-color css
<style>
a { background-color: #C70B11; }
a { background-color: rgb(199,11,17); }
div.DivClassName
{
background-color: #C70B11;
}
.BgClassName
{
background-color: #C70B11;
}
</style>
border-color css
<style>
span { border-color: #C70B11; }
span { border-color: rgb(199,11,17); }
td.TdClassName
{
border-color: #C70B11;
}
.TagClassName
{
border-color: #C70B11;
}
</style>