Shades of Venetian Red #E1020F
Tints of Venetian Red #E1020F
RGB
CMYK
RGB Variations
Color information
#E1020F (or 0xE1020F) is known color: Venetian Red. HEX triplet: E1, 02 and 0F. RGB value is (225,2,15). Sum of RGB (Red+Green+Blue) = 225+2+15=242 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.98% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 225 - color contains mainly: red. Hex color #E1020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1020F is #1EFDF0. Grayscale: #464646. Windows color (decimal): -2031089 or 983777. OLE color: 983777.
HSL color Cylindrical-coordinate representation of color #E1020F: hue angle of 356.5º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1020F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.12 |
| HSL | 356.5º | 0.98% | 0.45% | - |
| HSV(B) | 356.5º | 0.99% | 0.88% | - |
| XYZ | 31.16 | 16.09 | 1.91 | - |
| YUV | 70.16 | 96.88 | 238.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 15 | 0 | 0.99 | 0.93 | 0.12 | 356.5 | 0.98 | 0.45 |
| Hex | E1 | 2 | F | 0 | 63 | 5D | C | 165 | 62 | 2D |
| Octal | 341 | 2 | 17 | 0 | 143 | 135 | 14 | 545 | 142 | 55 |
| Binary | 11100001 | 10 | 1111 | 0 | 1100011 | 1011101 | 1100 | 101100101 | 1100010 | 101101 |
Color Harmonies of #E1020F
Complementary color
Monochromatic Colors of #E1020F
Black with #E1020F
Text Example
Text Example
White with #E1020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1020F; }
p { color: rgb(225,2,15); }
H1.HeaderClassName
{
color: #E1020F;
}
.AnyTagClassName
{
color: #E1020F;
}
</style>
background-color css
<style>
a { background-color: #E1020F; }
a { background-color: rgb(225,2,15); }
div.DivClassName
{
background-color: #E1020F;
}
.BgClassName
{
background-color: #E1020F;
}
</style>
border-color css
<style>
span { border-color: #E1020F; }
span { border-color: rgb(225,2,15); }
td.TdClassName
{
border-color: #E1020F;
}
.TagClassName
{
border-color: #E1020F;
}
</style>