Shades of Venetian Red #E1070C
Tints of Venetian Red #E1070C
RGB
CMYK
RGB Variations
Color information
#E1070C (or 0xE1070C) is known color: Venetian Red. HEX triplet: E1, 07 and 0C. RGB value is (225,7,12). Sum of RGB (Red+Green+Blue) = 225+7+12=244 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.21% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 225 - color contains mainly: red. Hex color #E1070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1070C is #1EF8F3. Grayscale: #484848. Windows color (decimal): -2029812 or 788449. OLE color: 788449.
HSL color Cylindrical-coordinate representation of color #E1070C: hue angle of 358.62º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1070C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.12 |
| HSL | 358.62º | 0.94% | 0.45% | - |
| HSV(B) | 358.62º | 0.97% | 0.88% | - |
| XYZ | 31.19 | 16.19 | 1.83 | - |
| YUV | 72.75 | 93.72 | 236.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 12 | 0 | 0.97 | 0.95 | 0.12 | 358.62 | 0.94 | 0.45 |
| Hex | E1 | 7 | C | 0 | 61 | 5F | C | 167 | 5E | 2D |
| Octal | 341 | 7 | 14 | 0 | 141 | 137 | 14 | 547 | 136 | 55 |
| Binary | 11100001 | 111 | 1100 | 0 | 1100001 | 1011111 | 1100 | 101100111 | 1011110 | 101101 |
Color Harmonies of #E1070C
Complementary color
Monochromatic Colors of #E1070C
Black with #E1070C
Text Example
Text Example
White with #E1070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1070C; }
p { color: rgb(225,7,12); }
H1.HeaderClassName
{
color: #E1070C;
}
.AnyTagClassName
{
color: #E1070C;
}
</style>
background-color css
<style>
a { background-color: #E1070C; }
a { background-color: rgb(225,7,12); }
div.DivClassName
{
background-color: #E1070C;
}
.BgClassName
{
background-color: #E1070C;
}
</style>
border-color css
<style>
span { border-color: #E1070C; }
span { border-color: rgb(225,7,12); }
td.TdClassName
{
border-color: #E1070C;
}
.TagClassName
{
border-color: #E1070C;
}
</style>