Shades of Venetian Red #E1001E
Tints of Venetian Red #E1001E
RGB
CMYK
RGB Variations
Color information
#E1001E (or 0xE1001E) is known color: Venetian Red. HEX triplet: E1, 00 and 1E. RGB value is (225,0,30). Sum of RGB (Red+Green+Blue) = 225+0+30=255 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.24% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 225 - color contains mainly: red. Hex color #E1001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1001E is #1EFFE1. Grayscale: #464646. Windows color (decimal): -2031586 or 1966305. OLE color: 1966305.
HSL color Cylindrical-coordinate representation of color #E1001E: hue angle of 352º 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 #E1001E is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.87 | 0.12 |
| HSL | 352º | 1% | 0.44% | - |
| HSV(B) | 352º | 1% | 0.88% | - |
| XYZ | 31.29 | 16.1 | 2.69 | - |
| YUV | 70.7 | 105.04 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 30 | 0 | 1 | 0.87 | 0.12 | 352 | 1 | 0.44 |
| Hex | E1 | 0 | 1E | 0 | 64 | 57 | C | 160 | 64 | 2C |
| Octal | 341 | 0 | 36 | 0 | 144 | 127 | 14 | 540 | 144 | 54 |
| Binary | 11100001 | 0 | 11110 | 0 | 1100100 | 1010111 | 1100 | 101100000 | 1100100 | 101100 |
Color Harmonies of #E1001E
Complementary color
Monochromatic Colors of #E1001E
Black with #E1001E
Text Example
Text Example
White with #E1001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1001E; }
p { color: rgb(225,0,30); }
H1.HeaderClassName
{
color: #E1001E;
}
.AnyTagClassName
{
color: #E1001E;
}
</style>
background-color css
<style>
a { background-color: #E1001E; }
a { background-color: rgb(225,0,30); }
div.DivClassName
{
background-color: #E1001E;
}
.BgClassName
{
background-color: #E1001E;
}
</style>
border-color css
<style>
span { border-color: #E1001E; }
span { border-color: rgb(225,0,30); }
td.TdClassName
{
border-color: #E1001E;
}
.TagClassName
{
border-color: #E1001E;
}
</style>