Shades of Venetian Red #E3070C
Tints of Venetian Red #E3070C
RGB
CMYK
RGB Variations
Color information
#E3070C (or 0xE3070C) is known color: Venetian Red. HEX triplet: E3, 07 and 0C. RGB value is (227,7,12). Sum of RGB (Red+Green+Blue) = 227+7+12=246 (32% of max value = 765). Red value is 227 (89.06% from 255 or 92.28% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 227 - color contains mainly: red. Hex color #E3070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3070C is #1CF8F3. Grayscale: #494949. Windows color (decimal): -1898740 or 788451. OLE color: 788451.
HSL color Cylindrical-coordinate representation of color #E3070C: hue angle of 358.64º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3070C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.11 |
| HSL | 358.64º | 0.94% | 0.46% | - |
| HSV(B) | 358.64º | 0.97% | 0.89% | - |
| XYZ | 31.82 | 16.51 | 1.86 | - |
| YUV | 73.35 | 93.39 | 237.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 12 | 0 | 0.97 | 0.95 | 0.11 | 358.64 | 0.94 | 0.46 |
| Hex | E3 | 7 | C | 0 | 61 | 5F | B | 167 | 5E | 2E |
| Octal | 343 | 7 | 14 | 0 | 141 | 137 | 13 | 547 | 136 | 56 |
| Binary | 11100011 | 111 | 1100 | 0 | 1100001 | 1011111 | 1011 | 101100111 | 1011110 | 101110 |
Color Harmonies of #E3070C
Complementary color
Monochromatic Colors of #E3070C
Black with #E3070C
Text Example
Text Example
White with #E3070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3070C; }
p { color: rgb(227,7,12); }
H1.HeaderClassName
{
color: #E3070C;
}
.AnyTagClassName
{
color: #E3070C;
}
</style>
background-color css
<style>
a { background-color: #E3070C; }
a { background-color: rgb(227,7,12); }
div.DivClassName
{
background-color: #E3070C;
}
.BgClassName
{
background-color: #E3070C;
}
</style>
border-color css
<style>
span { border-color: #E3070C; }
span { border-color: rgb(227,7,12); }
td.TdClassName
{
border-color: #E3070C;
}
.TagClassName
{
border-color: #E3070C;
}
</style>