Shades of Venetian Red #E70409
Tints of Venetian Red #E70409
RGB
CMYK
RGB Variations
Color information
#E70409 (or 0xE70409) is known color: Venetian Red. HEX triplet: E7, 04 and 09. RGB value is (231,4,9). Sum of RGB (Red+Green+Blue) = 231+4+9=244 (32% of max value = 765). Red value is 231 (90.62% from 255 or 94.67% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 231 - color contains mainly: red. Hex color #E70409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70409 is #18FBF6. Grayscale: #484848. Windows color (decimal): -1637367 or 591079. OLE color: 591079.
HSL color Cylindrical-coordinate representation of color #E70409: hue angle of 358.68º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70409 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.09 |
| HSL | 358.68º | 0.97% | 0.46% | - |
| HSV(B) | 358.68º | 0.98% | 0.91% | - |
| XYZ | 33.05 | 17.1 | 1.82 | - |
| YUV | 72.44 | 92.21 | 241.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 9 | 0 | 0.98 | 0.96 | 0.09 | 358.68 | 0.97 | 0.46 |
| Hex | E7 | 4 | 9 | 0 | 62 | 60 | 9 | 167 | 61 | 2E |
| Octal | 347 | 4 | 11 | 0 | 142 | 140 | 11 | 547 | 141 | 56 |
| Binary | 11100111 | 100 | 1001 | 0 | 1100010 | 1100000 | 1001 | 101100111 | 1100001 | 101110 |
Color Harmonies of #E70409
Complementary color
Monochromatic Colors of #E70409
Black with #E70409
Text Example
Text Example
White with #E70409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70409; }
p { color: rgb(231,4,9); }
H1.HeaderClassName
{
color: #E70409;
}
.AnyTagClassName
{
color: #E70409;
}
</style>
background-color css
<style>
a { background-color: #E70409; }
a { background-color: rgb(231,4,9); }
div.DivClassName
{
background-color: #E70409;
}
.BgClassName
{
background-color: #E70409;
}
</style>
border-color css
<style>
span { border-color: #E70409; }
span { border-color: rgb(231,4,9); }
td.TdClassName
{
border-color: #E70409;
}
.TagClassName
{
border-color: #E70409;
}
</style>