Shades of Venetian Red #E4021B
Tints of Venetian Red #E4021B
RGB
CMYK
RGB Variations
Color information
#E4021B (or 0xE4021B) is known color: Venetian Red. HEX triplet: E4, 02 and 1B. RGB value is (228,2,27). Sum of RGB (Red+Green+Blue) = 228+2+27=257 (34% of max value = 765). Red value is 228 (89.45% from 255 or 88.72% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 228 - color contains mainly: red. Hex color #E4021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4021B is #1BFDE4. Grayscale: #484848. Windows color (decimal): -1834469 or 1770212. OLE color: 1770212.
HSL color Cylindrical-coordinate representation of color #E4021B: hue angle of 353.36º 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 #E4021B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.11 |
| HSL | 353.36º | 0.98% | 0.45% | - |
| HSV(B) | 353.36º | 0.99% | 0.89% | - |
| XYZ | 32.21 | 16.62 | 2.55 | - |
| YUV | 72.42 | 102.37 | 238.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 27 | 0 | 0.99 | 0.88 | 0.11 | 353.36 | 0.98 | 0.45 |
| Hex | E4 | 2 | 1B | 0 | 63 | 58 | B | 161 | 62 | 2D |
| Octal | 344 | 2 | 33 | 0 | 143 | 130 | 13 | 541 | 142 | 55 |
| Binary | 11100100 | 10 | 11011 | 0 | 1100011 | 1011000 | 1011 | 101100001 | 1100010 | 101101 |
Color Harmonies of #E4021B
Complementary color
Monochromatic Colors of #E4021B
Black with #E4021B
Text Example
Text Example
White with #E4021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4021B; }
p { color: rgb(228,2,27); }
H1.HeaderClassName
{
color: #E4021B;
}
.AnyTagClassName
{
color: #E4021B;
}
</style>
background-color css
<style>
a { background-color: #E4021B; }
a { background-color: rgb(228,2,27); }
div.DivClassName
{
background-color: #E4021B;
}
.BgClassName
{
background-color: #E4021B;
}
</style>
border-color css
<style>
span { border-color: #E4021B; }
span { border-color: rgb(228,2,27); }
td.TdClassName
{
border-color: #E4021B;
}
.TagClassName
{
border-color: #E4021B;
}
</style>