Shades of Venetian Red #EC0105
Tints of Venetian Red #EC0105
RGB
CMYK
RGB Variations
Color information
#EC0105 (or 0xEC0105) is known color: Venetian Red. HEX triplet: EC, 01 and 05. RGB value is (236,1,5). Sum of RGB (Red+Green+Blue) = 236+1+5=242 (32% of max value = 765). Red value is 236 (92.58% from 255 or 97.52% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0105 is #13FEFA. Grayscale: #474747. Windows color (decimal): -1310459 or 328172. OLE color: 328172.
HSL color Cylindrical-coordinate representation of color #EC0105: hue angle of 358.98º 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 #EC0105 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 5 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.07 |
| HSL | 358.98º | 0.99% | 0.46% | - |
| HSV(B) | 358.98º | 1% | 0.93% | - |
| XYZ | 34.63 | 17.87 | 1.77 | - |
| YUV | 71.72 | 90.36 | 245.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 5 | 0 | 1.00 | 0.98 | 0.07 | 358.98 | 0.99 | 0.46 |
| Hex | EC | 1 | 5 | 0 | 64 | 62 | 7 | 167 | 63 | 2E |
| Octal | 354 | 1 | 5 | 0 | 144 | 142 | 7 | 547 | 143 | 56 |
| Binary | 11101100 | 1 | 101 | 0 | 1100100 | 1100010 | 111 | 101100111 | 1100011 | 101110 |
Color Harmonies of #EC0105
Complementary color
Monochromatic Colors of #EC0105
Black with #EC0105
Text Example
Text Example
White with #EC0105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0105; }
p { color: rgb(236,1,5); }
H1.HeaderClassName
{
color: #EC0105;
}
.AnyTagClassName
{
color: #EC0105;
}
</style>
background-color css
<style>
a { background-color: #EC0105; }
a { background-color: rgb(236,1,5); }
div.DivClassName
{
background-color: #EC0105;
}
.BgClassName
{
background-color: #EC0105;
}
</style>
border-color css
<style>
span { border-color: #EC0105; }
span { border-color: rgb(236,1,5); }
td.TdClassName
{
border-color: #EC0105;
}
.TagClassName
{
border-color: #EC0105;
}
</style>