Shades of Venetian Red #E1070D
Tints of Venetian Red #E1070D
RGB
CMYK
RGB Variations
Color information
#E1070D (or 0xE1070D) is known color: Venetian Red. HEX triplet: E1, 07 and 0D. RGB value is (225,7,13). Sum of RGB (Red+Green+Blue) = 225+7+13=245 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.84% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 225 - color contains mainly: red. Hex color #E1070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1070D is #1EF8F2. Grayscale: #494949. Windows color (decimal): -2029811 or 853985. OLE color: 853985.
HSL color Cylindrical-coordinate representation of color #E1070D: hue angle of 358.35º 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 #E1070D is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 13 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.12 |
| HSL | 358.35º | 0.94% | 0.45% | - |
| HSV(B) | 358.35º | 0.97% | 0.88% | - |
| XYZ | 31.2 | 16.19 | 1.86 | - |
| YUV | 72.87 | 94.22 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 13 | 0 | 0.97 | 0.94 | 0.12 | 358.35 | 0.94 | 0.45 |
| Hex | E1 | 7 | D | 0 | 61 | 5E | C | 166 | 5E | 2D |
| Octal | 341 | 7 | 15 | 0 | 141 | 136 | 14 | 546 | 136 | 55 |
| Binary | 11100001 | 111 | 1101 | 0 | 1100001 | 1011110 | 1100 | 101100110 | 1011110 | 101101 |
Color Harmonies of #E1070D
Complementary color
Monochromatic Colors of #E1070D
Black with #E1070D
Text Example
Text Example
White with #E1070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1070D; }
p { color: rgb(225,7,13); }
H1.HeaderClassName
{
color: #E1070D;
}
.AnyTagClassName
{
color: #E1070D;
}
</style>
background-color css
<style>
a { background-color: #E1070D; }
a { background-color: rgb(225,7,13); }
div.DivClassName
{
background-color: #E1070D;
}
.BgClassName
{
background-color: #E1070D;
}
</style>
border-color css
<style>
span { border-color: #E1070D; }
span { border-color: rgb(225,7,13); }
td.TdClassName
{
border-color: #E1070D;
}
.TagClassName
{
border-color: #E1070D;
}
</style>