Shades of Venetian Red #E20912
Tints of Venetian Red #E20912
RGB
CMYK
RGB Variations
Color information
#E20912 (or 0xE20912) is known color: Venetian Red. HEX triplet: E2, 09 and 12. RGB value is (226,9,18). Sum of RGB (Red+Green+Blue) = 226+9+18=253 (33% of max value = 765). Red value is 226 (88.67% from 255 or 89.33% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 226 - color contains mainly: red. Hex color #E20912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20912 is #1DF6ED. Grayscale: #4B4B4B. Windows color (decimal): -1963758 or 1182178. OLE color: 1182178.
HSL color Cylindrical-coordinate representation of color #E20912: hue angle of 357.51º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20912 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 18 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.11 |
| HSL | 357.51º | 0.92% | 0.46% | - |
| HSV(B) | 357.51º | 0.96% | 0.89% | - |
| XYZ | 31.57 | 16.41 | 2.08 | - |
| YUV | 74.91 | 95.89 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 18 | 0 | 0.96 | 0.92 | 0.11 | 357.51 | 0.92 | 0.46 |
| Hex | E2 | 9 | 12 | 0 | 60 | 5C | B | 166 | 5C | 2E |
| Octal | 342 | 11 | 22 | 0 | 140 | 134 | 13 | 546 | 134 | 56 |
| Binary | 11100010 | 1001 | 10010 | 0 | 1100000 | 1011100 | 1011 | 101100110 | 1011100 | 101110 |
Color Harmonies of #E20912
Complementary color
Monochromatic Colors of #E20912
Black with #E20912
Text Example
Text Example
White with #E20912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20912; }
p { color: rgb(226,9,18); }
H1.HeaderClassName
{
color: #E20912;
}
.AnyTagClassName
{
color: #E20912;
}
</style>
background-color css
<style>
a { background-color: #E20912; }
a { background-color: rgb(226,9,18); }
div.DivClassName
{
background-color: #E20912;
}
.BgClassName
{
background-color: #E20912;
}
</style>
border-color css
<style>
span { border-color: #E20912; }
span { border-color: rgb(226,9,18); }
td.TdClassName
{
border-color: #E20912;
}
.TagClassName
{
border-color: #E20912;
}
</style>