Shades of Venetian Red #E7001D
Tints of Venetian Red #E7001D
RGB
CMYK
RGB Variations
Color information
#E7001D (or 0xE7001D) is known color: Venetian Red. HEX triplet: E7, 00 and 1D. RGB value is (231,0,29). Sum of RGB (Red+Green+Blue) = 231+0+29=260 (34% of max value = 765). Red value is 231 (90.62% from 255 or 88.85% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 231 - color contains mainly: red. Hex color #E7001D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7001D is #18FFE2. Grayscale: #484848. Windows color (decimal): -1638371 or 1900775. OLE color: 1900775.
HSL color Cylindrical-coordinate representation of color #E7001D: hue angle of 352.47º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7001D is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.87 | 0.09 |
| HSL | 352.47º | 1% | 0.45% | - |
| HSV(B) | 352.47º | 1% | 0.91% | - |
| XYZ | 33.18 | 17.08 | 2.71 | - |
| YUV | 72.38 | 103.53 | 241.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 29 | 0 | 1 | 0.87 | 0.09 | 352.47 | 1 | 0.45 |
| Hex | E7 | 0 | 1D | 0 | 64 | 57 | 9 | 160 | 64 | 2D |
| Octal | 347 | 0 | 35 | 0 | 144 | 127 | 11 | 540 | 144 | 55 |
| Binary | 11100111 | 0 | 11101 | 0 | 1100100 | 1010111 | 1001 | 101100000 | 1100100 | 101101 |
Color Harmonies of #E7001D
Complementary color
Monochromatic Colors of #E7001D
Black with #E7001D
Text Example
Text Example
White with #E7001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7001D; }
p { color: rgb(231,0,29); }
H1.HeaderClassName
{
color: #E7001D;
}
.AnyTagClassName
{
color: #E7001D;
}
</style>
background-color css
<style>
a { background-color: #E7001D; }
a { background-color: rgb(231,0,29); }
div.DivClassName
{
background-color: #E7001D;
}
.BgClassName
{
background-color: #E7001D;
}
</style>
border-color css
<style>
span { border-color: #E7001D; }
span { border-color: rgb(231,0,29); }
td.TdClassName
{
border-color: #E7001D;
}
.TagClassName
{
border-color: #E7001D;
}
</style>