Shades of Venetian Red #EC0514
Tints of Venetian Red #EC0514
RGB
CMYK
RGB Variations
Color information
#EC0514 (or 0xEC0514) is known color: Venetian Red. HEX triplet: EC, 05 and 14. RGB value is (236,5,20). Sum of RGB (Red+Green+Blue) = 236+5+20=261 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.42% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0514 is #13FAEB. Grayscale: #4B4B4B. Windows color (decimal): -1309420 or 1312236. OLE color: 1312236.
HSL color Cylindrical-coordinate representation of color #EC0514: hue angle of 356.1º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0514 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 20 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.07 |
| HSL | 356.1º | 0.96% | 0.47% | - |
| HSV(B) | 356.1º | 0.98% | 0.93% | - |
| XYZ | 34.77 | 17.99 | 2.3 | - |
| YUV | 75.78 | 96.53 | 242.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 20 | 0 | 0.98 | 0.92 | 0.07 | 356.1 | 0.96 | 0.47 |
| Hex | EC | 5 | 14 | 0 | 62 | 5C | 7 | 164 | 60 | 2F |
| Octal | 354 | 5 | 24 | 0 | 142 | 134 | 7 | 544 | 140 | 57 |
| Binary | 11101100 | 101 | 10100 | 0 | 1100010 | 1011100 | 111 | 101100100 | 1100000 | 101111 |
Color Harmonies of #EC0514
Complementary color
Monochromatic Colors of #EC0514
Black with #EC0514
Text Example
Text Example
White with #EC0514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0514; }
p { color: rgb(236,5,20); }
H1.HeaderClassName
{
color: #EC0514;
}
.AnyTagClassName
{
color: #EC0514;
}
</style>
background-color css
<style>
a { background-color: #EC0514; }
a { background-color: rgb(236,5,20); }
div.DivClassName
{
background-color: #EC0514;
}
.BgClassName
{
background-color: #EC0514;
}
</style>
border-color css
<style>
span { border-color: #EC0514; }
span { border-color: rgb(236,5,20); }
td.TdClassName
{
border-color: #EC0514;
}
.TagClassName
{
border-color: #EC0514;
}
</style>