Shades of Venetian Red #E30115
Tints of Venetian Red #E30115
RGB
CMYK
RGB Variations
Color information
#E30115 (or 0xE30115) is known color: Venetian Red. HEX triplet: E3, 01 and 15. RGB value is (227,1,21). Sum of RGB (Red+Green+Blue) = 227+1+21=249 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.16% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 227 - color contains mainly: red. Hex color #E30115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30115 is #1CFEEA. Grayscale: #474747. Windows color (decimal): -1900267 or 1376739. OLE color: 1376739.
HSL color Cylindrical-coordinate representation of color #E30115: hue angle of 354.69º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30115 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 21 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.11 |
| HSL | 354.69º | 0.99% | 0.45% | - |
| HSV(B) | 354.69º | 1% | 0.89% | - |
| XYZ | 31.82 | 16.41 | 2.2 | - |
| YUV | 70.85 | 99.87 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 21 | 0 | 1.00 | 0.91 | 0.11 | 354.69 | 0.99 | 0.45 |
| Hex | E3 | 1 | 15 | 0 | 64 | 5B | B | 163 | 63 | 2D |
| Octal | 343 | 1 | 25 | 0 | 144 | 133 | 13 | 543 | 143 | 55 |
| Binary | 11100011 | 1 | 10101 | 0 | 1100100 | 1011011 | 1011 | 101100011 | 1100011 | 101101 |
Color Harmonies of #E30115
Complementary color
Monochromatic Colors of #E30115
Black with #E30115
Text Example
Text Example
White with #E30115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30115; }
p { color: rgb(227,1,21); }
H1.HeaderClassName
{
color: #E30115;
}
.AnyTagClassName
{
color: #E30115;
}
</style>
background-color css
<style>
a { background-color: #E30115; }
a { background-color: rgb(227,1,21); }
div.DivClassName
{
background-color: #E30115;
}
.BgClassName
{
background-color: #E30115;
}
</style>
border-color css
<style>
span { border-color: #E30115; }
span { border-color: rgb(227,1,21); }
td.TdClassName
{
border-color: #E30115;
}
.TagClassName
{
border-color: #E30115;
}
</style>