Shades of Venetian Red #EC040B
Tints of Venetian Red #EC040B
RGB
CMYK
RGB Variations
Color information
#EC040B (or 0xEC040B) is known color: Venetian Red. HEX triplet: EC, 04 and 0B. RGB value is (236,4,11). Sum of RGB (Red+Green+Blue) = 236+4+11=251 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.02% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 236 - color contains mainly: red. Hex color #EC040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC040B is #13FBF4. Grayscale: #4A4A4A. Windows color (decimal): -1309685 or 722156. OLE color: 722156.
HSL color Cylindrical-coordinate representation of color #EC040B: hue angle of 358.19º 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 #EC040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.07 |
| HSL | 358.19º | 0.97% | 0.47% | - |
| HSV(B) | 358.19º | 0.98% | 0.93% | - |
| XYZ | 34.7 | 17.94 | 1.95 | - |
| YUV | 74.17 | 92.36 | 243.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 11 | 0 | 0.98 | 0.95 | 0.07 | 358.19 | 0.97 | 0.47 |
| Hex | EC | 4 | B | 0 | 62 | 5F | 7 | 166 | 61 | 2F |
| Octal | 354 | 4 | 13 | 0 | 142 | 137 | 7 | 546 | 141 | 57 |
| Binary | 11101100 | 100 | 1011 | 0 | 1100010 | 1011111 | 111 | 101100110 | 1100001 | 101111 |
Color Harmonies of #EC040B
Complementary color
Monochromatic Colors of #EC040B
Black with #EC040B
Text Example
Text Example
White with #EC040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC040B; }
p { color: rgb(236,4,11); }
H1.HeaderClassName
{
color: #EC040B;
}
.AnyTagClassName
{
color: #EC040B;
}
</style>
background-color css
<style>
a { background-color: #EC040B; }
a { background-color: rgb(236,4,11); }
div.DivClassName
{
background-color: #EC040B;
}
.BgClassName
{
background-color: #EC040B;
}
</style>
border-color css
<style>
span { border-color: #EC040B; }
span { border-color: rgb(236,4,11); }
td.TdClassName
{
border-color: #EC040B;
}
.TagClassName
{
border-color: #EC040B;
}
</style>