Shades of Venetian Red #E4011D
Tints of Venetian Red #E4011D
RGB
CMYK
RGB Variations
Color information
#E4011D (or 0xE4011D) is known color: Venetian Red. HEX triplet: E4, 01 and 1D. RGB value is (228,1,29). Sum of RGB (Red+Green+Blue) = 228+1+29=258 (34% of max value = 765). Red value is 228 (89.45% from 255 or 88.37% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 228 - color contains mainly: red. Hex color #E4011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4011D is #1BFEE2. Grayscale: #484848. Windows color (decimal): -1834723 or 1901028. OLE color: 1901028.
HSL color Cylindrical-coordinate representation of color #E4011D: hue angle of 352.6º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4011D is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.11 |
| HSL | 352.6º | 0.99% | 0.45% | - |
| HSV(B) | 352.6º | 1% | 0.89% | - |
| XYZ | 32.23 | 16.6 | 2.67 | - |
| YUV | 72.07 | 103.71 | 239.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 29 | 0 | 1.00 | 0.87 | 0.11 | 352.6 | 0.99 | 0.45 |
| Hex | E4 | 1 | 1D | 0 | 64 | 57 | B | 161 | 63 | 2D |
| Octal | 344 | 1 | 35 | 0 | 144 | 127 | 13 | 541 | 143 | 55 |
| Binary | 11100100 | 1 | 11101 | 0 | 1100100 | 1010111 | 1011 | 101100001 | 1100011 | 101101 |
Color Harmonies of #E4011D
Complementary color
Monochromatic Colors of #E4011D
Black with #E4011D
Text Example
Text Example
White with #E4011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4011D; }
p { color: rgb(228,1,29); }
H1.HeaderClassName
{
color: #E4011D;
}
.AnyTagClassName
{
color: #E4011D;
}
</style>
background-color css
<style>
a { background-color: #E4011D; }
a { background-color: rgb(228,1,29); }
div.DivClassName
{
background-color: #E4011D;
}
.BgClassName
{
background-color: #E4011D;
}
</style>
border-color css
<style>
span { border-color: #E4011D; }
span { border-color: rgb(228,1,29); }
td.TdClassName
{
border-color: #E4011D;
}
.TagClassName
{
border-color: #E4011D;
}
</style>