Shades of Venetian Red #E30813
Tints of Venetian Red #E30813
RGB
CMYK
RGB Variations
Color information
#E30813 (or 0xE30813) is known color: Venetian Red. HEX triplet: E3, 08 and 13. RGB value is (227,8,19). Sum of RGB (Red+Green+Blue) = 227+8+19=254 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.37% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 227 - color contains mainly: red. Hex color #E30813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30813 is #1CF7EC. Grayscale: #4A4A4A. Windows color (decimal): -1898477 or 1247459. OLE color: 1247459.
HSL color Cylindrical-coordinate representation of color #E30813: hue angle of 356.99º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30813 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 19 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.11 |
| HSL | 356.99º | 0.93% | 0.46% | - |
| HSV(B) | 356.99º | 0.96% | 0.89% | - |
| XYZ | 31.88 | 16.55 | 2.13 | - |
| YUV | 74.74 | 96.55 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 19 | 0 | 0.96 | 0.92 | 0.11 | 356.99 | 0.93 | 0.46 |
| Hex | E3 | 8 | 13 | 0 | 60 | 5C | B | 165 | 5D | 2E |
| Octal | 343 | 10 | 23 | 0 | 140 | 134 | 13 | 545 | 135 | 56 |
| Binary | 11100011 | 1000 | 10011 | 0 | 1100000 | 1011100 | 1011 | 101100101 | 1011101 | 101110 |
Color Harmonies of #E30813
Complementary color
Monochromatic Colors of #E30813
Black with #E30813
Text Example
Text Example
White with #E30813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30813; }
p { color: rgb(227,8,19); }
H1.HeaderClassName
{
color: #E30813;
}
.AnyTagClassName
{
color: #E30813;
}
</style>
background-color css
<style>
a { background-color: #E30813; }
a { background-color: rgb(227,8,19); }
div.DivClassName
{
background-color: #E30813;
}
.BgClassName
{
background-color: #E30813;
}
</style>
border-color css
<style>
span { border-color: #E30813; }
span { border-color: rgb(227,8,19); }
td.TdClassName
{
border-color: #E30813;
}
.TagClassName
{
border-color: #E30813;
}
</style>