Shades of Venetian Red #E2001D
Tints of Venetian Red #E2001D
RGB
CMYK
RGB Variations
Color information
#E2001D (or 0xE2001D) is known color: Venetian Red. HEX triplet: E2, 00 and 1D. RGB value is (226,0,29). Sum of RGB (Red+Green+Blue) = 226+0+29=255 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.63% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 226 - color contains mainly: red. Hex color #E2001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2001D is #1DFFE2. Grayscale: #464646. Windows color (decimal): -1966051 or 1900770. OLE color: 1900770.
HSL color Cylindrical-coordinate representation of color #E2001D: hue angle of 352.3º 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 #E2001D is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.87 | 0.11 |
| HSL | 352.3º | 1% | 0.44% | - |
| HSV(B) | 352.3º | 1% | 0.89% | - |
| XYZ | 31.59 | 16.26 | 2.64 | - |
| YUV | 70.88 | 104.37 | 238.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 29 | 0 | 1 | 0.87 | 0.11 | 352.3 | 1 | 0.44 |
| Hex | E2 | 0 | 1D | 0 | 64 | 57 | B | 160 | 64 | 2C |
| Octal | 342 | 0 | 35 | 0 | 144 | 127 | 13 | 540 | 144 | 54 |
| Binary | 11100010 | 0 | 11101 | 0 | 1100100 | 1010111 | 1011 | 101100000 | 1100100 | 101100 |
Color Harmonies of #E2001D
Complementary color
Monochromatic Colors of #E2001D
Black with #E2001D
Text Example
Text Example
White with #E2001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2001D; }
p { color: rgb(226,0,29); }
H1.HeaderClassName
{
color: #E2001D;
}
.AnyTagClassName
{
color: #E2001D;
}
</style>
background-color css
<style>
a { background-color: #E2001D; }
a { background-color: rgb(226,0,29); }
div.DivClassName
{
background-color: #E2001D;
}
.BgClassName
{
background-color: #E2001D;
}
</style>
border-color css
<style>
span { border-color: #E2001D; }
span { border-color: rgb(226,0,29); }
td.TdClassName
{
border-color: #E2001D;
}
.TagClassName
{
border-color: #E2001D;
}
</style>