Shades of Venetian Red #E2020F
Tints of Venetian Red #E2020F
RGB
CMYK
RGB Variations
Color information
#E2020F (or 0xE2020F) is known color: Venetian Red. HEX triplet: E2, 02 and 0F. RGB value is (226,2,15). Sum of RGB (Red+Green+Blue) = 226+2+15=243 (32% of max value = 765). Red value is 226 (88.67% from 255 or 93.00% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 226 - color contains mainly: red. Hex color #E2020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2020F is #1DFDF0. Grayscale: #464646. Windows color (decimal): -1965553 or 983778. OLE color: 983778.
HSL color Cylindrical-coordinate representation of color #E2020F: hue angle of 356.52º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2020F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.11 |
| HSL | 356.52º | 0.98% | 0.45% | - |
| HSV(B) | 356.52º | 0.99% | 0.89% | - |
| XYZ | 31.47 | 16.25 | 1.93 | - |
| YUV | 70.46 | 96.71 | 238.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 15 | 0 | 0.99 | 0.93 | 0.11 | 356.52 | 0.98 | 0.45 |
| Hex | E2 | 2 | F | 0 | 63 | 5D | B | 165 | 62 | 2D |
| Octal | 342 | 2 | 17 | 0 | 143 | 135 | 13 | 545 | 142 | 55 |
| Binary | 11100010 | 10 | 1111 | 0 | 1100011 | 1011101 | 1011 | 101100101 | 1100010 | 101101 |
Color Harmonies of #E2020F
Complementary color
Monochromatic Colors of #E2020F
Black with #E2020F
Text Example
Text Example
White with #E2020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2020F; }
p { color: rgb(226,2,15); }
H1.HeaderClassName
{
color: #E2020F;
}
.AnyTagClassName
{
color: #E2020F;
}
</style>
background-color css
<style>
a { background-color: #E2020F; }
a { background-color: rgb(226,2,15); }
div.DivClassName
{
background-color: #E2020F;
}
.BgClassName
{
background-color: #E2020F;
}
</style>
border-color css
<style>
span { border-color: #E2020F; }
span { border-color: rgb(226,2,15); }
td.TdClassName
{
border-color: #E2020F;
}
.TagClassName
{
border-color: #E2020F;
}
</style>