Shades of Venetian Red #E2040B
Tints of Venetian Red #E2040B
RGB
CMYK
RGB Variations
Color information
#E2040B (or 0xE2040B) is known color: Venetian Red. HEX triplet: E2, 04 and 0B. RGB value is (226,4,11). Sum of RGB (Red+Green+Blue) = 226+4+11=241 (31% of max value = 765). Red value is 226 (88.67% from 255 or 93.78% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 226 - color contains mainly: red. Hex color #E2040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2040B is #1DFBF4. Grayscale: #474747. Windows color (decimal): -1965045 or 722146. OLE color: 722146.
HSL color Cylindrical-coordinate representation of color #E2040B: hue angle of 358.11º 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 #E2040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.11 |
| HSL | 358.11º | 0.97% | 0.45% | - |
| HSV(B) | 358.11º | 0.98% | 0.89% | - |
| XYZ | 31.47 | 16.28 | 1.8 | - |
| YUV | 71.18 | 94.05 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 11 | 0 | 0.98 | 0.95 | 0.11 | 358.11 | 0.97 | 0.45 |
| Hex | E2 | 4 | B | 0 | 62 | 5F | B | 166 | 61 | 2D |
| Octal | 342 | 4 | 13 | 0 | 142 | 137 | 13 | 546 | 141 | 55 |
| Binary | 11100010 | 100 | 1011 | 0 | 1100010 | 1011111 | 1011 | 101100110 | 1100001 | 101101 |
Color Harmonies of #E2040B
Complementary color
Monochromatic Colors of #E2040B
Black with #E2040B
Text Example
Text Example
White with #E2040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2040B; }
p { color: rgb(226,4,11); }
H1.HeaderClassName
{
color: #E2040B;
}
.AnyTagClassName
{
color: #E2040B;
}
</style>
background-color css
<style>
a { background-color: #E2040B; }
a { background-color: rgb(226,4,11); }
div.DivClassName
{
background-color: #E2040B;
}
.BgClassName
{
background-color: #E2040B;
}
</style>
border-color css
<style>
span { border-color: #E2040B; }
span { border-color: rgb(226,4,11); }
td.TdClassName
{
border-color: #E2040B;
}
.TagClassName
{
border-color: #E2040B;
}
</style>