Shades of Venetian Red #EC000C
Tints of Venetian Red #EC000C
RGB
CMYK
RGB Variations
Color information
#EC000C (or 0xEC000C) is known color: Venetian Red. HEX triplet: EC, 00 and 0C. RGB value is (236,0,12). Sum of RGB (Red+Green+Blue) = 236+0+12=248 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.16% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 236 - color contains mainly: red. Hex color #EC000C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC000C is #13FFF3. Grayscale: #484848. Windows color (decimal): -1310708 or 786668. OLE color: 786668.
HSL color Cylindrical-coordinate representation of color #EC000C: hue angle of 356.95º 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 #EC000C is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.95 | 0.07 |
| HSL | 356.95º | 1% | 0.46% | - |
| HSV(B) | 356.95º | 1% | 0.93% | - |
| XYZ | 34.66 | 17.86 | 1.97 | - |
| YUV | 71.93 | 94.19 | 245.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 12 | 0 | 1 | 0.95 | 0.07 | 356.95 | 1 | 0.46 |
| Hex | EC | 0 | C | 0 | 64 | 5F | 7 | 165 | 64 | 2E |
| Octal | 354 | 0 | 14 | 0 | 144 | 137 | 7 | 545 | 144 | 56 |
| Binary | 11101100 | 0 | 1100 | 0 | 1100100 | 1011111 | 111 | 101100101 | 1100100 | 101110 |
Color Harmonies of #EC000C
Complementary color
Monochromatic Colors of #EC000C
Black with #EC000C
Text Example
Text Example
White with #EC000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC000C; }
p { color: rgb(236,0,12); }
H1.HeaderClassName
{
color: #EC000C;
}
.AnyTagClassName
{
color: #EC000C;
}
</style>
background-color css
<style>
a { background-color: #EC000C; }
a { background-color: rgb(236,0,12); }
div.DivClassName
{
background-color: #EC000C;
}
.BgClassName
{
background-color: #EC000C;
}
</style>
border-color css
<style>
span { border-color: #EC000C; }
span { border-color: rgb(236,0,12); }
td.TdClassName
{
border-color: #EC000C;
}
.TagClassName
{
border-color: #EC000C;
}
</style>