Shades of Venetian Red #E2021F
Tints of Venetian Red #E2021F
RGB
CMYK
RGB Variations
Color information
#E2021F (or 0xE2021F) is known color: Venetian Red. HEX triplet: E2, 02 and 1F. RGB value is (226,2,31). Sum of RGB (Red+Green+Blue) = 226+2+31=259 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.26% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 226 - color contains mainly: red. Hex color #E2021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2021F is #1DFDE0. Grayscale: #484848. Windows color (decimal): -1965537 or 2032354. OLE color: 2032354.
HSL color Cylindrical-coordinate representation of color #E2021F: hue angle of 352.23º 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 #E2021F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.11 |
| HSL | 352.23º | 0.98% | 0.45% | - |
| HSV(B) | 352.23º | 0.99% | 0.89% | - |
| XYZ | 31.63 | 16.31 | 2.78 | - |
| YUV | 72.28 | 104.71 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 31 | 0 | 0.99 | 0.86 | 0.11 | 352.23 | 0.98 | 0.45 |
| Hex | E2 | 2 | 1F | 0 | 63 | 56 | B | 160 | 62 | 2D |
| Octal | 342 | 2 | 37 | 0 | 143 | 126 | 13 | 540 | 142 | 55 |
| Binary | 11100010 | 10 | 11111 | 0 | 1100011 | 1010110 | 1011 | 101100000 | 1100010 | 101101 |
Color Harmonies of #E2021F
Complementary color
Monochromatic Colors of #E2021F
Black with #E2021F
Text Example
Text Example
White with #E2021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2021F; }
p { color: rgb(226,2,31); }
H1.HeaderClassName
{
color: #E2021F;
}
.AnyTagClassName
{
color: #E2021F;
}
</style>
background-color css
<style>
a { background-color: #E2021F; }
a { background-color: rgb(226,2,31); }
div.DivClassName
{
background-color: #E2021F;
}
.BgClassName
{
background-color: #E2021F;
}
</style>
border-color css
<style>
span { border-color: #E2021F; }
span { border-color: rgb(226,2,31); }
td.TdClassName
{
border-color: #E2021F;
}
.TagClassName
{
border-color: #E2021F;
}
</style>