Shades of Venetian Red #E40419
Tints of Venetian Red #E40419
RGB
CMYK
RGB Variations
Color information
#E40419 (or 0xE40419) is known color: Venetian Red. HEX triplet: E4, 04 and 19. RGB value is (228,4,25). Sum of RGB (Red+Green+Blue) = 228+4+25=257 (34% of max value = 765). Red value is 228 (89.45% from 255 or 88.72% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 228 - color contains mainly: red. Hex color #E40419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40419 is #1BFBE6. Grayscale: #494949. Windows color (decimal): -1833959 or 1639652. OLE color: 1639652.
HSL color Cylindrical-coordinate representation of color #E40419: hue angle of 354.38º 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 #E40419 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 25 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.11 |
| HSL | 354.38º | 0.97% | 0.45% | - |
| HSV(B) | 354.38º | 0.98% | 0.89% | - |
| XYZ | 32.21 | 16.65 | 2.44 | - |
| YUV | 73.37 | 100.71 | 238.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 25 | 0 | 0.98 | 0.89 | 0.11 | 354.38 | 0.97 | 0.45 |
| Hex | E4 | 4 | 19 | 0 | 62 | 59 | B | 162 | 61 | 2D |
| Octal | 344 | 4 | 31 | 0 | 142 | 131 | 13 | 542 | 141 | 55 |
| Binary | 11100100 | 100 | 11001 | 0 | 1100010 | 1011001 | 1011 | 101100010 | 1100001 | 101101 |
Color Harmonies of #E40419
Complementary color
Monochromatic Colors of #E40419
Black with #E40419
Text Example
Text Example
White with #E40419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40419; }
p { color: rgb(228,4,25); }
H1.HeaderClassName
{
color: #E40419;
}
.AnyTagClassName
{
color: #E40419;
}
</style>
background-color css
<style>
a { background-color: #E40419; }
a { background-color: rgb(228,4,25); }
div.DivClassName
{
background-color: #E40419;
}
.BgClassName
{
background-color: #E40419;
}
</style>
border-color css
<style>
span { border-color: #E40419; }
span { border-color: rgb(228,4,25); }
td.TdClassName
{
border-color: #E40419;
}
.TagClassName
{
border-color: #E40419;
}
</style>