Shades of Venetian Red #E20714
Tints of Venetian Red #E20714
RGB
CMYK
RGB Variations
Color information
#E20714 (or 0xE20714) is known color: Venetian Red. HEX triplet: E2, 07 and 14. RGB value is (226,7,20). Sum of RGB (Red+Green+Blue) = 226+7+20=253 (33% of max value = 765). Red value is 226 (88.67% from 255 or 89.33% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 226 - color contains mainly: red. Hex color #E20714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20714 is #1DF8EB. Grayscale: #4A4A4A. Windows color (decimal): -1964268 or 1312738. OLE color: 1312738.
HSL color Cylindrical-coordinate representation of color #E20714: hue angle of 356.44º 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 #E20714 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.11 |
| HSL | 356.44º | 0.94% | 0.46% | - |
| HSV(B) | 356.44º | 0.97% | 0.89% | - |
| XYZ | 31.57 | 16.37 | 2.16 | - |
| YUV | 73.96 | 97.55 | 236.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 20 | 0 | 0.97 | 0.91 | 0.11 | 356.44 | 0.94 | 0.46 |
| Hex | E2 | 7 | 14 | 0 | 61 | 5B | B | 164 | 5E | 2E |
| Octal | 342 | 7 | 24 | 0 | 141 | 133 | 13 | 544 | 136 | 56 |
| Binary | 11100010 | 111 | 10100 | 0 | 1100001 | 1011011 | 1011 | 101100100 | 1011110 | 101110 |
Color Harmonies of #E20714
Complementary color
Monochromatic Colors of #E20714
Black with #E20714
Text Example
Text Example
White with #E20714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20714; }
p { color: rgb(226,7,20); }
H1.HeaderClassName
{
color: #E20714;
}
.AnyTagClassName
{
color: #E20714;
}
</style>
background-color css
<style>
a { background-color: #E20714; }
a { background-color: rgb(226,7,20); }
div.DivClassName
{
background-color: #E20714;
}
.BgClassName
{
background-color: #E20714;
}
</style>
border-color css
<style>
span { border-color: #E20714; }
span { border-color: rgb(226,7,20); }
td.TdClassName
{
border-color: #E20714;
}
.TagClassName
{
border-color: #E20714;
}
</style>