Shades of Venetian Red #E70003
Tints of Venetian Red #E70003
RGB
CMYK
RGB Variations
Color information
#E70003 (or 0xE70003) is known color: Venetian Red. HEX triplet: E7, 00 and 03. RGB value is (231,0,3). Sum of RGB (Red+Green+Blue) = 231+0+3=234 (30% of max value = 765). Red value is 231 (90.62% from 255 or 98.72% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 231 - color contains mainly: red. Hex color #E70003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70003 is #18FFFC. Grayscale: #454545. Windows color (decimal): -1638397 or 196839. OLE color: 196839.
HSL color Cylindrical-coordinate representation of color #E70003: hue angle of 359.22º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.99 | 0.09 |
| HSL | 359.22º | 1% | 0.45% | - |
| HSV(B) | 359.22º | 1% | 0.91% | - |
| XYZ | 32.97 | 17 | 1.63 | - |
| YUV | 69.41 | 90.53 | 243.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 3 | 0 | 1 | 0.99 | 0.09 | 359.22 | 1 | 0.45 |
| Hex | E7 | 0 | 3 | 0 | 64 | 63 | 9 | 167 | 64 | 2D |
| Octal | 347 | 0 | 3 | 0 | 144 | 143 | 11 | 547 | 144 | 55 |
| Binary | 11100111 | 0 | 11 | 0 | 1100100 | 1100011 | 1001 | 101100111 | 1100100 | 101101 |
Color Harmonies of #E70003
Complementary color
Monochromatic Colors of #E70003
Black with #E70003
Text Example
Text Example
White with #E70003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70003; }
p { color: rgb(231,0,3); }
H1.HeaderClassName
{
color: #E70003;
}
.AnyTagClassName
{
color: #E70003;
}
</style>
background-color css
<style>
a { background-color: #E70003; }
a { background-color: rgb(231,0,3); }
div.DivClassName
{
background-color: #E70003;
}
.BgClassName
{
background-color: #E70003;
}
</style>
border-color css
<style>
span { border-color: #E70003; }
span { border-color: rgb(231,0,3); }
td.TdClassName
{
border-color: #E70003;
}
.TagClassName
{
border-color: #E70003;
}
</style>