Shades of Venetian Red #EC040E
Tints of Venetian Red #EC040E
RGB
CMYK
RGB Variations
Color information
#EC040E (or 0xEC040E) is known color: Venetian Red. HEX triplet: EC, 04 and 0E. RGB value is (236,4,14). Sum of RGB (Red+Green+Blue) = 236+4+14=254 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.91% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 236 - color contains mainly: red. Hex color #EC040E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC040E is #13FBF1. Grayscale: #4A4A4A. Windows color (decimal): -1309682 or 918764. OLE color: 918764.
HSL color Cylindrical-coordinate representation of color #EC040E: hue angle of 357.41º degrees, saturation: 0.97, 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 #EC040E is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.07 |
| HSL | 357.41º | 0.97% | 0.47% | - |
| HSV(B) | 357.41º | 0.98% | 0.93% | - |
| XYZ | 34.71 | 17.95 | 2.05 | - |
| YUV | 74.51 | 93.86 | 243.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 14 | 0 | 0.98 | 0.94 | 0.07 | 357.41 | 0.97 | 0.47 |
| Hex | EC | 4 | E | 0 | 62 | 5E | 7 | 165 | 61 | 2F |
| Octal | 354 | 4 | 16 | 0 | 142 | 136 | 7 | 545 | 141 | 57 |
| Binary | 11101100 | 100 | 1110 | 0 | 1100010 | 1011110 | 111 | 101100101 | 1100001 | 101111 |
Color Harmonies of #EC040E
Complementary color
Monochromatic Colors of #EC040E
Black with #EC040E
Text Example
Text Example
White with #EC040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC040E; }
p { color: rgb(236,4,14); }
H1.HeaderClassName
{
color: #EC040E;
}
.AnyTagClassName
{
color: #EC040E;
}
</style>
background-color css
<style>
a { background-color: #EC040E; }
a { background-color: rgb(236,4,14); }
div.DivClassName
{
background-color: #EC040E;
}
.BgClassName
{
background-color: #EC040E;
}
</style>
border-color css
<style>
span { border-color: #EC040E; }
span { border-color: rgb(236,4,14); }
td.TdClassName
{
border-color: #EC040E;
}
.TagClassName
{
border-color: #EC040E;
}
</style>