Shades of Venetian Red #E10712
Tints of Venetian Red #E10712
RGB
CMYK
RGB Variations
Color information
#E10712 (or 0xE10712) is known color: Venetian Red. HEX triplet: E1, 07 and 12. RGB value is (225,7,18). Sum of RGB (Red+Green+Blue) = 225+7+18=250 (33% of max value = 765). Red value is 225 (88.28% from 255 or 90% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 225 - color contains mainly: red. Hex color #E10712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10712 is #1EF8ED. Grayscale: #494949. Windows color (decimal): -2029806 or 1181665. OLE color: 1181665.
HSL color Cylindrical-coordinate representation of color #E10712: hue angle of 356.97º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10712 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 18 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.12 |
| HSL | 356.97º | 0.94% | 0.45% | - |
| HSV(B) | 356.97º | 0.97% | 0.88% | - |
| XYZ | 31.24 | 16.2 | 2.05 | - |
| YUV | 73.44 | 96.72 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 18 | 0 | 0.97 | 0.92 | 0.12 | 356.97 | 0.94 | 0.45 |
| Hex | E1 | 7 | 12 | 0 | 61 | 5C | C | 165 | 5E | 2D |
| Octal | 341 | 7 | 22 | 0 | 141 | 134 | 14 | 545 | 136 | 55 |
| Binary | 11100001 | 111 | 10010 | 0 | 1100001 | 1011100 | 1100 | 101100101 | 1011110 | 101101 |
Color Harmonies of #E10712
Complementary color
Monochromatic Colors of #E10712
Black with #E10712
Text Example
Text Example
White with #E10712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10712; }
p { color: rgb(225,7,18); }
H1.HeaderClassName
{
color: #E10712;
}
.AnyTagClassName
{
color: #E10712;
}
</style>
background-color css
<style>
a { background-color: #E10712; }
a { background-color: rgb(225,7,18); }
div.DivClassName
{
background-color: #E10712;
}
.BgClassName
{
background-color: #E10712;
}
</style>
border-color css
<style>
span { border-color: #E10712; }
span { border-color: rgb(225,7,18); }
td.TdClassName
{
border-color: #E10712;
}
.TagClassName
{
border-color: #E10712;
}
</style>