Shades of Venetian Red #E2021B
Tints of Venetian Red #E2021B
RGB
CMYK
RGB Variations
Color information
#E2021B (or 0xE2021B) is known color: Venetian Red. HEX triplet: E2, 02 and 1B. RGB value is (226,2,27). Sum of RGB (Red+Green+Blue) = 226+2+27=255 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.63% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 226 - color contains mainly: red. Hex color #E2021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2021B is #1DFDE4. Grayscale: #474747. Windows color (decimal): -1965541 or 1770210. OLE color: 1770210.
HSL color Cylindrical-coordinate representation of color #E2021B: hue angle of 353.3º 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 #E2021B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.11 |
| HSL | 353.3º | 0.98% | 0.45% | - |
| HSV(B) | 353.3º | 0.99% | 0.89% | - |
| XYZ | 31.58 | 16.29 | 2.52 | - |
| YUV | 71.83 | 102.71 | 237.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 27 | 0 | 0.99 | 0.88 | 0.11 | 353.3 | 0.98 | 0.45 |
| Hex | E2 | 2 | 1B | 0 | 63 | 58 | B | 161 | 62 | 2D |
| Octal | 342 | 2 | 33 | 0 | 143 | 130 | 13 | 541 | 142 | 55 |
| Binary | 11100010 | 10 | 11011 | 0 | 1100011 | 1011000 | 1011 | 101100001 | 1100010 | 101101 |
Color Harmonies of #E2021B
Complementary color
Monochromatic Colors of #E2021B
Black with #E2021B
Text Example
Text Example
White with #E2021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2021B; }
p { color: rgb(226,2,27); }
H1.HeaderClassName
{
color: #E2021B;
}
.AnyTagClassName
{
color: #E2021B;
}
</style>
background-color css
<style>
a { background-color: #E2021B; }
a { background-color: rgb(226,2,27); }
div.DivClassName
{
background-color: #E2021B;
}
.BgClassName
{
background-color: #E2021B;
}
</style>
border-color css
<style>
span { border-color: #E2021B; }
span { border-color: rgb(226,2,27); }
td.TdClassName
{
border-color: #E2021B;
}
.TagClassName
{
border-color: #E2021B;
}
</style>