Shades of Venetian Red #E40714
Tints of Venetian Red #E40714
RGB
CMYK
RGB Variations
Color information
#E40714 (or 0xE40714) is known color: Venetian Red. HEX triplet: E4, 07 and 14. RGB value is (228,7,20). Sum of RGB (Red+Green+Blue) = 228+7+20=255 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.41% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 228 - color contains mainly: red. Hex color #E40714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40714 is #1BF8EB. Grayscale: #4A4A4A. Windows color (decimal): -1833196 or 1312740. OLE color: 1312740.
HSL color Cylindrical-coordinate representation of color #E40714: hue angle of 356.47º degrees, saturation: 0.94, 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 #E40714 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.11 |
| HSL | 356.47º | 0.94% | 0.46% | - |
| HSV(B) | 356.47º | 0.97% | 0.89% | - |
| XYZ | 32.2 | 16.7 | 2.19 | - |
| YUV | 74.56 | 97.22 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 20 | 0 | 0.97 | 0.91 | 0.11 | 356.47 | 0.94 | 0.46 |
| Hex | E4 | 7 | 14 | 0 | 61 | 5B | B | 164 | 5E | 2E |
| Octal | 344 | 7 | 24 | 0 | 141 | 133 | 13 | 544 | 136 | 56 |
| Binary | 11100100 | 111 | 10100 | 0 | 1100001 | 1011011 | 1011 | 101100100 | 1011110 | 101110 |
Color Harmonies of #E40714
Complementary color
Monochromatic Colors of #E40714
Black with #E40714
Text Example
Text Example
White with #E40714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40714; }
p { color: rgb(228,7,20); }
H1.HeaderClassName
{
color: #E40714;
}
.AnyTagClassName
{
color: #E40714;
}
</style>
background-color css
<style>
a { background-color: #E40714; }
a { background-color: rgb(228,7,20); }
div.DivClassName
{
background-color: #E40714;
}
.BgClassName
{
background-color: #E40714;
}
</style>
border-color css
<style>
span { border-color: #E40714; }
span { border-color: rgb(228,7,20); }
td.TdClassName
{
border-color: #E40714;
}
.TagClassName
{
border-color: #E40714;
}
</style>