Shades of Venetian Red #C70A11
Tints of Venetian Red #C70A11
RGB
CMYK
RGB Variations
Color information
#C70A11 (or 0xC70A11) is known color: Venetian Red. HEX triplet: C7, 0A and 11. RGB value is (199,10,17). Sum of RGB (Red+Green+Blue) = 199+10+17=226 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.05% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70A11 is #38F5EE. Grayscale: #434343. Windows color (decimal): -3732975 or 1116871. OLE color: 1116871.
HSL color Cylindrical-coordinate representation of color #C70A11: hue angle of 357.78º 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 #C70A11 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 17 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.22 |
| HSL | 357.78º | 0.9% | 0.41% | - |
| HSV(B) | 357.78º | 0.95% | 0.78% | - |
| XYZ | 23.76 | 12.4 | 1.67 | - |
| YUV | 67.31 | 99.62 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 17 | 0 | 0.95 | 0.91 | 0.22 | 357.78 | 0.9 | 0.41 |
| Hex | C7 | A | 11 | 0 | 5F | 5B | 16 | 166 | 5A | 29 |
| Octal | 307 | 12 | 21 | 0 | 137 | 133 | 26 | 546 | 132 | 51 |
| Binary | 11000111 | 1010 | 10001 | 0 | 1011111 | 1011011 | 10110 | 101100110 | 1011010 | 101001 |
Color Harmonies of #C70A11
Complementary color
Monochromatic Colors of #C70A11
Black with #C70A11
Text Example
Text Example
White with #C70A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A11; }
p { color: rgb(199,10,17); }
H1.HeaderClassName
{
color: #C70A11;
}
.AnyTagClassName
{
color: #C70A11;
}
</style>
background-color css
<style>
a { background-color: #C70A11; }
a { background-color: rgb(199,10,17); }
div.DivClassName
{
background-color: #C70A11;
}
.BgClassName
{
background-color: #C70A11;
}
</style>
border-color css
<style>
span { border-color: #C70A11; }
span { border-color: rgb(199,10,17); }
td.TdClassName
{
border-color: #C70A11;
}
.TagClassName
{
border-color: #C70A11;
}
</style>