Shades of Venetian Red #EC0002
Tints of Venetian Red #EC0002
RGB
CMYK
RGB Variations
Color information
#EC0002 (or 0xEC0002) is known color: Venetian Red. HEX triplet: EC, 00 and 02. RGB value is (236,0,2). Sum of RGB (Red+Green+Blue) = 236+0+2=238 (31% of max value = 765). Red value is 236 (92.58% from 255 or 99.16% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0002 is #13FFFD. Grayscale: #474747. Windows color (decimal): -1310718 or 131308. OLE color: 131308.
HSL color Cylindrical-coordinate representation of color #EC0002: hue angle of 359.49º 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 #EC0002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.07 |
| HSL | 359.49º | 1% | 0.46% | - |
| HSV(B) | 359.49º | 1% | 0.93% | - |
| XYZ | 34.6 | 17.84 | 1.68 | - |
| YUV | 70.79 | 89.19 | 245.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 2 | 0 | 1 | 0.99 | 0.07 | 359.49 | 1 | 0.46 |
| Hex | EC | 0 | 2 | 0 | 64 | 63 | 7 | 167 | 64 | 2E |
| Octal | 354 | 0 | 2 | 0 | 144 | 143 | 7 | 547 | 144 | 56 |
| Binary | 11101100 | 0 | 10 | 0 | 1100100 | 1100011 | 111 | 101100111 | 1100100 | 101110 |
Color Harmonies of #EC0002
Complementary color
Monochromatic Colors of #EC0002
Black with #EC0002
Text Example
Text Example
White with #EC0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0002; }
p { color: rgb(236,0,2); }
H1.HeaderClassName
{
color: #EC0002;
}
.AnyTagClassName
{
color: #EC0002;
}
</style>
background-color css
<style>
a { background-color: #EC0002; }
a { background-color: rgb(236,0,2); }
div.DivClassName
{
background-color: #EC0002;
}
.BgClassName
{
background-color: #EC0002;
}
</style>
border-color css
<style>
span { border-color: #EC0002; }
span { border-color: rgb(236,0,2); }
td.TdClassName
{
border-color: #EC0002;
}
.TagClassName
{
border-color: #EC0002;
}
</style>