Shades of Venetian Red #E90015
Tints of Venetian Red #E90015
RGB
CMYK
RGB Variations
Color information
#E90015 (or 0xE90015) is known color: Venetian Red. HEX triplet: E9, 00 and 15. RGB value is (233,0,21). Sum of RGB (Red+Green+Blue) = 233+0+21=254 (33% of max value = 765). Red value is 233 (91.41% from 255 or 91.73% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 233 - color contains mainly: red. Hex color #E90015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90015 is #16FFEA. Grayscale: #484848. Windows color (decimal): -1507307 or 1376489. OLE color: 1376489.
HSL color Cylindrical-coordinate representation of color #E90015: hue angle of 354.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90015 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.91 | 0.09 |
| HSL | 354.59º | 1% | 0.46% | - |
| HSV(B) | 354.59º | 1% | 0.91% | - |
| XYZ | 33.74 | 17.38 | 2.29 | - |
| YUV | 72.06 | 99.19 | 242.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 21 | 0 | 1 | 0.91 | 0.09 | 354.59 | 1 | 0.46 |
| Hex | E9 | 0 | 15 | 0 | 64 | 5B | 9 | 163 | 64 | 2E |
| Octal | 351 | 0 | 25 | 0 | 144 | 133 | 11 | 543 | 144 | 56 |
| Binary | 11101001 | 0 | 10101 | 0 | 1100100 | 1011011 | 1001 | 101100011 | 1100100 | 101110 |
Color Harmonies of #E90015
Complementary color
Monochromatic Colors of #E90015
Black with #E90015
Text Example
Text Example
White with #E90015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90015; }
p { color: rgb(233,0,21); }
H1.HeaderClassName
{
color: #E90015;
}
.AnyTagClassName
{
color: #E90015;
}
</style>
background-color css
<style>
a { background-color: #E90015; }
a { background-color: rgb(233,0,21); }
div.DivClassName
{
background-color: #E90015;
}
.BgClassName
{
background-color: #E90015;
}
</style>
border-color css
<style>
span { border-color: #E90015; }
span { border-color: rgb(233,0,21); }
td.TdClassName
{
border-color: #E90015;
}
.TagClassName
{
border-color: #E90015;
}
</style>