Shades of Venetian Red #E7011C
Tints of Venetian Red #E7011C
RGB
CMYK
RGB Variations
Color information
#E7011C (or 0xE7011C) is known color: Venetian Red. HEX triplet: E7, 01 and 1C. RGB value is (231,1,28). Sum of RGB (Red+Green+Blue) = 231+1+28=260 (34% of max value = 765). Red value is 231 (90.62% from 255 or 88.85% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 231 - color contains mainly: red. Hex color #E7011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7011C is #18FEE3. Grayscale: #484848. Windows color (decimal): -1638116 or 1835495. OLE color: 1835495.
HSL color Cylindrical-coordinate representation of color #E7011C: hue angle of 352.96º 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 #E7011C is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.09 |
| HSL | 352.96º | 0.99% | 0.45% | - |
| HSV(B) | 352.96º | 1% | 0.91% | - |
| XYZ | 33.18 | 17.09 | 2.65 | - |
| YUV | 72.85 | 102.7 | 240.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 28 | 0 | 1.00 | 0.88 | 0.09 | 352.96 | 0.99 | 0.45 |
| Hex | E7 | 1 | 1C | 0 | 64 | 58 | 9 | 161 | 63 | 2D |
| Octal | 347 | 1 | 34 | 0 | 144 | 130 | 11 | 541 | 143 | 55 |
| Binary | 11100111 | 1 | 11100 | 0 | 1100100 | 1011000 | 1001 | 101100001 | 1100011 | 101101 |
Color Harmonies of #E7011C
Complementary color
Monochromatic Colors of #E7011C
Black with #E7011C
Text Example
Text Example
White with #E7011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7011C; }
p { color: rgb(231,1,28); }
H1.HeaderClassName
{
color: #E7011C;
}
.AnyTagClassName
{
color: #E7011C;
}
</style>
background-color css
<style>
a { background-color: #E7011C; }
a { background-color: rgb(231,1,28); }
div.DivClassName
{
background-color: #E7011C;
}
.BgClassName
{
background-color: #E7011C;
}
</style>
border-color css
<style>
span { border-color: #E7011C; }
span { border-color: rgb(231,1,28); }
td.TdClassName
{
border-color: #E7011C;
}
.TagClassName
{
border-color: #E7011C;
}
</style>