Shades of Venetian Red #EC0709
Tints of Venetian Red #EC0709
RGB
CMYK
RGB Variations
Color information
#EC0709 (or 0xEC0709) is known color: Venetian Red. HEX triplet: EC, 07 and 09. RGB value is (236,7,9). Sum of RGB (Red+Green+Blue) = 236+7+9=252 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.65% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0709 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0709 is #13F8F6. Grayscale: #4B4B4B. Windows color (decimal): -1308919 or 591852. OLE color: 591852.
HSL color Cylindrical-coordinate representation of color #EC0709: hue angle of 359.48º degrees, saturation: 0.94, 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 #EC0709 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 9 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.07 |
| HSL | 359.48º | 0.94% | 0.48% | - |
| HSV(B) | 359.48º | 0.97% | 0.93% | - |
| XYZ | 34.72 | 18 | 1.9 | - |
| YUV | 75.7 | 90.37 | 242.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 9 | 0 | 0.97 | 0.96 | 0.07 | 359.48 | 0.94 | 0.48 |
| Hex | EC | 7 | 9 | 0 | 61 | 60 | 7 | 167 | 5E | 30 |
| Octal | 354 | 7 | 11 | 0 | 141 | 140 | 7 | 547 | 136 | 60 |
| Binary | 11101100 | 111 | 1001 | 0 | 1100001 | 1100000 | 111 | 101100111 | 1011110 | 110000 |
Color Harmonies of #EC0709
Complementary color
Monochromatic Colors of #EC0709
Black with #EC0709
Text Example
Text Example
White with #EC0709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0709; }
p { color: rgb(236,7,9); }
H1.HeaderClassName
{
color: #EC0709;
}
.AnyTagClassName
{
color: #EC0709;
}
</style>
background-color css
<style>
a { background-color: #EC0709; }
a { background-color: rgb(236,7,9); }
div.DivClassName
{
background-color: #EC0709;
}
.BgClassName
{
background-color: #EC0709;
}
</style>
border-color css
<style>
span { border-color: #EC0709; }
span { border-color: rgb(236,7,9); }
td.TdClassName
{
border-color: #EC0709;
}
.TagClassName
{
border-color: #EC0709;
}
</style>