Shades of Venetian Red #EC0004
Tints of Venetian Red #EC0004
RGB
CMYK
RGB Variations
Color information
#EC0004 (or 0xEC0004) is known color: Venetian Red. HEX triplet: EC, 00 and 04. RGB value is (236,0,4). Sum of RGB (Red+Green+Blue) = 236+0+4=240 (31% of max value = 765). Red value is 236 (92.58% from 255 or 98.33% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0004 is #13FFFB. Grayscale: #474747. Windows color (decimal): -1310716 or 262380. OLE color: 262380.
HSL color Cylindrical-coordinate representation of color #EC0004: hue angle of 358.98º 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 #EC0004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.07 |
| HSL | 358.98º | 1% | 0.46% | - |
| HSV(B) | 358.98º | 1% | 0.93% | - |
| XYZ | 34.61 | 17.84 | 1.73 | - |
| YUV | 71.02 | 90.19 | 245.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 4 | 0 | 1 | 0.98 | 0.07 | 358.98 | 1 | 0.46 |
| Hex | EC | 0 | 4 | 0 | 64 | 62 | 7 | 167 | 64 | 2E |
| Octal | 354 | 0 | 4 | 0 | 144 | 142 | 7 | 547 | 144 | 56 |
| Binary | 11101100 | 0 | 100 | 0 | 1100100 | 1100010 | 111 | 101100111 | 1100100 | 101110 |
Color Harmonies of #EC0004
Complementary color
Monochromatic Colors of #EC0004
Black with #EC0004
Text Example
Text Example
White with #EC0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0004; }
p { color: rgb(236,0,4); }
H1.HeaderClassName
{
color: #EC0004;
}
.AnyTagClassName
{
color: #EC0004;
}
</style>
background-color css
<style>
a { background-color: #EC0004; }
a { background-color: rgb(236,0,4); }
div.DivClassName
{
background-color: #EC0004;
}
.BgClassName
{
background-color: #EC0004;
}
</style>
border-color css
<style>
span { border-color: #EC0004; }
span { border-color: rgb(236,0,4); }
td.TdClassName
{
border-color: #EC0004;
}
.TagClassName
{
border-color: #EC0004;
}
</style>