Shades of Venetian Red #E9021A
Tints of Venetian Red #E9021A
RGB
CMYK
RGB Variations
Color information
#E9021A (or 0xE9021A) is known color: Venetian Red. HEX triplet: E9, 02 and 1A. RGB value is (233,2,26). Sum of RGB (Red+Green+Blue) = 233+2+26=261 (34% of max value = 765). Red value is 233 (91.41% from 255 or 89.27% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 233 - color contains mainly: red. Hex color #E9021A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9021A is #16FDE5. Grayscale: #494949. Windows color (decimal): -1506790 or 1704681. OLE color: 1704681.
HSL color Cylindrical-coordinate representation of color #E9021A: hue angle of 353.77º 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 #E9021A is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.09 |
| HSL | 353.77º | 0.98% | 0.46% | - |
| HSV(B) | 353.77º | 0.99% | 0.91% | - |
| XYZ | 33.81 | 17.44 | 2.56 | - |
| YUV | 73.81 | 101.03 | 241.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 26 | 0 | 0.99 | 0.89 | 0.09 | 353.77 | 0.98 | 0.46 |
| Hex | E9 | 2 | 1A | 0 | 63 | 59 | 9 | 162 | 62 | 2E |
| Octal | 351 | 2 | 32 | 0 | 143 | 131 | 11 | 542 | 142 | 56 |
| Binary | 11101001 | 10 | 11010 | 0 | 1100011 | 1011001 | 1001 | 101100010 | 1100010 | 101110 |
Color Harmonies of #E9021A
Complementary color
Monochromatic Colors of #E9021A
Black with #E9021A
Text Example
Text Example
White with #E9021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9021A; }
p { color: rgb(233,2,26); }
H1.HeaderClassName
{
color: #E9021A;
}
.AnyTagClassName
{
color: #E9021A;
}
</style>
background-color css
<style>
a { background-color: #E9021A; }
a { background-color: rgb(233,2,26); }
div.DivClassName
{
background-color: #E9021A;
}
.BgClassName
{
background-color: #E9021A;
}
</style>
border-color css
<style>
span { border-color: #E9021A; }
span { border-color: rgb(233,2,26); }
td.TdClassName
{
border-color: #E9021A;
}
.TagClassName
{
border-color: #E9021A;
}
</style>