Shades of Venetian Red #E2001B
Tints of Venetian Red #E2001B
RGB
CMYK
RGB Variations
Color information
#E2001B (or 0xE2001B) is known color: Venetian Red. HEX triplet: E2, 00 and 1B. RGB value is (226,0,27). Sum of RGB (Red+Green+Blue) = 226+0+27=253 (33% of max value = 765). Red value is 226 (88.67% from 255 or 89.33% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 226 - color contains mainly: red. Hex color #E2001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2001B is #1DFFE4. Grayscale: #464646. Windows color (decimal): -1966053 or 1769698. OLE color: 1769698.
HSL color Cylindrical-coordinate representation of color #E2001B: hue angle of 352.83º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2001B is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.88 | 0.11 |
| HSL | 352.83º | 1% | 0.44% | - |
| HSV(B) | 352.83º | 1% | 0.89% | - |
| XYZ | 31.56 | 16.25 | 2.51 | - |
| YUV | 70.65 | 103.37 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 27 | 0 | 1 | 0.88 | 0.11 | 352.83 | 1 | 0.44 |
| Hex | E2 | 0 | 1B | 0 | 64 | 58 | B | 161 | 64 | 2C |
| Octal | 342 | 0 | 33 | 0 | 144 | 130 | 13 | 541 | 144 | 54 |
| Binary | 11100010 | 0 | 11011 | 0 | 1100100 | 1011000 | 1011 | 101100001 | 1100100 | 101100 |
Color Harmonies of #E2001B
Complementary color
Monochromatic Colors of #E2001B
Black with #E2001B
Text Example
Text Example
White with #E2001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2001B; }
p { color: rgb(226,0,27); }
H1.HeaderClassName
{
color: #E2001B;
}
.AnyTagClassName
{
color: #E2001B;
}
</style>
background-color css
<style>
a { background-color: #E2001B; }
a { background-color: rgb(226,0,27); }
div.DivClassName
{
background-color: #E2001B;
}
.BgClassName
{
background-color: #E2001B;
}
</style>
border-color css
<style>
span { border-color: #E2001B; }
span { border-color: rgb(226,0,27); }
td.TdClassName
{
border-color: #E2001B;
}
.TagClassName
{
border-color: #E2001B;
}
</style>