Shades of Venetian Red #E10022
Tints of Venetian Red #E10022
RGB
CMYK
RGB Variations
Color information
#E10022 (or 0xE10022) is known color: Venetian Red. HEX triplet: E1, 00 and 22. RGB value is (225,0,34). Sum of RGB (Red+Green+Blue) = 225+0+34=259 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.87% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 225 - color contains mainly: red. Hex color #E10022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10022 is #1EFFDD. Grayscale: #474747. Windows color (decimal): -2031582 or 2228449. OLE color: 2228449.
HSL color Cylindrical-coordinate representation of color #E10022: hue angle of 350.93º 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 #E10022 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.85 | 0.12 |
| HSL | 350.93º | 1% | 0.44% | - |
| HSV(B) | 350.93º | 1% | 0.88% | - |
| XYZ | 31.34 | 16.12 | 2.97 | - |
| YUV | 71.15 | 107.04 | 237.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 34 | 0 | 1 | 0.85 | 0.12 | 350.93 | 1 | 0.44 |
| Hex | E1 | 0 | 22 | 0 | 64 | 55 | C | 15F | 64 | 2C |
| Octal | 341 | 0 | 42 | 0 | 144 | 125 | 14 | 537 | 144 | 54 |
| Binary | 11100001 | 0 | 100010 | 0 | 1100100 | 1010101 | 1100 | 101011111 | 1100100 | 101100 |
Color Harmonies of #E10022
Complementary color
Monochromatic Colors of #E10022
Black with #E10022
Text Example
Text Example
White with #E10022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10022; }
p { color: rgb(225,0,34); }
H1.HeaderClassName
{
color: #E10022;
}
.AnyTagClassName
{
color: #E10022;
}
</style>
background-color css
<style>
a { background-color: #E10022; }
a { background-color: rgb(225,0,34); }
div.DivClassName
{
background-color: #E10022;
}
.BgClassName
{
background-color: #E10022;
}
</style>
border-color css
<style>
span { border-color: #E10022; }
span { border-color: rgb(225,0,34); }
td.TdClassName
{
border-color: #E10022;
}
.TagClassName
{
border-color: #E10022;
}
</style>