Shades of Venetian Red #E40314
Tints of Venetian Red #E40314
RGB
CMYK
RGB Variations
Color information
#E40314 (or 0xE40314) is known color: Venetian Red. HEX triplet: E4, 03 and 14. RGB value is (228,3,20). Sum of RGB (Red+Green+Blue) = 228+3+20=251 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.84% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 228 - color contains mainly: red. Hex color #E40314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40314 is #1BFCEB. Grayscale: #484848. Windows color (decimal): -1834220 or 1311716. OLE color: 1311716.
HSL color Cylindrical-coordinate representation of color #E40314: hue angle of 355.47º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40314 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 20 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.11 |
| HSL | 355.47º | 0.97% | 0.45% | - |
| HSV(B) | 355.47º | 0.99% | 0.89% | - |
| XYZ | 32.15 | 16.61 | 2.17 | - |
| YUV | 72.21 | 98.54 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 20 | 0 | 0.99 | 0.91 | 0.11 | 355.47 | 0.97 | 0.45 |
| Hex | E4 | 3 | 14 | 0 | 63 | 5B | B | 163 | 61 | 2D |
| Octal | 344 | 3 | 24 | 0 | 143 | 133 | 13 | 543 | 141 | 55 |
| Binary | 11100100 | 11 | 10100 | 0 | 1100011 | 1011011 | 1011 | 101100011 | 1100001 | 101101 |
Color Harmonies of #E40314
Complementary color
Monochromatic Colors of #E40314
Black with #E40314
Text Example
Text Example
White with #E40314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40314; }
p { color: rgb(228,3,20); }
H1.HeaderClassName
{
color: #E40314;
}
.AnyTagClassName
{
color: #E40314;
}
</style>
background-color css
<style>
a { background-color: #E40314; }
a { background-color: rgb(228,3,20); }
div.DivClassName
{
background-color: #E40314;
}
.BgClassName
{
background-color: #E40314;
}
</style>
border-color css
<style>
span { border-color: #E40314; }
span { border-color: rgb(228,3,20); }
td.TdClassName
{
border-color: #E40314;
}
.TagClassName
{
border-color: #E40314;
}
</style>