Shades of Venetian Red #E30311
Tints of Venetian Red #E30311
RGB
CMYK
RGB Variations
Color information
#E30311 (or 0xE30311) is known color: Venetian Red. HEX triplet: E3, 03 and 11. RGB value is (227,3,17). Sum of RGB (Red+Green+Blue) = 227+3+17=247 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.90% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 227 - color contains mainly: red. Hex color #E30311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30311 is #1CFCEE. Grayscale: #474747. Windows color (decimal): -1899759 or 1115107. OLE color: 1115107.
HSL color Cylindrical-coordinate representation of color #E30311: hue angle of 356.25º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30311 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 17 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.11 |
| HSL | 356.25º | 0.97% | 0.45% | - |
| HSV(B) | 356.25º | 0.99% | 0.89% | - |
| XYZ | 31.81 | 16.44 | 2.03 | - |
| YUV | 71.57 | 97.21 | 238.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 17 | 0 | 0.99 | 0.93 | 0.11 | 356.25 | 0.97 | 0.45 |
| Hex | E3 | 3 | 11 | 0 | 63 | 5D | B | 164 | 61 | 2D |
| Octal | 343 | 3 | 21 | 0 | 143 | 135 | 13 | 544 | 141 | 55 |
| Binary | 11100011 | 11 | 10001 | 0 | 1100011 | 1011101 | 1011 | 101100100 | 1100001 | 101101 |
Color Harmonies of #E30311
Complementary color
Monochromatic Colors of #E30311
Black with #E30311
Text Example
Text Example
White with #E30311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30311; }
p { color: rgb(227,3,17); }
H1.HeaderClassName
{
color: #E30311;
}
.AnyTagClassName
{
color: #E30311;
}
</style>
background-color css
<style>
a { background-color: #E30311; }
a { background-color: rgb(227,3,17); }
div.DivClassName
{
background-color: #E30311;
}
.BgClassName
{
background-color: #E30311;
}
</style>
border-color css
<style>
span { border-color: #E30311; }
span { border-color: rgb(227,3,17); }
td.TdClassName
{
border-color: #E30311;
}
.TagClassName
{
border-color: #E30311;
}
</style>