Shades of Venetian Red #E3040B
Tints of Venetian Red #E3040B
RGB
CMYK
RGB Variations
Color information
#E3040B (or 0xE3040B) is known color: Venetian Red. HEX triplet: E3, 04 and 0B. RGB value is (227,4,11). Sum of RGB (Red+Green+Blue) = 227+4+11=242 (32% of max value = 765). Red value is 227 (89.06% from 255 or 93.80% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 227 - color contains mainly: red. Hex color #E3040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3040B is #1CFBF4. Grayscale: #474747. Windows color (decimal): -1899509 or 722147. OLE color: 722147.
HSL color Cylindrical-coordinate representation of color #E3040B: hue angle of 358.12º 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 #E3040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.11 |
| HSL | 358.12º | 0.97% | 0.45% | - |
| HSV(B) | 358.12º | 0.98% | 0.89% | - |
| XYZ | 31.78 | 16.44 | 1.82 | - |
| YUV | 71.48 | 93.88 | 238.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 11 | 0 | 0.98 | 0.95 | 0.11 | 358.12 | 0.97 | 0.45 |
| Hex | E3 | 4 | B | 0 | 62 | 5F | B | 166 | 61 | 2D |
| Octal | 343 | 4 | 13 | 0 | 142 | 137 | 13 | 546 | 141 | 55 |
| Binary | 11100011 | 100 | 1011 | 0 | 1100010 | 1011111 | 1011 | 101100110 | 1100001 | 101101 |
Color Harmonies of #E3040B
Complementary color
Monochromatic Colors of #E3040B
Black with #E3040B
Text Example
Text Example
White with #E3040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3040B; }
p { color: rgb(227,4,11); }
H1.HeaderClassName
{
color: #E3040B;
}
.AnyTagClassName
{
color: #E3040B;
}
</style>
background-color css
<style>
a { background-color: #E3040B; }
a { background-color: rgb(227,4,11); }
div.DivClassName
{
background-color: #E3040B;
}
.BgClassName
{
background-color: #E3040B;
}
</style>
border-color css
<style>
span { border-color: #E3040B; }
span { border-color: rgb(227,4,11); }
td.TdClassName
{
border-color: #E3040B;
}
.TagClassName
{
border-color: #E3040B;
}
</style>