Shades of Venetian Red #E70C0D
Tints of Venetian Red #E70C0D
RGB
CMYK
RGB Variations
Color information
#E70C0D (or 0xE70C0D) is known color: Venetian Red. HEX triplet: E7, 0C and 0D. RGB value is (231,12,13). Sum of RGB (Red+Green+Blue) = 231+12+13=256 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.23% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70C0D is #18F3F2. Grayscale: #4D4D4D. Windows color (decimal): -1635315 or 855271. OLE color: 855271.
HSL color Cylindrical-coordinate representation of color #E70C0D: hue angle of 359.73º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70C0D is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 13 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.09 |
| HSL | 359.73º | 0.9% | 0.48% | - |
| HSV(B) | 359.73º | 0.95% | 0.91% | - |
| XYZ | 33.16 | 17.28 | 1.97 | - |
| YUV | 77.6 | 91.55 | 237.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 13 | 0 | 0.95 | 0.94 | 0.09 | 359.73 | 0.9 | 0.48 |
| Hex | E7 | C | D | 0 | 5F | 5E | 9 | 168 | 5A | 30 |
| Octal | 347 | 14 | 15 | 0 | 137 | 136 | 11 | 550 | 132 | 60 |
| Binary | 11100111 | 1100 | 1101 | 0 | 1011111 | 1011110 | 1001 | 101101000 | 1011010 | 110000 |
Color Harmonies of #E70C0D
Complementary color
Monochromatic Colors of #E70C0D
Black with #E70C0D
Text Example
Text Example
White with #E70C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C0D; }
p { color: rgb(231,12,13); }
H1.HeaderClassName
{
color: #E70C0D;
}
.AnyTagClassName
{
color: #E70C0D;
}
</style>
background-color css
<style>
a { background-color: #E70C0D; }
a { background-color: rgb(231,12,13); }
div.DivClassName
{
background-color: #E70C0D;
}
.BgClassName
{
background-color: #E70C0D;
}
</style>
border-color css
<style>
span { border-color: #E70C0D; }
span { border-color: rgb(231,12,13); }
td.TdClassName
{
border-color: #E70C0D;
}
.TagClassName
{
border-color: #E70C0D;
}
</style>