Shades of Venetian Red #E0021C
Tints of Venetian Red #E0021C
RGB
CMYK
RGB Variations
Color information
#E0021C (or 0xE0021C) is known color: Venetian Red. HEX triplet: E0, 02 and 1C. RGB value is (224,2,28). Sum of RGB (Red+Green+Blue) = 224+2+28=254 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.19% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 224 - color contains mainly: red. Hex color #E0021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0021C is #1FFDE3. Grayscale: #474747. Windows color (decimal): -2096612 or 1835744. OLE color: 1835744.
HSL color Cylindrical-coordinate representation of color #E0021C: hue angle of 352.97º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0021C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.12 |
| HSL | 352.97º | 0.98% | 0.44% | - |
| HSV(B) | 352.97º | 0.99% | 0.88% | - |
| XYZ | 30.97 | 15.97 | 2.55 | - |
| YUV | 71.34 | 103.55 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 28 | 0 | 0.99 | 0.88 | 0.12 | 352.97 | 0.98 | 0.44 |
| Hex | E0 | 2 | 1C | 0 | 63 | 58 | C | 161 | 62 | 2C |
| Octal | 340 | 2 | 34 | 0 | 143 | 130 | 14 | 541 | 142 | 54 |
| Binary | 11100000 | 10 | 11100 | 0 | 1100011 | 1011000 | 1100 | 101100001 | 1100010 | 101100 |
Color Harmonies of #E0021C
Complementary color
Monochromatic Colors of #E0021C
Black with #E0021C
Text Example
Text Example
White with #E0021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0021C; }
p { color: rgb(224,2,28); }
H1.HeaderClassName
{
color: #E0021C;
}
.AnyTagClassName
{
color: #E0021C;
}
</style>
background-color css
<style>
a { background-color: #E0021C; }
a { background-color: rgb(224,2,28); }
div.DivClassName
{
background-color: #E0021C;
}
.BgClassName
{
background-color: #E0021C;
}
</style>
border-color css
<style>
span { border-color: #E0021C; }
span { border-color: rgb(224,2,28); }
td.TdClassName
{
border-color: #E0021C;
}
.TagClassName
{
border-color: #E0021C;
}
</style>