Shades of Venetian Red #EC000A
Tints of Venetian Red #EC000A
RGB
CMYK
RGB Variations
Color information
#EC000A (or 0xEC000A) is known color: Venetian Red. HEX triplet: EC, 00 and 0A. RGB value is (236,0,10). Sum of RGB (Red+Green+Blue) = 236+0+10=246 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.93% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 236 - color contains mainly: red. Hex color #EC000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC000A is #13FFF5. Grayscale: #474747. Windows color (decimal): -1310710 or 655596. OLE color: 655596.
HSL color Cylindrical-coordinate representation of color #EC000A: hue angle of 357.46º 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 #EC000A is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.96 | 0.07 |
| HSL | 357.46º | 1% | 0.46% | - |
| HSV(B) | 357.46º | 1% | 0.93% | - |
| XYZ | 34.65 | 17.85 | 1.91 | - |
| YUV | 71.7 | 93.19 | 245.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 10 | 0 | 1 | 0.96 | 0.07 | 357.46 | 1 | 0.46 |
| Hex | EC | 0 | A | 0 | 64 | 60 | 7 | 165 | 64 | 2E |
| Octal | 354 | 0 | 12 | 0 | 144 | 140 | 7 | 545 | 144 | 56 |
| Binary | 11101100 | 0 | 1010 | 0 | 1100100 | 1100000 | 111 | 101100101 | 1100100 | 101110 |
Color Harmonies of #EC000A
Complementary color
Monochromatic Colors of #EC000A
Black with #EC000A
Text Example
Text Example
White with #EC000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC000A; }
p { color: rgb(236,0,10); }
H1.HeaderClassName
{
color: #EC000A;
}
.AnyTagClassName
{
color: #EC000A;
}
</style>
background-color css
<style>
a { background-color: #EC000A; }
a { background-color: rgb(236,0,10); }
div.DivClassName
{
background-color: #EC000A;
}
.BgClassName
{
background-color: #EC000A;
}
</style>
border-color css
<style>
span { border-color: #EC000A; }
span { border-color: rgb(236,0,10); }
td.TdClassName
{
border-color: #EC000A;
}
.TagClassName
{
border-color: #EC000A;
}
</style>