Shades of Venetian Red #E70306
Tints of Venetian Red #E70306
RGB
CMYK
RGB Variations
Color information
#E70306 (or 0xE70306) is known color: Venetian Red. HEX triplet: E7, 03 and 06. RGB value is (231,3,6). Sum of RGB (Red+Green+Blue) = 231+3+6=240 (31% of max value = 765). Red value is 231 (90.62% from 255 or 96.25% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 231 - color contains mainly: red. Hex color #E70306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70306 is #18FCF9. Grayscale: #474747. Windows color (decimal): -1637626 or 394215. OLE color: 394215.
HSL color Cylindrical-coordinate representation of color #E70306: hue angle of 359.21º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E70306 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 6 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.09 |
| HSL | 359.21º | 0.97% | 0.46% | - |
| HSV(B) | 359.21º | 0.99% | 0.91% | - |
| XYZ | 33.02 | 17.07 | 1.73 | - |
| YUV | 71.51 | 91.04 | 241.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 6 | 0 | 0.99 | 0.97 | 0.09 | 359.21 | 0.97 | 0.46 |
| Hex | E7 | 3 | 6 | 0 | 63 | 61 | 9 | 167 | 61 | 2E |
| Octal | 347 | 3 | 6 | 0 | 143 | 141 | 11 | 547 | 141 | 56 |
| Binary | 11100111 | 11 | 110 | 0 | 1100011 | 1100001 | 1001 | 101100111 | 1100001 | 101110 |
Color Harmonies of #E70306
Complementary color
Monochromatic Colors of #E70306
Black with #E70306
Text Example
Text Example
White with #E70306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70306; }
p { color: rgb(231,3,6); }
H1.HeaderClassName
{
color: #E70306;
}
.AnyTagClassName
{
color: #E70306;
}
</style>
background-color css
<style>
a { background-color: #E70306; }
a { background-color: rgb(231,3,6); }
div.DivClassName
{
background-color: #E70306;
}
.BgClassName
{
background-color: #E70306;
}
</style>
border-color css
<style>
span { border-color: #E70306; }
span { border-color: rgb(231,3,6); }
td.TdClassName
{
border-color: #E70306;
}
.TagClassName
{
border-color: #E70306;
}
</style>