Shades of Venetian Red #EC0205
Tints of Venetian Red #EC0205
RGB
CMYK
RGB Variations
Color information
#EC0205 (or 0xEC0205) is known color: Venetian Red. HEX triplet: EC, 02 and 05. RGB value is (236,2,5). Sum of RGB (Red+Green+Blue) = 236+2+5=243 (32% of max value = 765). Red value is 236 (92.58% from 255 or 97.12% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0205 is #13FDFA. Grayscale: #484848. Windows color (decimal): -1310203 or 328428. OLE color: 328428.
HSL color Cylindrical-coordinate representation of color #EC0205: hue angle of 359.23º 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 #EC0205 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.07 |
| HSL | 359.23º | 0.98% | 0.47% | - |
| HSV(B) | 359.23º | 0.99% | 0.93% | - |
| XYZ | 34.64 | 17.89 | 1.77 | - |
| YUV | 72.31 | 90.02 | 244.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 5 | 0 | 0.99 | 0.98 | 0.07 | 359.23 | 0.98 | 0.47 |
| Hex | EC | 2 | 5 | 0 | 63 | 62 | 7 | 167 | 62 | 2F |
| Octal | 354 | 2 | 5 | 0 | 143 | 142 | 7 | 547 | 142 | 57 |
| Binary | 11101100 | 10 | 101 | 0 | 1100011 | 1100010 | 111 | 101100111 | 1100010 | 101111 |
Color Harmonies of #EC0205
Complementary color
Monochromatic Colors of #EC0205
Black with #EC0205
Text Example
Text Example
White with #EC0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0205; }
p { color: rgb(236,2,5); }
H1.HeaderClassName
{
color: #EC0205;
}
.AnyTagClassName
{
color: #EC0205;
}
</style>
background-color css
<style>
a { background-color: #EC0205; }
a { background-color: rgb(236,2,5); }
div.DivClassName
{
background-color: #EC0205;
}
.BgClassName
{
background-color: #EC0205;
}
</style>
border-color css
<style>
span { border-color: #EC0205; }
span { border-color: rgb(236,2,5); }
td.TdClassName
{
border-color: #EC0205;
}
.TagClassName
{
border-color: #EC0205;
}
</style>