Shades of Venetian Red #E70104
Tints of Venetian Red #E70104
RGB
CMYK
RGB Variations
Color information
#E70104 (or 0xE70104) is known color: Venetian Red. HEX triplet: E7, 01 and 04. RGB value is (231,1,4). Sum of RGB (Red+Green+Blue) = 231+1+4=236 (31% of max value = 765). Red value is 231 (90.62% from 255 or 97.88% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 231 - color contains mainly: red. Hex color #E70104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70104 is #18FEFB. Grayscale: #464646. Windows color (decimal): -1638140 or 262631. OLE color: 262631.
HSL color Cylindrical-coordinate representation of color #E70104: hue angle of 359.22º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70104 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 4 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.09 |
| HSL | 359.22º | 0.99% | 0.45% | - |
| HSV(B) | 359.22º | 1% | 0.91% | - |
| XYZ | 32.99 | 17.02 | 1.66 | - |
| YUV | 70.11 | 90.7 | 242.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 4 | 0 | 1.00 | 0.98 | 0.09 | 359.22 | 0.99 | 0.45 |
| Hex | E7 | 1 | 4 | 0 | 64 | 62 | 9 | 167 | 63 | 2D |
| Octal | 347 | 1 | 4 | 0 | 144 | 142 | 11 | 547 | 143 | 55 |
| Binary | 11100111 | 1 | 100 | 0 | 1100100 | 1100010 | 1001 | 101100111 | 1100011 | 101101 |
Color Harmonies of #E70104
Complementary color
Monochromatic Colors of #E70104
Black with #E70104
Text Example
Text Example
White with #E70104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70104; }
p { color: rgb(231,1,4); }
H1.HeaderClassName
{
color: #E70104;
}
.AnyTagClassName
{
color: #E70104;
}
</style>
background-color css
<style>
a { background-color: #E70104; }
a { background-color: rgb(231,1,4); }
div.DivClassName
{
background-color: #E70104;
}
.BgClassName
{
background-color: #E70104;
}
</style>
border-color css
<style>
span { border-color: #E70104; }
span { border-color: rgb(231,1,4); }
td.TdClassName
{
border-color: #E70104;
}
.TagClassName
{
border-color: #E70104;
}
</style>