Shades of Venetian Red #E10019
Tints of Venetian Red #E10019
RGB
CMYK
RGB Variations
Color information
#E10019 (or 0xE10019) is known color: Venetian Red. HEX triplet: E1, 00 and 19. RGB value is (225,0,25). Sum of RGB (Red+Green+Blue) = 225+0+25=250 (33% of max value = 765). Red value is 225 (88.28% from 255 or 90% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 225 - color contains mainly: red. Hex color #E10019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10019 is #1EFFE6. Grayscale: #464646. Windows color (decimal): -2031591 or 1638625. OLE color: 1638625.
HSL color Cylindrical-coordinate representation of color #E10019: hue angle of 353.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10019 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.89 | 0.12 |
| HSL | 353.33º | 1% | 0.44% | - |
| HSV(B) | 353.33º | 1% | 0.88% | - |
| XYZ | 31.23 | 16.08 | 2.38 | - |
| YUV | 70.13 | 102.54 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 25 | 0 | 1 | 0.89 | 0.12 | 353.33 | 1 | 0.44 |
| Hex | E1 | 0 | 19 | 0 | 64 | 59 | C | 161 | 64 | 2C |
| Octal | 341 | 0 | 31 | 0 | 144 | 131 | 14 | 541 | 144 | 54 |
| Binary | 11100001 | 0 | 11001 | 0 | 1100100 | 1011001 | 1100 | 101100001 | 1100100 | 101100 |
Color Harmonies of #E10019
Complementary color
Monochromatic Colors of #E10019
Black with #E10019
Text Example
Text Example
White with #E10019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10019; }
p { color: rgb(225,0,25); }
H1.HeaderClassName
{
color: #E10019;
}
.AnyTagClassName
{
color: #E10019;
}
</style>
background-color css
<style>
a { background-color: #E10019; }
a { background-color: rgb(225,0,25); }
div.DivClassName
{
background-color: #E10019;
}
.BgClassName
{
background-color: #E10019;
}
</style>
border-color css
<style>
span { border-color: #E10019; }
span { border-color: rgb(225,0,25); }
td.TdClassName
{
border-color: #E10019;
}
.TagClassName
{
border-color: #E10019;
}
</style>