Shades of Venetian Red #EC0115
Tints of Venetian Red #EC0115
RGB
CMYK
RGB Variations
Color information
#EC0115 (or 0xEC0115) is known color: Venetian Red. HEX triplet: EC, 01 and 15. RGB value is (236,1,21). Sum of RGB (Red+Green+Blue) = 236+1+21=258 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.47% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0115 is #13FEEA. Grayscale: #494949. Windows color (decimal): -1310443 or 1376748. OLE color: 1376748.
HSL color Cylindrical-coordinate representation of color #EC0115: hue angle of 354.89º 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 #EC0115 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 21 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.07 |
| HSL | 354.89º | 0.99% | 0.46% | - |
| HSV(B) | 354.89º | 1% | 0.93% | - |
| XYZ | 34.74 | 17.91 | 2.34 | - |
| YUV | 73.55 | 98.36 | 243.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 21 | 0 | 1.00 | 0.91 | 0.07 | 354.89 | 0.99 | 0.46 |
| Hex | EC | 1 | 15 | 0 | 64 | 5B | 7 | 163 | 63 | 2E |
| Octal | 354 | 1 | 25 | 0 | 144 | 133 | 7 | 543 | 143 | 56 |
| Binary | 11101100 | 1 | 10101 | 0 | 1100100 | 1011011 | 111 | 101100011 | 1100011 | 101110 |
Color Harmonies of #EC0115
Complementary color
Monochromatic Colors of #EC0115
Black with #EC0115
Text Example
Text Example
White with #EC0115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0115; }
p { color: rgb(236,1,21); }
H1.HeaderClassName
{
color: #EC0115;
}
.AnyTagClassName
{
color: #EC0115;
}
</style>
background-color css
<style>
a { background-color: #EC0115; }
a { background-color: rgb(236,1,21); }
div.DivClassName
{
background-color: #EC0115;
}
.BgClassName
{
background-color: #EC0115;
}
</style>
border-color css
<style>
span { border-color: #EC0115; }
span { border-color: rgb(236,1,21); }
td.TdClassName
{
border-color: #EC0115;
}
.TagClassName
{
border-color: #EC0115;
}
</style>