Shades of Venetian Red #EC060A
Tints of Venetian Red #EC060A
RGB
CMYK
RGB Variations
Color information
#EC060A (or 0xEC060A) is known color: Venetian Red. HEX triplet: EC, 06 and 0A. RGB value is (236,6,10). Sum of RGB (Red+Green+Blue) = 236+6+10=252 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.65% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 236 - color contains mainly: red. Hex color #EC060A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC060A is #13F9F5. Grayscale: #4B4B4B. Windows color (decimal): -1309174 or 657132. OLE color: 657132.
HSL color Cylindrical-coordinate representation of color #EC060A: hue angle of 358.96º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC060A is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 10 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.07 |
| HSL | 358.96º | 0.95% | 0.47% | - |
| HSV(B) | 358.96º | 0.97% | 0.93% | - |
| XYZ | 34.71 | 17.99 | 1.93 | - |
| YUV | 75.23 | 91.2 | 242.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 10 | 0 | 0.97 | 0.96 | 0.07 | 358.96 | 0.95 | 0.47 |
| Hex | EC | 6 | A | 0 | 61 | 60 | 7 | 167 | 5F | 2F |
| Octal | 354 | 6 | 12 | 0 | 141 | 140 | 7 | 547 | 137 | 57 |
| Binary | 11101100 | 110 | 1010 | 0 | 1100001 | 1100000 | 111 | 101100111 | 1011111 | 101111 |
Color Harmonies of #EC060A
Complementary color
Monochromatic Colors of #EC060A
Black with #EC060A
Text Example
Text Example
White with #EC060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC060A; }
p { color: rgb(236,6,10); }
H1.HeaderClassName
{
color: #EC060A;
}
.AnyTagClassName
{
color: #EC060A;
}
</style>
background-color css
<style>
a { background-color: #EC060A; }
a { background-color: rgb(236,6,10); }
div.DivClassName
{
background-color: #EC060A;
}
.BgClassName
{
background-color: #EC060A;
}
</style>
border-color css
<style>
span { border-color: #EC060A; }
span { border-color: rgb(236,6,10); }
td.TdClassName
{
border-color: #EC060A;
}
.TagClassName
{
border-color: #EC060A;
}
</style>