Shades of Venetian Red #E7021A
Tints of Venetian Red #E7021A
RGB
CMYK
RGB Variations
Color information
#E7021A (or 0xE7021A) is known color: Venetian Red. HEX triplet: E7, 02 and 1A. RGB value is (231,2,26). Sum of RGB (Red+Green+Blue) = 231+2+26=259 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.19% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 231 - color contains mainly: red. Hex color #E7021A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7021A is #18FDE5. Grayscale: #494949. Windows color (decimal): -1637862 or 1704679. OLE color: 1704679.
HSL color Cylindrical-coordinate representation of color #E7021A: hue angle of 353.71º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7021A is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.09 |
| HSL | 353.71º | 0.98% | 0.46% | - |
| HSV(B) | 353.71º | 0.99% | 0.91% | - |
| XYZ | 33.16 | 17.11 | 2.53 | - |
| YUV | 73.21 | 101.37 | 240.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 26 | 0 | 0.99 | 0.89 | 0.09 | 353.71 | 0.98 | 0.46 |
| Hex | E7 | 2 | 1A | 0 | 63 | 59 | 9 | 162 | 62 | 2E |
| Octal | 347 | 2 | 32 | 0 | 143 | 131 | 11 | 542 | 142 | 56 |
| Binary | 11100111 | 10 | 11010 | 0 | 1100011 | 1011001 | 1001 | 101100010 | 1100010 | 101110 |
Color Harmonies of #E7021A
Complementary color
Monochromatic Colors of #E7021A
Black with #E7021A
Text Example
Text Example
White with #E7021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7021A; }
p { color: rgb(231,2,26); }
H1.HeaderClassName
{
color: #E7021A;
}
.AnyTagClassName
{
color: #E7021A;
}
</style>
background-color css
<style>
a { background-color: #E7021A; }
a { background-color: rgb(231,2,26); }
div.DivClassName
{
background-color: #E7021A;
}
.BgClassName
{
background-color: #E7021A;
}
</style>
border-color css
<style>
span { border-color: #E7021A; }
span { border-color: rgb(231,2,26); }
td.TdClassName
{
border-color: #E7021A;
}
.TagClassName
{
border-color: #E7021A;
}
</style>