Shades of Venetian Red #EC0A0B
Tints of Venetian Red #EC0A0B
RGB
CMYK
RGB Variations
Color information
#EC0A0B (or 0xEC0A0B) is known color: Venetian Red. HEX triplet: EC, 0A and 0B. RGB value is (236,10,11). Sum of RGB (Red+Green+Blue) = 236+10+11=257 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.83% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0A0B is #13F5F4. Grayscale: #4D4D4D. Windows color (decimal): -1308149 or 723692. OLE color: 723692.
HSL color Cylindrical-coordinate representation of color #EC0A0B: hue angle of 359.73º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0A0B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.07 |
| HSL | 359.73º | 0.92% | 0.48% | - |
| HSV(B) | 359.73º | 0.96% | 0.93% | - |
| XYZ | 34.76 | 18.07 | 1.97 | - |
| YUV | 77.69 | 90.37 | 240.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 11 | 0 | 0.96 | 0.95 | 0.07 | 359.73 | 0.92 | 0.48 |
| Hex | EC | A | B | 0 | 60 | 5F | 7 | 168 | 5C | 30 |
| Octal | 354 | 12 | 13 | 0 | 140 | 137 | 7 | 550 | 134 | 60 |
| Binary | 11101100 | 1010 | 1011 | 0 | 1100000 | 1011111 | 111 | 101101000 | 1011100 | 110000 |
Color Harmonies of #EC0A0B
Complementary color
Monochromatic Colors of #EC0A0B
Black with #EC0A0B
Text Example
Text Example
White with #EC0A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0A0B; }
p { color: rgb(236,10,11); }
H1.HeaderClassName
{
color: #EC0A0B;
}
.AnyTagClassName
{
color: #EC0A0B;
}
</style>
background-color css
<style>
a { background-color: #EC0A0B; }
a { background-color: rgb(236,10,11); }
div.DivClassName
{
background-color: #EC0A0B;
}
.BgClassName
{
background-color: #EC0A0B;
}
</style>
border-color css
<style>
span { border-color: #EC0A0B; }
span { border-color: rgb(236,10,11); }
td.TdClassName
{
border-color: #EC0A0B;
}
.TagClassName
{
border-color: #EC0A0B;
}
</style>