Shades of Venetian Red #E30815
Tints of Venetian Red #E30815
RGB
CMYK
RGB Variations
Color information
#E30815 (or 0xE30815) is known color: Venetian Red. HEX triplet: E3, 08 and 15. RGB value is (227,8,21). Sum of RGB (Red+Green+Blue) = 227+8+21=256 (33% of max value = 765). Red value is 227 (89.06% from 255 or 88.67% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 227 - color contains mainly: red. Hex color #E30815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30815 is #1CF7EA. Grayscale: #4B4B4B. Windows color (decimal): -1898475 or 1378531. OLE color: 1378531.
HSL color Cylindrical-coordinate representation of color #E30815: hue angle of 356.44º 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 #E30815 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 21 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.11 |
| HSL | 356.44º | 0.93% | 0.46% | - |
| HSV(B) | 356.44º | 0.96% | 0.89% | - |
| XYZ | 31.9 | 16.56 | 2.22 | - |
| YUV | 74.96 | 97.55 | 236.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 21 | 0 | 0.96 | 0.91 | 0.11 | 356.44 | 0.93 | 0.46 |
| Hex | E3 | 8 | 15 | 0 | 60 | 5B | B | 164 | 5D | 2E |
| Octal | 343 | 10 | 25 | 0 | 140 | 133 | 13 | 544 | 135 | 56 |
| Binary | 11100011 | 1000 | 10101 | 0 | 1100000 | 1011011 | 1011 | 101100100 | 1011101 | 101110 |
Color Harmonies of #E30815
Complementary color
Monochromatic Colors of #E30815
Black with #E30815
Text Example
Text Example
White with #E30815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30815; }
p { color: rgb(227,8,21); }
H1.HeaderClassName
{
color: #E30815;
}
.AnyTagClassName
{
color: #E30815;
}
</style>
background-color css
<style>
a { background-color: #E30815; }
a { background-color: rgb(227,8,21); }
div.DivClassName
{
background-color: #E30815;
}
.BgClassName
{
background-color: #E30815;
}
</style>
border-color css
<style>
span { border-color: #E30815; }
span { border-color: rgb(227,8,21); }
td.TdClassName
{
border-color: #E30815;
}
.TagClassName
{
border-color: #E30815;
}
</style>