Shades of Venetian Red #EC0007
Tints of Venetian Red #EC0007
RGB
CMYK
RGB Variations
Color information
#EC0007 (or 0xEC0007) is known color: Venetian Red. HEX triplet: EC, 00 and 07. RGB value is (236,0,7). Sum of RGB (Red+Green+Blue) = 236+0+7=243 (32% of max value = 765). Red value is 236 (92.58% from 255 or 97.12% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0007 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0007 is #13FFF8. Grayscale: #474747. Windows color (decimal): -1310713 or 458988. OLE color: 458988.
HSL color Cylindrical-coordinate representation of color #EC0007: hue angle of 358.22º 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 #EC0007 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.97 | 0.07 |
| HSL | 358.22º | 1% | 0.46% | - |
| HSV(B) | 358.22º | 1% | 0.93% | - |
| XYZ | 34.63 | 17.85 | 1.82 | - |
| YUV | 71.36 | 91.69 | 245.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 7 | 0 | 1 | 0.97 | 0.07 | 358.22 | 1 | 0.46 |
| Hex | EC | 0 | 7 | 0 | 64 | 61 | 7 | 166 | 64 | 2E |
| Octal | 354 | 0 | 7 | 0 | 144 | 141 | 7 | 546 | 144 | 56 |
| Binary | 11101100 | 0 | 111 | 0 | 1100100 | 1100001 | 111 | 101100110 | 1100100 | 101110 |
Color Harmonies of #EC0007
Complementary color
Monochromatic Colors of #EC0007
Black with #EC0007
Text Example
Text Example
White with #EC0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0007; }
p { color: rgb(236,0,7); }
H1.HeaderClassName
{
color: #EC0007;
}
.AnyTagClassName
{
color: #EC0007;
}
</style>
background-color css
<style>
a { background-color: #EC0007; }
a { background-color: rgb(236,0,7); }
div.DivClassName
{
background-color: #EC0007;
}
.BgClassName
{
background-color: #EC0007;
}
</style>
border-color css
<style>
span { border-color: #EC0007; }
span { border-color: rgb(236,0,7); }
td.TdClassName
{
border-color: #EC0007;
}
.TagClassName
{
border-color: #EC0007;
}
</style>