Shades of Venetian Red #E1010D
Tints of Venetian Red #E1010D
RGB
CMYK
RGB Variations
Color information
#E1010D (or 0xE1010D) is known color: Venetian Red. HEX triplet: E1, 01 and 0D. RGB value is (225,1,13). Sum of RGB (Red+Green+Blue) = 225+1+13=239 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.14% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 225 - color contains mainly: red. Hex color #E1010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1010D is #1EFEF2. Grayscale: #454545. Windows color (decimal): -2031347 or 852449. OLE color: 852449.
HSL color Cylindrical-coordinate representation of color #E1010D: hue angle of 356.79º 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 #E1010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.12 |
| HSL | 356.79º | 0.99% | 0.44% | - |
| HSV(B) | 356.79º | 1% | 0.88% | - |
| XYZ | 31.13 | 16.06 | 1.84 | - |
| YUV | 69.34 | 96.21 | 239.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 13 | 0 | 1.00 | 0.94 | 0.12 | 356.79 | 0.99 | 0.44 |
| Hex | E1 | 1 | D | 0 | 64 | 5E | C | 165 | 63 | 2C |
| Octal | 341 | 1 | 15 | 0 | 144 | 136 | 14 | 545 | 143 | 54 |
| Binary | 11100001 | 1 | 1101 | 0 | 1100100 | 1011110 | 1100 | 101100101 | 1100011 | 101100 |
Color Harmonies of #E1010D
Complementary color
Monochromatic Colors of #E1010D
Black with #E1010D
Text Example
Text Example
White with #E1010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1010D; }
p { color: rgb(225,1,13); }
H1.HeaderClassName
{
color: #E1010D;
}
.AnyTagClassName
{
color: #E1010D;
}
</style>
background-color css
<style>
a { background-color: #E1010D; }
a { background-color: rgb(225,1,13); }
div.DivClassName
{
background-color: #E1010D;
}
.BgClassName
{
background-color: #E1010D;
}
</style>
border-color css
<style>
span { border-color: #E1010D; }
span { border-color: rgb(225,1,13); }
td.TdClassName
{
border-color: #E1010D;
}
.TagClassName
{
border-color: #E1010D;
}
</style>