Shades of Venetian Red #E3001F
Tints of Venetian Red #E3001F
RGB
CMYK
RGB Variations
Color information
#E3001F (or 0xE3001F) is known color: Venetian Red. HEX triplet: E3, 00 and 1F. RGB value is (227,0,31). Sum of RGB (Red+Green+Blue) = 227+0+31=258 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.98% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 227 - color contains mainly: red. Hex color #E3001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3001F is #1CFFE0. Grayscale: #474747. Windows color (decimal): -1900513 or 2031843. OLE color: 2031843.
HSL color Cylindrical-coordinate representation of color #E3001F: hue angle of 351.81º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3001F is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.86 | 0.11 |
| HSL | 351.81º | 1% | 0.45% | - |
| HSV(B) | 351.81º | 1% | 0.89% | - |
| XYZ | 31.93 | 16.43 | 2.78 | - |
| YUV | 71.41 | 105.21 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 31 | 0 | 1 | 0.86 | 0.11 | 351.81 | 1 | 0.45 |
| Hex | E3 | 0 | 1F | 0 | 64 | 56 | B | 160 | 64 | 2D |
| Octal | 343 | 0 | 37 | 0 | 144 | 126 | 13 | 540 | 144 | 55 |
| Binary | 11100011 | 0 | 11111 | 0 | 1100100 | 1010110 | 1011 | 101100000 | 1100100 | 101101 |
Color Harmonies of #E3001F
Complementary color
Monochromatic Colors of #E3001F
Black with #E3001F
Text Example
Text Example
White with #E3001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3001F; }
p { color: rgb(227,0,31); }
H1.HeaderClassName
{
color: #E3001F;
}
.AnyTagClassName
{
color: #E3001F;
}
</style>
background-color css
<style>
a { background-color: #E3001F; }
a { background-color: rgb(227,0,31); }
div.DivClassName
{
background-color: #E3001F;
}
.BgClassName
{
background-color: #E3001F;
}
</style>
border-color css
<style>
span { border-color: #E3001F; }
span { border-color: rgb(227,0,31); }
td.TdClassName
{
border-color: #E3001F;
}
.TagClassName
{
border-color: #E3001F;
}
</style>