Shades of Venetian Red #E10717
Tints of Venetian Red #E10717
RGB
CMYK
RGB Variations
Color information
#E10717 (or 0xE10717) is known color: Venetian Red. HEX triplet: E1, 07 and 17. RGB value is (225,7,23). Sum of RGB (Red+Green+Blue) = 225+7+23=255 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.24% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 225 - color contains mainly: red. Hex color #E10717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10717 is #1EF8E8. Grayscale: #4A4A4A. Windows color (decimal): -2029801 or 1509345. OLE color: 1509345.
HSL color Cylindrical-coordinate representation of color #E10717: hue angle of 355.6º 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 #E10717 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 23 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.12 |
| HSL | 355.6º | 0.94% | 0.45% | - |
| HSV(B) | 355.6º | 0.97% | 0.88% | - |
| XYZ | 31.28 | 16.22 | 2.29 | - |
| YUV | 74.01 | 99.22 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 23 | 0 | 0.97 | 0.90 | 0.12 | 355.6 | 0.94 | 0.45 |
| Hex | E1 | 7 | 17 | 0 | 61 | 5A | C | 164 | 5E | 2D |
| Octal | 341 | 7 | 27 | 0 | 141 | 132 | 14 | 544 | 136 | 55 |
| Binary | 11100001 | 111 | 10111 | 0 | 1100001 | 1011010 | 1100 | 101100100 | 1011110 | 101101 |
Color Harmonies of #E10717
Complementary color
Monochromatic Colors of #E10717
Black with #E10717
Text Example
Text Example
White with #E10717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10717; }
p { color: rgb(225,7,23); }
H1.HeaderClassName
{
color: #E10717;
}
.AnyTagClassName
{
color: #E10717;
}
</style>
background-color css
<style>
a { background-color: #E10717; }
a { background-color: rgb(225,7,23); }
div.DivClassName
{
background-color: #E10717;
}
.BgClassName
{
background-color: #E10717;
}
</style>
border-color css
<style>
span { border-color: #E10717; }
span { border-color: rgb(225,7,23); }
td.TdClassName
{
border-color: #E10717;
}
.TagClassName
{
border-color: #E10717;
}
</style>