Shades of Venetian Red #EC0104
Tints of Venetian Red #EC0104
RGB
CMYK
RGB Variations
Color information
#EC0104 (or 0xEC0104) is known color: Venetian Red. HEX triplet: EC, 01 and 04. RGB value is (236,1,4). Sum of RGB (Red+Green+Blue) = 236+1+4=241 (31% of max value = 765). Red value is 236 (92.58% from 255 or 97.93% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0104 is #13FEFB. Grayscale: #474747. Windows color (decimal): -1310460 or 262636. OLE color: 262636.
HSL color Cylindrical-coordinate representation of color #EC0104: hue angle of 359.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0104 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 4 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.07 |
| HSL | 359.23º | 0.99% | 0.46% | - |
| HSV(B) | 359.23º | 1% | 0.93% | - |
| XYZ | 34.62 | 17.86 | 1.74 | - |
| YUV | 71.61 | 89.86 | 245.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 4 | 0 | 1.00 | 0.98 | 0.07 | 359.23 | 0.99 | 0.46 |
| Hex | EC | 1 | 4 | 0 | 64 | 62 | 7 | 167 | 63 | 2E |
| Octal | 354 | 1 | 4 | 0 | 144 | 142 | 7 | 547 | 143 | 56 |
| Binary | 11101100 | 1 | 100 | 0 | 1100100 | 1100010 | 111 | 101100111 | 1100011 | 101110 |
Color Harmonies of #EC0104
Complementary color
Monochromatic Colors of #EC0104
Black with #EC0104
Text Example
Text Example
White with #EC0104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0104; }
p { color: rgb(236,1,4); }
H1.HeaderClassName
{
color: #EC0104;
}
.AnyTagClassName
{
color: #EC0104;
}
</style>
background-color css
<style>
a { background-color: #EC0104; }
a { background-color: rgb(236,1,4); }
div.DivClassName
{
background-color: #EC0104;
}
.BgClassName
{
background-color: #EC0104;
}
</style>
border-color css
<style>
span { border-color: #EC0104; }
span { border-color: rgb(236,1,4); }
td.TdClassName
{
border-color: #EC0104;
}
.TagClassName
{
border-color: #EC0104;
}
</style>