Shades of Venetian Red #EC080B
Tints of Venetian Red #EC080B
RGB
CMYK
RGB Variations
Color information
#EC080B (or 0xEC080B) is known color: Venetian Red. HEX triplet: EC, 08 and 0B. RGB value is (236,8,11). Sum of RGB (Red+Green+Blue) = 236+8+11=255 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.55% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 236 - color contains mainly: red. Hex color #EC080B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC080B is #13F7F4. Grayscale: #4C4C4C. Windows color (decimal): -1308661 or 723180. OLE color: 723180.
HSL color Cylindrical-coordinate representation of color #EC080B: hue angle of 359.21º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC080B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.07 |
| HSL | 359.21º | 0.93% | 0.48% | - |
| HSV(B) | 359.21º | 0.97% | 0.93% | - |
| XYZ | 34.74 | 18.03 | 1.97 | - |
| YUV | 76.51 | 91.04 | 241.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 11 | 0 | 0.97 | 0.95 | 0.07 | 359.21 | 0.93 | 0.48 |
| Hex | EC | 8 | B | 0 | 61 | 5F | 7 | 167 | 5D | 30 |
| Octal | 354 | 10 | 13 | 0 | 141 | 137 | 7 | 547 | 135 | 60 |
| Binary | 11101100 | 1000 | 1011 | 0 | 1100001 | 1011111 | 111 | 101100111 | 1011101 | 110000 |
Color Harmonies of #EC080B
Complementary color
Monochromatic Colors of #EC080B
Black with #EC080B
Text Example
Text Example
White with #EC080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC080B; }
p { color: rgb(236,8,11); }
H1.HeaderClassName
{
color: #EC080B;
}
.AnyTagClassName
{
color: #EC080B;
}
</style>
background-color css
<style>
a { background-color: #EC080B; }
a { background-color: rgb(236,8,11); }
div.DivClassName
{
background-color: #EC080B;
}
.BgClassName
{
background-color: #EC080B;
}
</style>
border-color css
<style>
span { border-color: #EC080B; }
span { border-color: rgb(236,8,11); }
td.TdClassName
{
border-color: #EC080B;
}
.TagClassName
{
border-color: #EC080B;
}
</style>