Shades of Venetian Red #E40415
Tints of Venetian Red #E40415
RGB
CMYK
RGB Variations
Color information
#E40415 (or 0xE40415) is known color: Venetian Red. HEX triplet: E4, 04 and 15. RGB value is (228,4,21). Sum of RGB (Red+Green+Blue) = 228+4+21=253 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.12% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 228 - color contains mainly: red. Hex color #E40415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40415 is #1BFBEA. Grayscale: #494949. Windows color (decimal): -1833963 or 1377508. OLE color: 1377508.
HSL color Cylindrical-coordinate representation of color #E40415: hue angle of 355.45º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40415 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 21 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.11 |
| HSL | 355.45º | 0.97% | 0.45% | - |
| HSV(B) | 355.45º | 0.98% | 0.89% | - |
| XYZ | 32.17 | 16.63 | 2.22 | - |
| YUV | 72.91 | 98.71 | 238.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 21 | 0 | 0.98 | 0.91 | 0.11 | 355.45 | 0.97 | 0.45 |
| Hex | E4 | 4 | 15 | 0 | 62 | 5B | B | 163 | 61 | 2D |
| Octal | 344 | 4 | 25 | 0 | 142 | 133 | 13 | 543 | 141 | 55 |
| Binary | 11100100 | 100 | 10101 | 0 | 1100010 | 1011011 | 1011 | 101100011 | 1100001 | 101101 |
Color Harmonies of #E40415
Complementary color
Monochromatic Colors of #E40415
Black with #E40415
Text Example
Text Example
White with #E40415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40415; }
p { color: rgb(228,4,21); }
H1.HeaderClassName
{
color: #E40415;
}
.AnyTagClassName
{
color: #E40415;
}
</style>
background-color css
<style>
a { background-color: #E40415; }
a { background-color: rgb(228,4,21); }
div.DivClassName
{
background-color: #E40415;
}
.BgClassName
{
background-color: #E40415;
}
</style>
border-color css
<style>
span { border-color: #E40415; }
span { border-color: rgb(228,4,21); }
td.TdClassName
{
border-color: #E40415;
}
.TagClassName
{
border-color: #E40415;
}
</style>