Shades of Venetian Red #E1050E
Tints of Venetian Red #E1050E
RGB
CMYK
RGB Variations
Color information
#E1050E (or 0xE1050E) is known color: Venetian Red. HEX triplet: E1, 05 and 0E. RGB value is (225,5,14). Sum of RGB (Red+Green+Blue) = 225+5+14=244 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.21% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 225 - color contains mainly: red. Hex color #E1050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1050E is #1EFAF1. Grayscale: #474747. Windows color (decimal): -2030322 or 919009. OLE color: 919009.
HSL color Cylindrical-coordinate representation of color #E1050E: hue angle of 357.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1050E is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 14 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.12 |
| HSL | 357.55º | 0.96% | 0.45% | - |
| HSV(B) | 357.55º | 0.98% | 0.88% | - |
| XYZ | 31.18 | 16.15 | 1.89 | - |
| YUV | 71.81 | 95.39 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 14 | 0 | 0.98 | 0.94 | 0.12 | 357.55 | 0.96 | 0.45 |
| Hex | E1 | 5 | E | 0 | 62 | 5E | C | 166 | 60 | 2D |
| Octal | 341 | 5 | 16 | 0 | 142 | 136 | 14 | 546 | 140 | 55 |
| Binary | 11100001 | 101 | 1110 | 0 | 1100010 | 1011110 | 1100 | 101100110 | 1100000 | 101101 |
Color Harmonies of #E1050E
Complementary color
Monochromatic Colors of #E1050E
Black with #E1050E
Text Example
Text Example
White with #E1050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1050E; }
p { color: rgb(225,5,14); }
H1.HeaderClassName
{
color: #E1050E;
}
.AnyTagClassName
{
color: #E1050E;
}
</style>
background-color css
<style>
a { background-color: #E1050E; }
a { background-color: rgb(225,5,14); }
div.DivClassName
{
background-color: #E1050E;
}
.BgClassName
{
background-color: #E1050E;
}
</style>
border-color css
<style>
span { border-color: #E1050E; }
span { border-color: rgb(225,5,14); }
td.TdClassName
{
border-color: #E1050E;
}
.TagClassName
{
border-color: #E1050E;
}
</style>