Shades of Venetian Red #E2040A
Tints of Venetian Red #E2040A
RGB
CMYK
RGB Variations
Color information
#E2040A (or 0xE2040A) is known color: Venetian Red. HEX triplet: E2, 04 and 0A. RGB value is (226,4,10). Sum of RGB (Red+Green+Blue) = 226+4+10=240 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.17% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 226 - color contains mainly: red. Hex color #E2040A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2040A is #1DFBF5. Grayscale: #474747. Windows color (decimal): -1965046 or 656610. OLE color: 656610.
HSL color Cylindrical-coordinate representation of color #E2040A: hue angle of 358.38º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2040A is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 10 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.11 |
| HSL | 358.38º | 0.97% | 0.45% | - |
| HSV(B) | 358.38º | 0.98% | 0.89% | - |
| XYZ | 31.46 | 16.28 | 1.77 | - |
| YUV | 71.06 | 93.55 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 10 | 0 | 0.98 | 0.96 | 0.11 | 358.38 | 0.97 | 0.45 |
| Hex | E2 | 4 | A | 0 | 62 | 60 | B | 166 | 61 | 2D |
| Octal | 342 | 4 | 12 | 0 | 142 | 140 | 13 | 546 | 141 | 55 |
| Binary | 11100010 | 100 | 1010 | 0 | 1100010 | 1100000 | 1011 | 101100110 | 1100001 | 101101 |
Color Harmonies of #E2040A
Complementary color
Monochromatic Colors of #E2040A
Black with #E2040A
Text Example
Text Example
White with #E2040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2040A; }
p { color: rgb(226,4,10); }
H1.HeaderClassName
{
color: #E2040A;
}
.AnyTagClassName
{
color: #E2040A;
}
</style>
background-color css
<style>
a { background-color: #E2040A; }
a { background-color: rgb(226,4,10); }
div.DivClassName
{
background-color: #E2040A;
}
.BgClassName
{
background-color: #E2040A;
}
</style>
border-color css
<style>
span { border-color: #E2040A; }
span { border-color: rgb(226,4,10); }
td.TdClassName
{
border-color: #E2040A;
}
.TagClassName
{
border-color: #E2040A;
}
</style>