Shades of Venetian Red #E30111
Tints of Venetian Red #E30111
RGB
CMYK
RGB Variations
Color information
#E30111 (or 0xE30111) is known color: Venetian Red. HEX triplet: E3, 01 and 11. RGB value is (227,1,17). Sum of RGB (Red+Green+Blue) = 227+1+17=245 (32% of max value = 765). Red value is 227 (89.06% from 255 or 92.65% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 227 - color contains mainly: red. Hex color #E30111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30111 is #1CFEEE. Grayscale: #464646. Windows color (decimal): -1900271 or 1114595. OLE color: 1114595.
HSL color Cylindrical-coordinate representation of color #E30111: hue angle of 355.75º 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 #E30111 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 17 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.11 |
| HSL | 355.75º | 0.99% | 0.45% | - |
| HSV(B) | 355.75º | 1% | 0.89% | - |
| XYZ | 31.79 | 16.39 | 2.02 | - |
| YUV | 70.4 | 97.87 | 239.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 17 | 0 | 1.00 | 0.93 | 0.11 | 355.75 | 0.99 | 0.45 |
| Hex | E3 | 1 | 11 | 0 | 64 | 5D | B | 164 | 63 | 2D |
| Octal | 343 | 1 | 21 | 0 | 144 | 135 | 13 | 544 | 143 | 55 |
| Binary | 11100011 | 1 | 10001 | 0 | 1100100 | 1011101 | 1011 | 101100100 | 1100011 | 101101 |
Color Harmonies of #E30111
Complementary color
Monochromatic Colors of #E30111
Black with #E30111
Text Example
Text Example
White with #E30111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30111; }
p { color: rgb(227,1,17); }
H1.HeaderClassName
{
color: #E30111;
}
.AnyTagClassName
{
color: #E30111;
}
</style>
background-color css
<style>
a { background-color: #E30111; }
a { background-color: rgb(227,1,17); }
div.DivClassName
{
background-color: #E30111;
}
.BgClassName
{
background-color: #E30111;
}
</style>
border-color css
<style>
span { border-color: #E30111; }
span { border-color: rgb(227,1,17); }
td.TdClassName
{
border-color: #E30111;
}
.TagClassName
{
border-color: #E30111;
}
</style>