Shades of Venetian Red #EC000E
Tints of Venetian Red #EC000E
RGB
CMYK
RGB Variations
Color information
#EC000E (or 0xEC000E) is known color: Venetian Red. HEX triplet: EC, 00 and 0E. RGB value is (236,0,14). Sum of RGB (Red+Green+Blue) = 236+0+14=250 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 236 - color contains mainly: red. Hex color #EC000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC000E is #13FFF1. Grayscale: #484848. Windows color (decimal): -1310706 or 917740. OLE color: 917740.
HSL color Cylindrical-coordinate representation of color #EC000E: hue angle of 356.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC000E is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.94 | 0.07 |
| HSL | 356.44º | 1% | 0.46% | - |
| HSV(B) | 356.44º | 1% | 0.93% | - |
| XYZ | 34.67 | 17.86 | 2.04 | - |
| YUV | 72.16 | 95.19 | 244.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 14 | 0 | 1 | 0.94 | 0.07 | 356.44 | 1 | 0.46 |
| Hex | EC | 0 | E | 0 | 64 | 5E | 7 | 164 | 64 | 2E |
| Octal | 354 | 0 | 16 | 0 | 144 | 136 | 7 | 544 | 144 | 56 |
| Binary | 11101100 | 0 | 1110 | 0 | 1100100 | 1011110 | 111 | 101100100 | 1100100 | 101110 |
Color Harmonies of #EC000E
Complementary color
Monochromatic Colors of #EC000E
Black with #EC000E
Text Example
Text Example
White with #EC000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC000E; }
p { color: rgb(236,0,14); }
H1.HeaderClassName
{
color: #EC000E;
}
.AnyTagClassName
{
color: #EC000E;
}
</style>
background-color css
<style>
a { background-color: #EC000E; }
a { background-color: rgb(236,0,14); }
div.DivClassName
{
background-color: #EC000E;
}
.BgClassName
{
background-color: #EC000E;
}
</style>
border-color css
<style>
span { border-color: #EC000E; }
span { border-color: rgb(236,0,14); }
td.TdClassName
{
border-color: #EC000E;
}
.TagClassName
{
border-color: #EC000E;
}
</style>