Shades of Venetian Red #E7011D
Tints of Venetian Red #E7011D
RGB
CMYK
RGB Variations
Color information
#E7011D (or 0xE7011D) is known color: Venetian Red. HEX triplet: E7, 01 and 1D. RGB value is (231,1,29). Sum of RGB (Red+Green+Blue) = 231+1+29=261 (34% of max value = 765). Red value is 231 (90.62% from 255 or 88.51% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 231 - color contains mainly: red. Hex color #E7011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7011D is #18FEE2. Grayscale: #494949. Windows color (decimal): -1638115 or 1901031. OLE color: 1901031.
HSL color Cylindrical-coordinate representation of color #E7011D: hue angle of 352.7º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7011D is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.09 |
| HSL | 352.7º | 0.99% | 0.45% | - |
| HSV(B) | 352.7º | 1% | 0.91% | - |
| XYZ | 33.19 | 17.1 | 2.71 | - |
| YUV | 72.96 | 103.2 | 240.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 29 | 0 | 1.00 | 0.87 | 0.09 | 352.7 | 0.99 | 0.45 |
| Hex | E7 | 1 | 1D | 0 | 64 | 57 | 9 | 161 | 63 | 2D |
| Octal | 347 | 1 | 35 | 0 | 144 | 127 | 11 | 541 | 143 | 55 |
| Binary | 11100111 | 1 | 11101 | 0 | 1100100 | 1010111 | 1001 | 101100001 | 1100011 | 101101 |
Color Harmonies of #E7011D
Complementary color
Monochromatic Colors of #E7011D
Black with #E7011D
Text Example
Text Example
White with #E7011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7011D; }
p { color: rgb(231,1,29); }
H1.HeaderClassName
{
color: #E7011D;
}
.AnyTagClassName
{
color: #E7011D;
}
</style>
background-color css
<style>
a { background-color: #E7011D; }
a { background-color: rgb(231,1,29); }
div.DivClassName
{
background-color: #E7011D;
}
.BgClassName
{
background-color: #E7011D;
}
</style>
border-color css
<style>
span { border-color: #E7011D; }
span { border-color: rgb(231,1,29); }
td.TdClassName
{
border-color: #E7011D;
}
.TagClassName
{
border-color: #E7011D;
}
</style>