Shades of Venetian Red #EC020D
Tints of Venetian Red #EC020D
RGB
CMYK
RGB Variations
Color information
#EC020D (or 0xEC020D) is known color: Venetian Red. HEX triplet: EC, 02 and 0D. RGB value is (236,2,13). Sum of RGB (Red+Green+Blue) = 236+2+13=251 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.02% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 236 - color contains mainly: red. Hex color #EC020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC020D is #13FDF2. Grayscale: #494949. Windows color (decimal): -1310195 or 852716. OLE color: 852716.
HSL color Cylindrical-coordinate representation of color #EC020D: hue angle of 357.18º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC020D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.07 |
| HSL | 357.18º | 0.98% | 0.47% | - |
| HSV(B) | 357.18º | 0.99% | 0.93% | - |
| XYZ | 34.69 | 17.91 | 2.01 | - |
| YUV | 73.22 | 94.02 | 244.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 13 | 0 | 0.99 | 0.94 | 0.07 | 357.18 | 0.98 | 0.47 |
| Hex | EC | 2 | D | 0 | 63 | 5E | 7 | 165 | 62 | 2F |
| Octal | 354 | 2 | 15 | 0 | 143 | 136 | 7 | 545 | 142 | 57 |
| Binary | 11101100 | 10 | 1101 | 0 | 1100011 | 1011110 | 111 | 101100101 | 1100010 | 101111 |
Color Harmonies of #EC020D
Complementary color
Monochromatic Colors of #EC020D
Black with #EC020D
Text Example
Text Example
White with #EC020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC020D; }
p { color: rgb(236,2,13); }
H1.HeaderClassName
{
color: #EC020D;
}
.AnyTagClassName
{
color: #EC020D;
}
</style>
background-color css
<style>
a { background-color: #EC020D; }
a { background-color: rgb(236,2,13); }
div.DivClassName
{
background-color: #EC020D;
}
.BgClassName
{
background-color: #EC020D;
}
</style>
border-color css
<style>
span { border-color: #EC020D; }
span { border-color: rgb(236,2,13); }
td.TdClassName
{
border-color: #EC020D;
}
.TagClassName
{
border-color: #EC020D;
}
</style>