Shades of Venetian Red #E10107
Tints of Venetian Red #E10107
RGB
CMYK
RGB Variations
Color information
#E10107 (or 0xE10107) is known color: Venetian Red. HEX triplet: E1, 01 and 07. RGB value is (225,1,7). Sum of RGB (Red+Green+Blue) = 225+1+7=233 (30% of max value = 765). Red value is 225 (88.28% from 255 or 96.57% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 225 - color contains mainly: red. Hex color #E10107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10107 is #1EFEF8. Grayscale: #444444. Windows color (decimal): -2031353 or 459233. OLE color: 459233.
HSL color Cylindrical-coordinate representation of color #E10107: hue angle of 358.39º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10107 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 7 | - |
| CMYK | 0 | 1.00 | 0.97 | 0.12 |
| HSL | 358.39º | 0.99% | 0.44% | - |
| HSV(B) | 358.39º | 1% | 0.88% | - |
| XYZ | 31.1 | 16.04 | 1.66 | - |
| YUV | 68.66 | 93.21 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 7 | 0 | 1.00 | 0.97 | 0.12 | 358.39 | 0.99 | 0.44 |
| Hex | E1 | 1 | 7 | 0 | 64 | 61 | C | 166 | 63 | 2C |
| Octal | 341 | 1 | 7 | 0 | 144 | 141 | 14 | 546 | 143 | 54 |
| Binary | 11100001 | 1 | 111 | 0 | 1100100 | 1100001 | 1100 | 101100110 | 1100011 | 101100 |
Color Harmonies of #E10107
Complementary color
Monochromatic Colors of #E10107
Black with #E10107
Text Example
Text Example
White with #E10107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10107; }
p { color: rgb(225,1,7); }
H1.HeaderClassName
{
color: #E10107;
}
.AnyTagClassName
{
color: #E10107;
}
</style>
background-color css
<style>
a { background-color: #E10107; }
a { background-color: rgb(225,1,7); }
div.DivClassName
{
background-color: #E10107;
}
.BgClassName
{
background-color: #E10107;
}
</style>
border-color css
<style>
span { border-color: #E10107; }
span { border-color: rgb(225,1,7); }
td.TdClassName
{
border-color: #E10107;
}
.TagClassName
{
border-color: #E10107;
}
</style>