Shades of Venetian Red #EC020C
Tints of Venetian Red #EC020C
RGB
CMYK
RGB Variations
Color information
#EC020C (or 0xEC020C) is known color: Venetian Red. HEX triplet: EC, 02 and 0C. RGB value is (236,2,12). Sum of RGB (Red+Green+Blue) = 236+2+12=250 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.4% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 236 - color contains mainly: red. Hex color #EC020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC020C is #13FDF3. Grayscale: #494949. Windows color (decimal): -1310196 or 787180. OLE color: 787180.
HSL color Cylindrical-coordinate representation of color #EC020C: hue angle of 357.44º 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 #EC020C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.07 |
| HSL | 357.44º | 0.98% | 0.47% | - |
| HSV(B) | 357.44º | 0.99% | 0.93% | - |
| XYZ | 34.68 | 17.9 | 1.98 | - |
| YUV | 73.11 | 93.52 | 244.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 12 | 0 | 0.99 | 0.95 | 0.07 | 357.44 | 0.98 | 0.47 |
| Hex | EC | 2 | C | 0 | 63 | 5F | 7 | 165 | 62 | 2F |
| Octal | 354 | 2 | 14 | 0 | 143 | 137 | 7 | 545 | 142 | 57 |
| Binary | 11101100 | 10 | 1100 | 0 | 1100011 | 1011111 | 111 | 101100101 | 1100010 | 101111 |
Color Harmonies of #EC020C
Complementary color
Monochromatic Colors of #EC020C
Black with #EC020C
Text Example
Text Example
White with #EC020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC020C; }
p { color: rgb(236,2,12); }
H1.HeaderClassName
{
color: #EC020C;
}
.AnyTagClassName
{
color: #EC020C;
}
</style>
background-color css
<style>
a { background-color: #EC020C; }
a { background-color: rgb(236,2,12); }
div.DivClassName
{
background-color: #EC020C;
}
.BgClassName
{
background-color: #EC020C;
}
</style>
border-color css
<style>
span { border-color: #EC020C; }
span { border-color: rgb(236,2,12); }
td.TdClassName
{
border-color: #EC020C;
}
.TagClassName
{
border-color: #EC020C;
}
</style>