Shades of Venetian Red #E40614
Tints of Venetian Red #E40614
RGB
CMYK
RGB Variations
Color information
#E40614 (or 0xE40614) is known color: Venetian Red. HEX triplet: E4, 06 and 14. RGB value is (228,6,20). Sum of RGB (Red+Green+Blue) = 228+6+20=254 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.76% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 228 - color contains mainly: red. Hex color #E40614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40614 is #1BF9EB. Grayscale: #4A4A4A. Windows color (decimal): -1833452 or 1312484. OLE color: 1312484.
HSL color Cylindrical-coordinate representation of color #E40614: hue angle of 356.22º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E40614 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 20 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.11 |
| HSL | 356.22º | 0.95% | 0.46% | - |
| HSV(B) | 356.22º | 0.97% | 0.89% | - |
| XYZ | 32.19 | 16.67 | 2.18 | - |
| YUV | 73.97 | 97.55 | 237.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 20 | 0 | 0.97 | 0.91 | 0.11 | 356.22 | 0.95 | 0.46 |
| Hex | E4 | 6 | 14 | 0 | 61 | 5B | B | 164 | 5F | 2E |
| Octal | 344 | 6 | 24 | 0 | 141 | 133 | 13 | 544 | 137 | 56 |
| Binary | 11100100 | 110 | 10100 | 0 | 1100001 | 1011011 | 1011 | 101100100 | 1011111 | 101110 |
Color Harmonies of #E40614
Complementary color
Monochromatic Colors of #E40614
Black with #E40614
Text Example
Text Example
White with #E40614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40614; }
p { color: rgb(228,6,20); }
H1.HeaderClassName
{
color: #E40614;
}
.AnyTagClassName
{
color: #E40614;
}
</style>
background-color css
<style>
a { background-color: #E40614; }
a { background-color: rgb(228,6,20); }
div.DivClassName
{
background-color: #E40614;
}
.BgClassName
{
background-color: #E40614;
}
</style>
border-color css
<style>
span { border-color: #E40614; }
span { border-color: rgb(228,6,20); }
td.TdClassName
{
border-color: #E40614;
}
.TagClassName
{
border-color: #E40614;
}
</style>