Shades of Venetian Red #E9020D
Tints of Venetian Red #E9020D
RGB
CMYK
RGB Variations
Color information
#E9020D (or 0xE9020D) is known color: Venetian Red. HEX triplet: E9, 02 and 0D. RGB value is (233,2,13). Sum of RGB (Red+Green+Blue) = 233+2+13=248 (32% of max value = 765). Red value is 233 (91.41% from 255 or 93.95% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 233 - color contains mainly: red. Hex color #E9020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9020D is #16FDF2. Grayscale: #484848. Windows color (decimal): -1506803 or 852713. OLE color: 852713.
HSL color Cylindrical-coordinate representation of color #E9020D: hue angle of 357.14º 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 #E9020D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.09 |
| HSL | 357.14º | 0.98% | 0.46% | - |
| HSV(B) | 357.14º | 0.99% | 0.91% | - |
| XYZ | 33.7 | 17.4 | 1.96 | - |
| YUV | 72.32 | 94.53 | 242.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 13 | 0 | 0.99 | 0.94 | 0.09 | 357.14 | 0.98 | 0.46 |
| Hex | E9 | 2 | D | 0 | 63 | 5E | 9 | 165 | 62 | 2E |
| Octal | 351 | 2 | 15 | 0 | 143 | 136 | 11 | 545 | 142 | 56 |
| Binary | 11101001 | 10 | 1101 | 0 | 1100011 | 1011110 | 1001 | 101100101 | 1100010 | 101110 |
Color Harmonies of #E9020D
Complementary color
Monochromatic Colors of #E9020D
Black with #E9020D
Text Example
Text Example
White with #E9020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9020D; }
p { color: rgb(233,2,13); }
H1.HeaderClassName
{
color: #E9020D;
}
.AnyTagClassName
{
color: #E9020D;
}
</style>
background-color css
<style>
a { background-color: #E9020D; }
a { background-color: rgb(233,2,13); }
div.DivClassName
{
background-color: #E9020D;
}
.BgClassName
{
background-color: #E9020D;
}
</style>
border-color css
<style>
span { border-color: #E9020D; }
span { border-color: rgb(233,2,13); }
td.TdClassName
{
border-color: #E9020D;
}
.TagClassName
{
border-color: #E9020D;
}
</style>