Shades of Venetian Red #E20002
Tints of Venetian Red #E20002
RGB
CMYK
RGB Variations
Color information
#E20002 (or 0xE20002) is known color: Venetian Red. HEX triplet: E2, 00 and 02. RGB value is (226,0,2). Sum of RGB (Red+Green+Blue) = 226+0+2=228 (30% of max value = 765). Red value is 226 (88.67% from 255 or 99.12% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 226 - color contains mainly: red. Hex color #E20002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20002 is #1DFFFD. Grayscale: #444444. Windows color (decimal): -1966078 or 131298. OLE color: 131298.
HSL color Cylindrical-coordinate representation of color #E20002: hue angle of 359.47º 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 #E20002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.11 |
| HSL | 359.47º | 1% | 0.44% | - |
| HSV(B) | 359.47º | 1% | 0.89% | - |
| XYZ | 31.37 | 16.17 | 1.53 | - |
| YUV | 67.8 | 90.87 | 240.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 2 | 0 | 1 | 0.99 | 0.11 | 359.47 | 1 | 0.44 |
| Hex | E2 | 0 | 2 | 0 | 64 | 63 | B | 167 | 64 | 2C |
| Octal | 342 | 0 | 2 | 0 | 144 | 143 | 13 | 547 | 144 | 54 |
| Binary | 11100010 | 0 | 10 | 0 | 1100100 | 1100011 | 1011 | 101100111 | 1100100 | 101100 |
Color Harmonies of #E20002
Complementary color
Monochromatic Colors of #E20002
Black with #E20002
Text Example
Text Example
White with #E20002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20002; }
p { color: rgb(226,0,2); }
H1.HeaderClassName
{
color: #E20002;
}
.AnyTagClassName
{
color: #E20002;
}
</style>
background-color css
<style>
a { background-color: #E20002; }
a { background-color: rgb(226,0,2); }
div.DivClassName
{
background-color: #E20002;
}
.BgClassName
{
background-color: #E20002;
}
</style>
border-color css
<style>
span { border-color: #E20002; }
span { border-color: rgb(226,0,2); }
td.TdClassName
{
border-color: #E20002;
}
.TagClassName
{
border-color: #E20002;
}
</style>