Shades of Venetian Red #E3011F
Tints of Venetian Red #E3011F
RGB
CMYK
RGB Variations
Color information
#E3011F (or 0xE3011F) is known color: Venetian Red. HEX triplet: E3, 01 and 1F. RGB value is (227,1,31). Sum of RGB (Red+Green+Blue) = 227+1+31=259 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.64% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 227 - color contains mainly: red. Hex color #E3011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3011F is #1CFEE0. Grayscale: #484848. Windows color (decimal): -1900257 or 2032099. OLE color: 2032099.
HSL color Cylindrical-coordinate representation of color #E3011F: hue angle of 352.04º 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 #E3011F is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.11 |
| HSL | 352.04º | 0.99% | 0.45% | - |
| HSV(B) | 352.04º | 1% | 0.89% | - |
| XYZ | 31.94 | 16.45 | 2.79 | - |
| YUV | 71.99 | 104.87 | 238.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 31 | 0 | 1.00 | 0.86 | 0.11 | 352.04 | 0.99 | 0.45 |
| Hex | E3 | 1 | 1F | 0 | 64 | 56 | B | 160 | 63 | 2D |
| Octal | 343 | 1 | 37 | 0 | 144 | 126 | 13 | 540 | 143 | 55 |
| Binary | 11100011 | 1 | 11111 | 0 | 1100100 | 1010110 | 1011 | 101100000 | 1100011 | 101101 |
Color Harmonies of #E3011F
Complementary color
Monochromatic Colors of #E3011F
Black with #E3011F
Text Example
Text Example
White with #E3011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3011F; }
p { color: rgb(227,1,31); }
H1.HeaderClassName
{
color: #E3011F;
}
.AnyTagClassName
{
color: #E3011F;
}
</style>
background-color css
<style>
a { background-color: #E3011F; }
a { background-color: rgb(227,1,31); }
div.DivClassName
{
background-color: #E3011F;
}
.BgClassName
{
background-color: #E3011F;
}
</style>
border-color css
<style>
span { border-color: #E3011F; }
span { border-color: rgb(227,1,31); }
td.TdClassName
{
border-color: #E3011F;
}
.TagClassName
{
border-color: #E3011F;
}
</style>