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