Shades of Venetian Red #E5001F
Tints of Venetian Red #E5001F
RGB
CMYK
RGB Variations
Color information
#E5001F (or 0xE5001F) is known color: Venetian Red. HEX triplet: E5, 00 and 1F. RGB value is (229,0,31). Sum of RGB (Red+Green+Blue) = 229+0+31=260 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.08% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 229 - color contains mainly: red. Hex color #E5001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5001F is #1AFFE0. Grayscale: #484848. Windows color (decimal): -1769441 or 2031845. OLE color: 2031845.
HSL color Cylindrical-coordinate representation of color #E5001F: hue angle of 351.88º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5001F is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.86 | 0.10 |
| HSL | 351.88º | 1% | 0.45% | - |
| HSV(B) | 351.88º | 1% | 0.9% | - |
| XYZ | 32.56 | 16.76 | 2.81 | - |
| YUV | 72.01 | 104.87 | 239.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 31 | 0 | 1 | 0.86 | 0.10 | 351.88 | 1 | 0.45 |
| Hex | E5 | 0 | 1F | 0 | 64 | 56 | A | 160 | 64 | 2D |
| Octal | 345 | 0 | 37 | 0 | 144 | 126 | 12 | 540 | 144 | 55 |
| Binary | 11100101 | 0 | 11111 | 0 | 1100100 | 1010110 | 1010 | 101100000 | 1100100 | 101101 |
Color Harmonies of #E5001F
Complementary color
Monochromatic Colors of #E5001F
Black with #E5001F
Text Example
Text Example
White with #E5001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5001F; }
p { color: rgb(229,0,31); }
H1.HeaderClassName
{
color: #E5001F;
}
.AnyTagClassName
{
color: #E5001F;
}
</style>
background-color css
<style>
a { background-color: #E5001F; }
a { background-color: rgb(229,0,31); }
div.DivClassName
{
background-color: #E5001F;
}
.BgClassName
{
background-color: #E5001F;
}
</style>
border-color css
<style>
span { border-color: #E5001F; }
span { border-color: rgb(229,0,31); }
td.TdClassName
{
border-color: #E5001F;
}
.TagClassName
{
border-color: #E5001F;
}
</style>