Shades of Venetian Red #C70A10
Tints of Venetian Red #C70A10
RGB
CMYK
RGB Variations
Color information
#C70A10 (or 0xC70A10) is known color: Venetian Red. HEX triplet: C7, 0A and 10. RGB value is (199,10,16). Sum of RGB (Red+Green+Blue) = 199+10+16=225 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.44% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70A10 is #38F5EF. Grayscale: #434343. Windows color (decimal): -3732976 or 1051335. OLE color: 1051335.
HSL color Cylindrical-coordinate representation of color #C70A10: hue angle of 358.1º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70A10 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 16 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.22 |
| HSL | 358.1º | 0.9% | 0.41% | - |
| HSV(B) | 358.1º | 0.95% | 0.78% | - |
| XYZ | 23.76 | 12.4 | 1.63 | - |
| YUV | 67.2 | 99.12 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 16 | 0 | 0.95 | 0.92 | 0.22 | 358.1 | 0.9 | 0.41 |
| Hex | C7 | A | 10 | 0 | 5F | 5C | 16 | 166 | 5A | 29 |
| Octal | 307 | 12 | 20 | 0 | 137 | 134 | 26 | 546 | 132 | 51 |
| Binary | 11000111 | 1010 | 10000 | 0 | 1011111 | 1011100 | 10110 | 101100110 | 1011010 | 101001 |
Color Harmonies of #C70A10
Complementary color
Monochromatic Colors of #C70A10
Black with #C70A10
Text Example
Text Example
White with #C70A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A10; }
p { color: rgb(199,10,16); }
H1.HeaderClassName
{
color: #C70A10;
}
.AnyTagClassName
{
color: #C70A10;
}
</style>
background-color css
<style>
a { background-color: #C70A10; }
a { background-color: rgb(199,10,16); }
div.DivClassName
{
background-color: #C70A10;
}
.BgClassName
{
background-color: #C70A10;
}
</style>
border-color css
<style>
span { border-color: #C70A10; }
span { border-color: rgb(199,10,16); }
td.TdClassName
{
border-color: #C70A10;
}
.TagClassName
{
border-color: #C70A10;
}
</style>