Shades of Venetian Red #E10106
Tints of Venetian Red #E10106
RGB
CMYK
RGB Variations
Color information
#E10106 (or 0xE10106) is known color: Venetian Red. HEX triplet: E1, 01 and 06. RGB value is (225,1,6). Sum of RGB (Red+Green+Blue) = 225+1+6=232 (30% of max value = 765). Red value is 225 (88.28% from 255 or 96.98% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 225 - color contains mainly: red. Hex color #E10106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10106 is #1EFEF9. Grayscale: #444444. Windows color (decimal): -2031354 or 393697. OLE color: 393697.
HSL color Cylindrical-coordinate representation of color #E10106: hue angle of 358.66º 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 #E10106 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 6 | - |
| CMYK | 0 | 1.00 | 0.97 | 0.12 |
| HSL | 358.66º | 0.99% | 0.44% | - |
| HSV(B) | 358.66º | 1% | 0.88% | - |
| XYZ | 31.1 | 16.04 | 1.63 | - |
| YUV | 68.55 | 92.71 | 239.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 6 | 0 | 1.00 | 0.97 | 0.12 | 358.66 | 0.99 | 0.44 |
| Hex | E1 | 1 | 6 | 0 | 64 | 61 | C | 167 | 63 | 2C |
| Octal | 341 | 1 | 6 | 0 | 144 | 141 | 14 | 547 | 143 | 54 |
| Binary | 11100001 | 1 | 110 | 0 | 1100100 | 1100001 | 1100 | 101100111 | 1100011 | 101100 |
Color Harmonies of #E10106
Complementary color
Monochromatic Colors of #E10106
Black with #E10106
Text Example
Text Example
White with #E10106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10106; }
p { color: rgb(225,1,6); }
H1.HeaderClassName
{
color: #E10106;
}
.AnyTagClassName
{
color: #E10106;
}
</style>
background-color css
<style>
a { background-color: #E10106; }
a { background-color: rgb(225,1,6); }
div.DivClassName
{
background-color: #E10106;
}
.BgClassName
{
background-color: #E10106;
}
</style>
border-color css
<style>
span { border-color: #E10106; }
span { border-color: rgb(225,1,6); }
td.TdClassName
{
border-color: #E10106;
}
.TagClassName
{
border-color: #E10106;
}
</style>