Shades of Venetian Red #EC010A
Tints of Venetian Red #EC010A
RGB
CMYK
RGB Variations
Color information
#EC010A (or 0xEC010A) is known color: Venetian Red. HEX triplet: EC, 01 and 0A. RGB value is (236,1,10). Sum of RGB (Red+Green+Blue) = 236+1+10=247 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.55% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 236 - color contains mainly: red. Hex color #EC010A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC010A is #13FEF5. Grayscale: #484848. Windows color (decimal): -1310454 or 655852. OLE color: 655852.
HSL color Cylindrical-coordinate representation of color #EC010A: hue angle of 357.7º 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 #EC010A is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 10 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.07 |
| HSL | 357.7º | 0.99% | 0.46% | - |
| HSV(B) | 357.7º | 1% | 0.93% | - |
| XYZ | 34.66 | 17.88 | 1.91 | - |
| YUV | 72.29 | 92.86 | 244.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 10 | 0 | 1.00 | 0.96 | 0.07 | 357.7 | 0.99 | 0.46 |
| Hex | EC | 1 | A | 0 | 64 | 60 | 7 | 166 | 63 | 2E |
| Octal | 354 | 1 | 12 | 0 | 144 | 140 | 7 | 546 | 143 | 56 |
| Binary | 11101100 | 1 | 1010 | 0 | 1100100 | 1100000 | 111 | 101100110 | 1100011 | 101110 |
Color Harmonies of #EC010A
Complementary color
Monochromatic Colors of #EC010A
Black with #EC010A
Text Example
Text Example
White with #EC010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC010A; }
p { color: rgb(236,1,10); }
H1.HeaderClassName
{
color: #EC010A;
}
.AnyTagClassName
{
color: #EC010A;
}
</style>
background-color css
<style>
a { background-color: #EC010A; }
a { background-color: rgb(236,1,10); }
div.DivClassName
{
background-color: #EC010A;
}
.BgClassName
{
background-color: #EC010A;
}
</style>
border-color css
<style>
span { border-color: #EC010A; }
span { border-color: rgb(236,1,10); }
td.TdClassName
{
border-color: #EC010A;
}
.TagClassName
{
border-color: #EC010A;
}
</style>