Shades of Venetian Red #E7000C
Tints of Venetian Red #E7000C
RGB
CMYK
RGB Variations
Color information
#E7000C (or 0xE7000C) is known color: Venetian Red. HEX triplet: E7, 00 and 0C. RGB value is (231,0,12). Sum of RGB (Red+Green+Blue) = 231+0+12=243 (32% of max value = 765). Red value is 231 (90.62% from 255 or 95.06% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 231 - color contains mainly: red. Hex color #E7000C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7000C is #18FFF3. Grayscale: #464646. Windows color (decimal): -1638388 or 786663. OLE color: 786663.
HSL color Cylindrical-coordinate representation of color #E7000C: hue angle of 356.88º 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 #E7000C is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.95 | 0.09 |
| HSL | 356.88º | 1% | 0.45% | - |
| HSV(B) | 356.88º | 1% | 0.91% | - |
| XYZ | 33.02 | 17.02 | 1.89 | - |
| YUV | 70.44 | 95.03 | 242.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 12 | 0 | 1 | 0.95 | 0.09 | 356.88 | 1 | 0.45 |
| Hex | E7 | 0 | C | 0 | 64 | 5F | 9 | 165 | 64 | 2D |
| Octal | 347 | 0 | 14 | 0 | 144 | 137 | 11 | 545 | 144 | 55 |
| Binary | 11100111 | 0 | 1100 | 0 | 1100100 | 1011111 | 1001 | 101100101 | 1100100 | 101101 |
Color Harmonies of #E7000C
Complementary color
Monochromatic Colors of #E7000C
Black with #E7000C
Text Example
Text Example
White with #E7000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7000C; }
p { color: rgb(231,0,12); }
H1.HeaderClassName
{
color: #E7000C;
}
.AnyTagClassName
{
color: #E7000C;
}
</style>
background-color css
<style>
a { background-color: #E7000C; }
a { background-color: rgb(231,0,12); }
div.DivClassName
{
background-color: #E7000C;
}
.BgClassName
{
background-color: #E7000C;
}
</style>
border-color css
<style>
span { border-color: #E7000C; }
span { border-color: rgb(231,0,12); }
td.TdClassName
{
border-color: #E7000C;
}
.TagClassName
{
border-color: #E7000C;
}
</style>