Shades of Venetian Red #E7001B
Tints of Venetian Red #E7001B
RGB
CMYK
RGB Variations
Color information
#E7001B (or 0xE7001B) is known color: Venetian Red. HEX triplet: E7, 00 and 1B. RGB value is (231,0,27). Sum of RGB (Red+Green+Blue) = 231+0+27=258 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.53% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 231 - color contains mainly: red. Hex color #E7001B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7001B is #18FFE4. Grayscale: #484848. Windows color (decimal): -1638373 or 1769703. OLE color: 1769703.
HSL color Cylindrical-coordinate representation of color #E7001B: hue angle of 352.99º 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 #E7001B is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.88 | 0.09 |
| HSL | 352.99º | 1% | 0.45% | - |
| HSV(B) | 352.99º | 1% | 0.91% | - |
| XYZ | 33.15 | 17.07 | 2.58 | - |
| YUV | 72.15 | 102.53 | 241.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 27 | 0 | 1 | 0.88 | 0.09 | 352.99 | 1 | 0.45 |
| Hex | E7 | 0 | 1B | 0 | 64 | 58 | 9 | 161 | 64 | 2D |
| Octal | 347 | 0 | 33 | 0 | 144 | 130 | 11 | 541 | 144 | 55 |
| Binary | 11100111 | 0 | 11011 | 0 | 1100100 | 1011000 | 1001 | 101100001 | 1100100 | 101101 |
Color Harmonies of #E7001B
Complementary color
Monochromatic Colors of #E7001B
Black with #E7001B
Text Example
Text Example
White with #E7001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7001B; }
p { color: rgb(231,0,27); }
H1.HeaderClassName
{
color: #E7001B;
}
.AnyTagClassName
{
color: #E7001B;
}
</style>
background-color css
<style>
a { background-color: #E7001B; }
a { background-color: rgb(231,0,27); }
div.DivClassName
{
background-color: #E7001B;
}
.BgClassName
{
background-color: #E7001B;
}
</style>
border-color css
<style>
span { border-color: #E7001B; }
span { border-color: rgb(231,0,27); }
td.TdClassName
{
border-color: #E7001B;
}
.TagClassName
{
border-color: #E7001B;
}
</style>