Shades of Venetian Red #E80305
Tints of Venetian Red #E80305
RGB
CMYK
RGB Variations
Color information
#E80305 (or 0xE80305) is known color: Venetian Red. HEX triplet: E8, 03 and 05. RGB value is (232,3,5). Sum of RGB (Red+Green+Blue) = 232+3+5=240 (31% of max value = 765). Red value is 232 (91.02% from 255 or 96.67% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 232 - color contains mainly: red. Hex color #E80305 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80305 is #17FCFA. Grayscale: #474747. Windows color (decimal): -1572091 or 328680. OLE color: 328680.
HSL color Cylindrical-coordinate representation of color #E80305: hue angle of 359.48º 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 #E80305 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.09 |
| HSL | 359.48º | 0.97% | 0.46% | - |
| HSV(B) | 359.48º | 0.99% | 0.91% | - |
| XYZ | 33.34 | 17.23 | 1.71 | - |
| YUV | 71.7 | 90.37 | 242.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 5 | 0 | 0.99 | 0.98 | 0.09 | 359.48 | 0.97 | 0.46 |
| Hex | E8 | 3 | 5 | 0 | 63 | 62 | 9 | 167 | 61 | 2E |
| Octal | 350 | 3 | 5 | 0 | 143 | 142 | 11 | 547 | 141 | 56 |
| Binary | 11101000 | 11 | 101 | 0 | 1100011 | 1100010 | 1001 | 101100111 | 1100001 | 101110 |
Color Harmonies of #E80305
Complementary color
Monochromatic Colors of #E80305
Black with #E80305
Text Example
Text Example
White with #E80305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80305; }
p { color: rgb(232,3,5); }
H1.HeaderClassName
{
color: #E80305;
}
.AnyTagClassName
{
color: #E80305;
}
</style>
background-color css
<style>
a { background-color: #E80305; }
a { background-color: rgb(232,3,5); }
div.DivClassName
{
background-color: #E80305;
}
.BgClassName
{
background-color: #E80305;
}
</style>
border-color css
<style>
span { border-color: #E80305; }
span { border-color: rgb(232,3,5); }
td.TdClassName
{
border-color: #E80305;
}
.TagClassName
{
border-color: #E80305;
}
</style>