Shades of Venetian Red #E90415
Tints of Venetian Red #E90415
RGB
CMYK
RGB Variations
Color information
#E90415 (or 0xE90415) is known color: Venetian Red. HEX triplet: E9, 04 and 15. RGB value is (233,4,21). Sum of RGB (Red+Green+Blue) = 233+4+21=258 (34% of max value = 765). Red value is 233 (91.41% from 255 or 90.31% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 233 - color contains mainly: red. Hex color #E90415 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90415 is #16FBEA. Grayscale: #4A4A4A. Windows color (decimal): -1506283 or 1377513. OLE color: 1377513.
HSL color Cylindrical-coordinate representation of color #E90415: hue angle of 355.55º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90415 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 21 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.09 |
| HSL | 355.55º | 0.97% | 0.46% | - |
| HSV(B) | 355.55º | 0.98% | 0.91% | - |
| XYZ | 33.78 | 17.46 | 2.3 | - |
| YUV | 74.41 | 97.87 | 241.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 21 | 0 | 0.98 | 0.91 | 0.09 | 355.55 | 0.97 | 0.46 |
| Hex | E9 | 4 | 15 | 0 | 62 | 5B | 9 | 164 | 61 | 2E |
| Octal | 351 | 4 | 25 | 0 | 142 | 133 | 11 | 544 | 141 | 56 |
| Binary | 11101001 | 100 | 10101 | 0 | 1100010 | 1011011 | 1001 | 101100100 | 1100001 | 101110 |
Color Harmonies of #E90415
Complementary color
Monochromatic Colors of #E90415
Black with #E90415
Text Example
Text Example
White with #E90415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90415; }
p { color: rgb(233,4,21); }
H1.HeaderClassName
{
color: #E90415;
}
.AnyTagClassName
{
color: #E90415;
}
</style>
background-color css
<style>
a { background-color: #E90415; }
a { background-color: rgb(233,4,21); }
div.DivClassName
{
background-color: #E90415;
}
.BgClassName
{
background-color: #E90415;
}
</style>
border-color css
<style>
span { border-color: #E90415; }
span { border-color: rgb(233,4,21); }
td.TdClassName
{
border-color: #E90415;
}
.TagClassName
{
border-color: #E90415;
}
</style>