Shades of Venetian Red #EC0013
Tints of Venetian Red #EC0013
RGB
CMYK
RGB Variations
Color information
#EC0013 (or 0xEC0013) is known color: Venetian Red. HEX triplet: EC, 00 and 13. RGB value is (236,0,19). Sum of RGB (Red+Green+Blue) = 236+0+19=255 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.55% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0013 is #13FFEC. Grayscale: #484848. Windows color (decimal): -1310701 or 1245420. OLE color: 1245420.
HSL color Cylindrical-coordinate representation of color #EC0013: hue angle of 355.17º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0013 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.92 | 0.07 |
| HSL | 355.17º | 1% | 0.46% | - |
| HSV(B) | 355.17º | 1% | 0.93% | - |
| XYZ | 34.71 | 17.88 | 2.24 | - |
| YUV | 72.73 | 97.69 | 244.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 19 | 0 | 1 | 0.92 | 0.07 | 355.17 | 1 | 0.46 |
| Hex | EC | 0 | 13 | 0 | 64 | 5C | 7 | 163 | 64 | 2E |
| Octal | 354 | 0 | 23 | 0 | 144 | 134 | 7 | 543 | 144 | 56 |
| Binary | 11101100 | 0 | 10011 | 0 | 1100100 | 1011100 | 111 | 101100011 | 1100100 | 101110 |
Color Harmonies of #EC0013
Complementary color
Monochromatic Colors of #EC0013
Black with #EC0013
Text Example
Text Example
White with #EC0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0013; }
p { color: rgb(236,0,19); }
H1.HeaderClassName
{
color: #EC0013;
}
.AnyTagClassName
{
color: #EC0013;
}
</style>
background-color css
<style>
a { background-color: #EC0013; }
a { background-color: rgb(236,0,19); }
div.DivClassName
{
background-color: #EC0013;
}
.BgClassName
{
background-color: #EC0013;
}
</style>
border-color css
<style>
span { border-color: #EC0013; }
span { border-color: rgb(236,0,19); }
td.TdClassName
{
border-color: #EC0013;
}
.TagClassName
{
border-color: #EC0013;
}
</style>