Shades of Venetian Red #E2080F
Tints of Venetian Red #E2080F
RGB
CMYK
RGB Variations
Color information
#E2080F (or 0xE2080F) is known color: Venetian Red. HEX triplet: E2, 08 and 0F. RGB value is (226,8,15). Sum of RGB (Red+Green+Blue) = 226+8+15=249 (32% of max value = 765). Red value is 226 (88.67% from 255 or 90.76% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 226 - color contains mainly: red. Hex color #E2080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2080F is #1DF7F0. Grayscale: #4A4A4A. Windows color (decimal): -1964017 or 985314. OLE color: 985314.
HSL color Cylindrical-coordinate representation of color #E2080F: hue angle of 358.07º degrees, saturation: 0.93, 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 #E2080F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 15 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.11 |
| HSL | 358.07º | 0.93% | 0.46% | - |
| HSV(B) | 358.07º | 0.96% | 0.89% | - |
| XYZ | 31.54 | 16.38 | 1.95 | - |
| YUV | 73.98 | 94.72 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 15 | 0 | 0.96 | 0.93 | 0.11 | 358.07 | 0.93 | 0.46 |
| Hex | E2 | 8 | F | 0 | 60 | 5D | B | 166 | 5D | 2E |
| Octal | 342 | 10 | 17 | 0 | 140 | 135 | 13 | 546 | 135 | 56 |
| Binary | 11100010 | 1000 | 1111 | 0 | 1100000 | 1011101 | 1011 | 101100110 | 1011101 | 101110 |
Color Harmonies of #E2080F
Complementary color
Monochromatic Colors of #E2080F
Black with #E2080F
Text Example
Text Example
White with #E2080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2080F; }
p { color: rgb(226,8,15); }
H1.HeaderClassName
{
color: #E2080F;
}
.AnyTagClassName
{
color: #E2080F;
}
</style>
background-color css
<style>
a { background-color: #E2080F; }
a { background-color: rgb(226,8,15); }
div.DivClassName
{
background-color: #E2080F;
}
.BgClassName
{
background-color: #E2080F;
}
</style>
border-color css
<style>
span { border-color: #E2080F; }
span { border-color: rgb(226,8,15); }
td.TdClassName
{
border-color: #E2080F;
}
.TagClassName
{
border-color: #E2080F;
}
</style>