Shades of Venetian Red #E7050D
Tints of Venetian Red #E7050D
RGB
CMYK
RGB Variations
Color information
#E7050D (or 0xE7050D) is known color: Venetian Red. HEX triplet: E7, 05 and 0D. RGB value is (231,5,13). Sum of RGB (Red+Green+Blue) = 231+5+13=249 (32% of max value = 765). Red value is 231 (90.62% from 255 or 92.77% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 231 - color contains mainly: red. Hex color #E7050D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7050D is #18FAF2. Grayscale: #494949. Windows color (decimal): -1637107 or 853479. OLE color: 853479.
HSL color Cylindrical-coordinate representation of color #E7050D: hue angle of 357.88º degrees, saturation: 0.96, 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 #E7050D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 13 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.09 |
| HSL | 357.88º | 0.96% | 0.46% | - |
| HSV(B) | 357.88º | 0.98% | 0.91% | - |
| XYZ | 33.08 | 17.13 | 1.94 | - |
| YUV | 73.49 | 93.87 | 240.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 13 | 0 | 0.98 | 0.94 | 0.09 | 357.88 | 0.96 | 0.46 |
| Hex | E7 | 5 | D | 0 | 62 | 5E | 9 | 166 | 60 | 2E |
| Octal | 347 | 5 | 15 | 0 | 142 | 136 | 11 | 546 | 140 | 56 |
| Binary | 11100111 | 101 | 1101 | 0 | 1100010 | 1011110 | 1001 | 101100110 | 1100000 | 101110 |
Color Harmonies of #E7050D
Complementary color
Monochromatic Colors of #E7050D
Black with #E7050D
Text Example
Text Example
White with #E7050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7050D; }
p { color: rgb(231,5,13); }
H1.HeaderClassName
{
color: #E7050D;
}
.AnyTagClassName
{
color: #E7050D;
}
</style>
background-color css
<style>
a { background-color: #E7050D; }
a { background-color: rgb(231,5,13); }
div.DivClassName
{
background-color: #E7050D;
}
.BgClassName
{
background-color: #E7050D;
}
</style>
border-color css
<style>
span { border-color: #E7050D; }
span { border-color: rgb(231,5,13); }
td.TdClassName
{
border-color: #E7050D;
}
.TagClassName
{
border-color: #E7050D;
}
</style>