Shades of Venetian Red #E10108
Tints of Venetian Red #E10108
RGB
CMYK
RGB Variations
Color information
#E10108 (or 0xE10108) is known color: Venetian Red. HEX triplet: E1, 01 and 08. RGB value is (225,1,8). Sum of RGB (Red+Green+Blue) = 225+1+8=234 (30% of max value = 765). Red value is 225 (88.28% from 255 or 96.15% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 225 - color contains mainly: red. Hex color #E10108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10108 is #1EFEF7. Grayscale: #444444. Windows color (decimal): -2031352 or 524769. OLE color: 524769.
HSL color Cylindrical-coordinate representation of color #E10108: hue angle of 358.12º 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 #E10108 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 8 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.12 |
| HSL | 358.13º | 0.99% | 0.44% | - |
| HSV(B) | 358.13º | 1% | 0.88% | - |
| XYZ | 31.11 | 16.05 | 1.69 | - |
| YUV | 68.77 | 93.71 | 239.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 8 | 0 | 1.00 | 0.96 | 0.12 | 358.13 | 0.99 | 0.44 |
| Hex | E1 | 1 | 8 | 0 | 64 | 60 | C | 166 | 63 | 2C |
| Octal | 341 | 1 | 10 | 0 | 144 | 140 | 14 | 546 | 143 | 54 |
| Binary | 11100001 | 1 | 1000 | 0 | 1100100 | 1100000 | 1100 | 101100110 | 1100011 | 101100 |
Color Harmonies of #E10108
Complementary color
Monochromatic Colors of #E10108
Black with #E10108
Text Example
Text Example
White with #E10108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10108; }
p { color: rgb(225,1,8); }
H1.HeaderClassName
{
color: #E10108;
}
.AnyTagClassName
{
color: #E10108;
}
</style>
background-color css
<style>
a { background-color: #E10108; }
a { background-color: rgb(225,1,8); }
div.DivClassName
{
background-color: #E10108;
}
.BgClassName
{
background-color: #E10108;
}
</style>
border-color css
<style>
span { border-color: #E10108; }
span { border-color: rgb(225,1,8); }
td.TdClassName
{
border-color: #E10108;
}
.TagClassName
{
border-color: #E10108;
}
</style>