Shades of Venetian Red #C70B14
Tints of Venetian Red #C70B14
RGB
CMYK
RGB Variations
Color information
#C70B14 (or 0xC70B14) is known color: Venetian Red. HEX triplet: C7, 0B and 14. RGB value is (199,11,20). Sum of RGB (Red+Green+Blue) = 199+11+20=230 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.52% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70B14 is #38F4EB. Grayscale: #444444. Windows color (decimal): -3732716 or 1313735. OLE color: 1313735.
HSL color Cylindrical-coordinate representation of color #C70B14: hue angle of 357.13º 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 #C70B14 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 11 | 20 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.22 |
| HSL | 357.13º | 0.9% | 0.41% | - |
| HSV(B) | 357.13º | 0.94% | 0.78% | - |
| XYZ | 23.8 | 12.43 | 1.81 | - |
| YUV | 68.24 | 100.78 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 20 | 0 | 0.94 | 0.90 | 0.22 | 357.13 | 0.9 | 0.41 |
| Hex | C7 | B | 14 | 0 | 5E | 5A | 16 | 165 | 5A | 29 |
| Octal | 307 | 13 | 24 | 0 | 136 | 132 | 26 | 545 | 132 | 51 |
| Binary | 11000111 | 1011 | 10100 | 0 | 1011110 | 1011010 | 10110 | 101100101 | 1011010 | 101001 |
Color Harmonies of #C70B14
Complementary color
Monochromatic Colors of #C70B14
Black with #C70B14
Text Example
Text Example
White with #C70B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70B14; }
p { color: rgb(199,11,20); }
H1.HeaderClassName
{
color: #C70B14;
}
.AnyTagClassName
{
color: #C70B14;
}
</style>
background-color css
<style>
a { background-color: #C70B14; }
a { background-color: rgb(199,11,20); }
div.DivClassName
{
background-color: #C70B14;
}
.BgClassName
{
background-color: #C70B14;
}
</style>
border-color css
<style>
span { border-color: #C70B14; }
span { border-color: rgb(199,11,20); }
td.TdClassName
{
border-color: #C70B14;
}
.TagClassName
{
border-color: #C70B14;
}
</style>