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