Shades of Venetian Red #EC0103
Tints of Venetian Red #EC0103
RGB
CMYK
RGB Variations
Color information
#EC0103 (or 0xEC0103) is known color: Venetian Red. HEX triplet: EC, 01 and 03. RGB value is (236,1,3). Sum of RGB (Red+Green+Blue) = 236+1+3=240 (31% of max value = 765). Red value is 236 (92.58% from 255 or 98.33% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0103 is #13FEFC. Grayscale: #474747. Windows color (decimal): -1310461 or 197100. OLE color: 197100.
HSL color Cylindrical-coordinate representation of color #EC0103: hue angle of 359.49º 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 #EC0103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.07 |
| HSL | 359.49º | 0.99% | 0.46% | - |
| HSV(B) | 359.49º | 1% | 0.93% | - |
| XYZ | 34.62 | 17.86 | 1.71 | - |
| YUV | 71.49 | 89.36 | 245.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 3 | 0 | 1.00 | 0.99 | 0.07 | 359.49 | 0.99 | 0.46 |
| Hex | EC | 1 | 3 | 0 | 64 | 63 | 7 | 167 | 63 | 2E |
| Octal | 354 | 1 | 3 | 0 | 144 | 143 | 7 | 547 | 143 | 56 |
| Binary | 11101100 | 1 | 11 | 0 | 1100100 | 1100011 | 111 | 101100111 | 1100011 | 101110 |
Color Harmonies of #EC0103
Complementary color
Monochromatic Colors of #EC0103
Black with #EC0103
Text Example
Text Example
White with #EC0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0103; }
p { color: rgb(236,1,3); }
H1.HeaderClassName
{
color: #EC0103;
}
.AnyTagClassName
{
color: #EC0103;
}
</style>
background-color css
<style>
a { background-color: #EC0103; }
a { background-color: rgb(236,1,3); }
div.DivClassName
{
background-color: #EC0103;
}
.BgClassName
{
background-color: #EC0103;
}
</style>
border-color css
<style>
span { border-color: #EC0103; }
span { border-color: rgb(236,1,3); }
td.TdClassName
{
border-color: #EC0103;
}
.TagClassName
{
border-color: #EC0103;
}
</style>