Shades of Venetian Red #E5011D
Tints of Venetian Red #E5011D
RGB
CMYK
RGB Variations
Color information
#E5011D (or 0xE5011D) is known color: Venetian Red. HEX triplet: E5, 01 and 1D. RGB value is (229,1,29). Sum of RGB (Red+Green+Blue) = 229+1+29=259 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.42% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 229 - color contains mainly: red. Hex color #E5011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5011D is #1AFEE2. Grayscale: #484848. Windows color (decimal): -1769187 or 1901029. OLE color: 1901029.
HSL color Cylindrical-coordinate representation of color #E5011D: hue angle of 352.63º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5011D is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.10 |
| HSL | 352.63º | 0.99% | 0.45% | - |
| HSV(B) | 352.63º | 1% | 0.9% | - |
| XYZ | 32.55 | 16.77 | 2.68 | - |
| YUV | 72.36 | 103.54 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 29 | 0 | 1.00 | 0.87 | 0.10 | 352.63 | 0.99 | 0.45 |
| Hex | E5 | 1 | 1D | 0 | 64 | 57 | A | 161 | 63 | 2D |
| Octal | 345 | 1 | 35 | 0 | 144 | 127 | 12 | 541 | 143 | 55 |
| Binary | 11100101 | 1 | 11101 | 0 | 1100100 | 1010111 | 1010 | 101100001 | 1100011 | 101101 |
Color Harmonies of #E5011D
Complementary color
Monochromatic Colors of #E5011D
Black with #E5011D
Text Example
Text Example
White with #E5011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5011D; }
p { color: rgb(229,1,29); }
H1.HeaderClassName
{
color: #E5011D;
}
.AnyTagClassName
{
color: #E5011D;
}
</style>
background-color css
<style>
a { background-color: #E5011D; }
a { background-color: rgb(229,1,29); }
div.DivClassName
{
background-color: #E5011D;
}
.BgClassName
{
background-color: #E5011D;
}
</style>
border-color css
<style>
span { border-color: #E5011D; }
span { border-color: rgb(229,1,29); }
td.TdClassName
{
border-color: #E5011D;
}
.TagClassName
{
border-color: #E5011D;
}
</style>