Shades of Venetian Red #E00714
Tints of Venetian Red #E00714
RGB
CMYK
RGB Variations
Color information
#E00714 (or 0xE00714) is known color: Venetian Red. HEX triplet: E0, 07 and 14. RGB value is (224,7,20). Sum of RGB (Red+Green+Blue) = 224+7+20=251 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.24% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 224 - color contains mainly: red. Hex color #E00714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00714 is #1FF8EB. Grayscale: #494949. Windows color (decimal): -2095340 or 1312736. OLE color: 1312736.
HSL color Cylindrical-coordinate representation of color #E00714: hue angle of 356.41º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00714 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.12 |
| HSL | 356.41º | 0.94% | 0.45% | - |
| HSV(B) | 356.41º | 0.97% | 0.88% | - |
| XYZ | 30.94 | 16.05 | 2.13 | - |
| YUV | 73.37 | 97.89 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 20 | 0 | 0.97 | 0.91 | 0.12 | 356.41 | 0.94 | 0.45 |
| Hex | E0 | 7 | 14 | 0 | 61 | 5B | C | 164 | 5E | 2D |
| Octal | 340 | 7 | 24 | 0 | 141 | 133 | 14 | 544 | 136 | 55 |
| Binary | 11100000 | 111 | 10100 | 0 | 1100001 | 1011011 | 1100 | 101100100 | 1011110 | 101101 |
Color Harmonies of #E00714
Complementary color
Monochromatic Colors of #E00714
Black with #E00714
Text Example
Text Example
White with #E00714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00714; }
p { color: rgb(224,7,20); }
H1.HeaderClassName
{
color: #E00714;
}
.AnyTagClassName
{
color: #E00714;
}
</style>
background-color css
<style>
a { background-color: #E00714; }
a { background-color: rgb(224,7,20); }
div.DivClassName
{
background-color: #E00714;
}
.BgClassName
{
background-color: #E00714;
}
</style>
border-color css
<style>
span { border-color: #E00714; }
span { border-color: rgb(224,7,20); }
td.TdClassName
{
border-color: #E00714;
}
.TagClassName
{
border-color: #E00714;
}
</style>