Shades of Venetian Red #E2010C
Tints of Venetian Red #E2010C
RGB
CMYK
RGB Variations
Color information
#E2010C (or 0xE2010C) is known color: Venetian Red. HEX triplet: E2, 01 and 0C. RGB value is (226,1,12). Sum of RGB (Red+Green+Blue) = 226+1+12=239 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.56% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 226 - color contains mainly: red. Hex color #E2010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2010C is #1DFEF3. Grayscale: #454545. Windows color (decimal): -1965812 or 786914. OLE color: 786914.
HSL color Cylindrical-coordinate representation of color #E2010C: hue angle of 357.07º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2010C is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 12 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.11 |
| HSL | 357.07º | 0.99% | 0.45% | - |
| HSV(B) | 357.07º | 1% | 0.89% | - |
| XYZ | 31.44 | 16.22 | 1.82 | - |
| YUV | 69.53 | 95.54 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 12 | 0 | 1.00 | 0.95 | 0.11 | 357.07 | 0.99 | 0.45 |
| Hex | E2 | 1 | C | 0 | 64 | 5F | B | 165 | 63 | 2D |
| Octal | 342 | 1 | 14 | 0 | 144 | 137 | 13 | 545 | 143 | 55 |
| Binary | 11100010 | 1 | 1100 | 0 | 1100100 | 1011111 | 1011 | 101100101 | 1100011 | 101101 |
Color Harmonies of #E2010C
Complementary color
Monochromatic Colors of #E2010C
Black with #E2010C
Text Example
Text Example
White with #E2010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2010C; }
p { color: rgb(226,1,12); }
H1.HeaderClassName
{
color: #E2010C;
}
.AnyTagClassName
{
color: #E2010C;
}
</style>
background-color css
<style>
a { background-color: #E2010C; }
a { background-color: rgb(226,1,12); }
div.DivClassName
{
background-color: #E2010C;
}
.BgClassName
{
background-color: #E2010C;
}
</style>
border-color css
<style>
span { border-color: #E2010C; }
span { border-color: rgb(226,1,12); }
td.TdClassName
{
border-color: #E2010C;
}
.TagClassName
{
border-color: #E2010C;
}
</style>