Shades of Venetian Red #EC0107
Tints of Venetian Red #EC0107
RGB
CMYK
RGB Variations
Color information
#EC0107 (or 0xEC0107) is known color: Venetian Red. HEX triplet: EC, 01 and 07. RGB value is (236,1,7). Sum of RGB (Red+Green+Blue) = 236+1+7=244 (32% of max value = 765). Red value is 236 (92.58% from 255 or 96.72% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0107 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0107 is #13FEF8. Grayscale: #484848. Windows color (decimal): -1310457 or 459244. OLE color: 459244.
HSL color Cylindrical-coordinate representation of color #EC0107: hue angle of 358.47º 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 #EC0107 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 7 | - |
| CMYK | 0 | 1.00 | 0.97 | 0.07 |
| HSL | 358.47º | 0.99% | 0.46% | - |
| HSV(B) | 358.47º | 1% | 0.93% | - |
| XYZ | 34.64 | 17.87 | 1.82 | - |
| YUV | 71.95 | 91.36 | 245.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 7 | 0 | 1.00 | 0.97 | 0.07 | 358.47 | 0.99 | 0.46 |
| Hex | EC | 1 | 7 | 0 | 64 | 61 | 7 | 166 | 63 | 2E |
| Octal | 354 | 1 | 7 | 0 | 144 | 141 | 7 | 546 | 143 | 56 |
| Binary | 11101100 | 1 | 111 | 0 | 1100100 | 1100001 | 111 | 101100110 | 1100011 | 101110 |
Color Harmonies of #EC0107
Complementary color
Monochromatic Colors of #EC0107
Black with #EC0107
Text Example
Text Example
White with #EC0107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0107; }
p { color: rgb(236,1,7); }
H1.HeaderClassName
{
color: #EC0107;
}
.AnyTagClassName
{
color: #EC0107;
}
</style>
background-color css
<style>
a { background-color: #EC0107; }
a { background-color: rgb(236,1,7); }
div.DivClassName
{
background-color: #EC0107;
}
.BgClassName
{
background-color: #EC0107;
}
</style>
border-color css
<style>
span { border-color: #EC0107; }
span { border-color: rgb(236,1,7); }
td.TdClassName
{
border-color: #EC0107;
}
.TagClassName
{
border-color: #EC0107;
}
</style>