Shades of Venetian Red #E30510
Tints of Venetian Red #E30510
RGB
CMYK
RGB Variations
Color information
#E30510 (or 0xE30510) is known color: Venetian Red. HEX triplet: E3, 05 and 10. RGB value is (227,5,16). Sum of RGB (Red+Green+Blue) = 227+5+16=248 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.53% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 227 - color contains mainly: red. Hex color #E30510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30510 is #1CFAEF. Grayscale: #484848. Windows color (decimal): -1899248 or 1050083. OLE color: 1050083.
HSL color Cylindrical-coordinate representation of color #E30510: hue angle of 357.03º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30510 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 16 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.11 |
| HSL | 357.03º | 0.96% | 0.45% | - |
| HSV(B) | 357.03º | 0.98% | 0.89% | - |
| XYZ | 31.83 | 16.48 | 1.99 | - |
| YUV | 72.63 | 96.05 | 238.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 16 | 0 | 0.98 | 0.93 | 0.11 | 357.03 | 0.96 | 0.45 |
| Hex | E3 | 5 | 10 | 0 | 62 | 5D | B | 165 | 60 | 2D |
| Octal | 343 | 5 | 20 | 0 | 142 | 135 | 13 | 545 | 140 | 55 |
| Binary | 11100011 | 101 | 10000 | 0 | 1100010 | 1011101 | 1011 | 101100101 | 1100000 | 101101 |
Color Harmonies of #E30510
Complementary color
Monochromatic Colors of #E30510
Black with #E30510
Text Example
Text Example
White with #E30510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30510; }
p { color: rgb(227,5,16); }
H1.HeaderClassName
{
color: #E30510;
}
.AnyTagClassName
{
color: #E30510;
}
</style>
background-color css
<style>
a { background-color: #E30510; }
a { background-color: rgb(227,5,16); }
div.DivClassName
{
background-color: #E30510;
}
.BgClassName
{
background-color: #E30510;
}
</style>
border-color css
<style>
span { border-color: #E30510; }
span { border-color: rgb(227,5,16); }
td.TdClassName
{
border-color: #E30510;
}
.TagClassName
{
border-color: #E30510;
}
</style>