Shades of Venetian Red #E30015
Tints of Venetian Red #E30015
RGB
CMYK
RGB Variations
Color information
#E30015 (or 0xE30015) is known color: Venetian Red. HEX triplet: E3, 00 and 15. RGB value is (227,0,21). Sum of RGB (Red+Green+Blue) = 227+0+21=248 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.53% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 227 - color contains mainly: red. Hex color #E30015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30015 is #1CFFEA. Grayscale: #464646. Windows color (decimal): -1900523 or 1376483. OLE color: 1376483.
HSL color Cylindrical-coordinate representation of color #E30015: hue angle of 354.45º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30015 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.91 | 0.11 |
| HSL | 354.45º | 1% | 0.45% | - |
| HSV(B) | 354.45º | 1% | 0.89% | - |
| XYZ | 31.81 | 16.39 | 2.2 | - |
| YUV | 70.27 | 100.21 | 239.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 21 | 0 | 1 | 0.91 | 0.11 | 354.45 | 1 | 0.45 |
| Hex | E3 | 0 | 15 | 0 | 64 | 5B | B | 162 | 64 | 2D |
| Octal | 343 | 0 | 25 | 0 | 144 | 133 | 13 | 542 | 144 | 55 |
| Binary | 11100011 | 0 | 10101 | 0 | 1100100 | 1011011 | 1011 | 101100010 | 1100100 | 101101 |
Color Harmonies of #E30015
Complementary color
Monochromatic Colors of #E30015
Black with #E30015
Text Example
Text Example
White with #E30015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30015; }
p { color: rgb(227,0,21); }
H1.HeaderClassName
{
color: #E30015;
}
.AnyTagClassName
{
color: #E30015;
}
</style>
background-color css
<style>
a { background-color: #E30015; }
a { background-color: rgb(227,0,21); }
div.DivClassName
{
background-color: #E30015;
}
.BgClassName
{
background-color: #E30015;
}
</style>
border-color css
<style>
span { border-color: #E30015; }
span { border-color: rgb(227,0,21); }
td.TdClassName
{
border-color: #E30015;
}
.TagClassName
{
border-color: #E30015;
}
</style>