Shades of Venetian Red #EC0204
Tints of Venetian Red #EC0204
RGB
CMYK
RGB Variations
Color information
#EC0204 (or 0xEC0204) is known color: Venetian Red. HEX triplet: EC, 02 and 04. RGB value is (236,2,4). Sum of RGB (Red+Green+Blue) = 236+2+4=242 (32% of max value = 765). Red value is 236 (92.58% from 255 or 97.52% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0204 is #13FDFB. Grayscale: #484848. Windows color (decimal): -1310204 or 262892. OLE color: 262892.
HSL color Cylindrical-coordinate representation of color #EC0204: hue angle of 359.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.07 |
| HSL | 359.49º | 0.98% | 0.47% | - |
| HSV(B) | 359.49º | 0.99% | 0.93% | - |
| XYZ | 34.64 | 17.89 | 1.74 | - |
| YUV | 72.19 | 89.52 | 244.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 4 | 0 | 0.99 | 0.98 | 0.07 | 359.49 | 0.98 | 0.47 |
| Hex | EC | 2 | 4 | 0 | 63 | 62 | 7 | 167 | 62 | 2F |
| Octal | 354 | 2 | 4 | 0 | 143 | 142 | 7 | 547 | 142 | 57 |
| Binary | 11101100 | 10 | 100 | 0 | 1100011 | 1100010 | 111 | 101100111 | 1100010 | 101111 |
Color Harmonies of #EC0204
Complementary color
Monochromatic Colors of #EC0204
Black with #EC0204
Text Example
Text Example
White with #EC0204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0204; }
p { color: rgb(236,2,4); }
H1.HeaderClassName
{
color: #EC0204;
}
.AnyTagClassName
{
color: #EC0204;
}
</style>
background-color css
<style>
a { background-color: #EC0204; }
a { background-color: rgb(236,2,4); }
div.DivClassName
{
background-color: #EC0204;
}
.BgClassName
{
background-color: #EC0204;
}
</style>
border-color css
<style>
span { border-color: #EC0204; }
span { border-color: rgb(236,2,4); }
td.TdClassName
{
border-color: #EC0204;
}
.TagClassName
{
border-color: #EC0204;
}
</style>