Shades of Venetian Red #E4001E
Tints of Venetian Red #E4001E
RGB
CMYK
RGB Variations
Color information
#E4001E (or 0xE4001E) is known color: Venetian Red. HEX triplet: E4, 00 and 1E. RGB value is (228,0,30). Sum of RGB (Red+Green+Blue) = 228+0+30=258 (34% of max value = 765). Red value is 228 (89.45% from 255 or 88.37% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 228 - color contains mainly: red. Hex color #E4001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4001E is #1BFFE1. Grayscale: #474747. Windows color (decimal): -1834978 or 1966308. OLE color: 1966308.
HSL color Cylindrical-coordinate representation of color #E4001E: hue angle of 352.11º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4001E is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.87 | 0.11 |
| HSL | 352.11º | 1% | 0.45% | - |
| HSV(B) | 352.11º | 1% | 0.89% | - |
| XYZ | 32.23 | 16.59 | 2.73 | - |
| YUV | 71.59 | 104.54 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 30 | 0 | 1 | 0.87 | 0.11 | 352.11 | 1 | 0.45 |
| Hex | E4 | 0 | 1E | 0 | 64 | 57 | B | 160 | 64 | 2D |
| Octal | 344 | 0 | 36 | 0 | 144 | 127 | 13 | 540 | 144 | 55 |
| Binary | 11100100 | 0 | 11110 | 0 | 1100100 | 1010111 | 1011 | 101100000 | 1100100 | 101101 |
Color Harmonies of #E4001E
Complementary color
Monochromatic Colors of #E4001E
Black with #E4001E
Text Example
Text Example
White with #E4001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4001E; }
p { color: rgb(228,0,30); }
H1.HeaderClassName
{
color: #E4001E;
}
.AnyTagClassName
{
color: #E4001E;
}
</style>
background-color css
<style>
a { background-color: #E4001E; }
a { background-color: rgb(228,0,30); }
div.DivClassName
{
background-color: #E4001E;
}
.BgClassName
{
background-color: #E4001E;
}
</style>
border-color css
<style>
span { border-color: #E4001E; }
span { border-color: rgb(228,0,30); }
td.TdClassName
{
border-color: #E4001E;
}
.TagClassName
{
border-color: #E4001E;
}
</style>