Shades of Venetian Red #E7040C
Tints of Venetian Red #E7040C
RGB
CMYK
RGB Variations
Color information
#E7040C (or 0xE7040C) is known color: Venetian Red. HEX triplet: E7, 04 and 0C. RGB value is (231,4,12). Sum of RGB (Red+Green+Blue) = 231+4+12=247 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.52% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 231 - color contains mainly: red. Hex color #E7040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7040C is #18FBF3. Grayscale: #484848. Windows color (decimal): -1637364 or 787687. OLE color: 787687.
HSL color Cylindrical-coordinate representation of color #E7040C: hue angle of 357.89º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7040C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.09 |
| HSL | 357.89º | 0.97% | 0.46% | - |
| HSV(B) | 357.89º | 0.98% | 0.91% | - |
| XYZ | 33.06 | 17.1 | 1.91 | - |
| YUV | 72.79 | 93.71 | 240.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 12 | 0 | 0.98 | 0.95 | 0.09 | 357.89 | 0.97 | 0.46 |
| Hex | E7 | 4 | C | 0 | 62 | 5F | 9 | 166 | 61 | 2E |
| Octal | 347 | 4 | 14 | 0 | 142 | 137 | 11 | 546 | 141 | 56 |
| Binary | 11100111 | 100 | 1100 | 0 | 1100010 | 1011111 | 1001 | 101100110 | 1100001 | 101110 |
Color Harmonies of #E7040C
Complementary color
Monochromatic Colors of #E7040C
Black with #E7040C
Text Example
Text Example
White with #E7040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7040C; }
p { color: rgb(231,4,12); }
H1.HeaderClassName
{
color: #E7040C;
}
.AnyTagClassName
{
color: #E7040C;
}
</style>
background-color css
<style>
a { background-color: #E7040C; }
a { background-color: rgb(231,4,12); }
div.DivClassName
{
background-color: #E7040C;
}
.BgClassName
{
background-color: #E7040C;
}
</style>
border-color css
<style>
span { border-color: #E7040C; }
span { border-color: rgb(231,4,12); }
td.TdClassName
{
border-color: #E7040C;
}
.TagClassName
{
border-color: #E7040C;
}
</style>