Shades of Venetian Red #E30A11
Tints of Venetian Red #E30A11
RGB
CMYK
RGB Variations
Color information
#E30A11 (or 0xE30A11) is known color: Venetian Red. HEX triplet: E3, 0A and 11. RGB value is (227,10,17). Sum of RGB (Red+Green+Blue) = 227+10+17=254 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.37% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30A11 is #1CF5EE. Grayscale: #4B4B4B. Windows color (decimal): -1897967 or 1116899. OLE color: 1116899.
HSL color Cylindrical-coordinate representation of color #E30A11: hue angle of 358.06º degrees, saturation: 0.92, 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 #E30A11 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 17 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.11 |
| HSL | 358.06º | 0.92% | 0.46% | - |
| HSV(B) | 358.06º | 0.96% | 0.89% | - |
| XYZ | 31.89 | 16.59 | 2.05 | - |
| YUV | 75.68 | 94.89 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 17 | 0 | 0.96 | 0.93 | 0.11 | 358.06 | 0.92 | 0.46 |
| Hex | E3 | A | 11 | 0 | 60 | 5D | B | 166 | 5C | 2E |
| Octal | 343 | 12 | 21 | 0 | 140 | 135 | 13 | 546 | 134 | 56 |
| Binary | 11100011 | 1010 | 10001 | 0 | 1100000 | 1011101 | 1011 | 101100110 | 1011100 | 101110 |
Color Harmonies of #E30A11
Complementary color
Monochromatic Colors of #E30A11
Black with #E30A11
Text Example
Text Example
White with #E30A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30A11; }
p { color: rgb(227,10,17); }
H1.HeaderClassName
{
color: #E30A11;
}
.AnyTagClassName
{
color: #E30A11;
}
</style>
background-color css
<style>
a { background-color: #E30A11; }
a { background-color: rgb(227,10,17); }
div.DivClassName
{
background-color: #E30A11;
}
.BgClassName
{
background-color: #E30A11;
}
</style>
border-color css
<style>
span { border-color: #E30A11; }
span { border-color: rgb(227,10,17); }
td.TdClassName
{
border-color: #E30A11;
}
.TagClassName
{
border-color: #E30A11;
}
</style>