Shades of Venetian Red #EC030A
Tints of Venetian Red #EC030A
RGB
CMYK
RGB Variations
Color information
#EC030A (or 0xEC030A) is known color: Venetian Red. HEX triplet: EC, 03 and 0A. RGB value is (236,3,10). Sum of RGB (Red+Green+Blue) = 236+3+10=249 (32% of max value = 765). Red value is 236 (92.58% from 255 or 94.78% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 236 - color contains mainly: red. Hex color #EC030A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC030A is #13FCF5. Grayscale: #494949. Windows color (decimal): -1309942 or 656364. OLE color: 656364.
HSL color Cylindrical-coordinate representation of color #EC030A: hue angle of 358.2º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC030A is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 10 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.07 |
| HSL | 358.2º | 0.97% | 0.47% | - |
| HSV(B) | 358.2º | 0.99% | 0.93% | - |
| XYZ | 34.68 | 17.92 | 1.92 | - |
| YUV | 73.47 | 92.19 | 243.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 10 | 0 | 0.99 | 0.96 | 0.07 | 358.2 | 0.97 | 0.47 |
| Hex | EC | 3 | A | 0 | 63 | 60 | 7 | 166 | 61 | 2F |
| Octal | 354 | 3 | 12 | 0 | 143 | 140 | 7 | 546 | 141 | 57 |
| Binary | 11101100 | 11 | 1010 | 0 | 1100011 | 1100000 | 111 | 101100110 | 1100001 | 101111 |
Color Harmonies of #EC030A
Complementary color
Monochromatic Colors of #EC030A
Black with #EC030A
Text Example
Text Example
White with #EC030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC030A; }
p { color: rgb(236,3,10); }
H1.HeaderClassName
{
color: #EC030A;
}
.AnyTagClassName
{
color: #EC030A;
}
</style>
background-color css
<style>
a { background-color: #EC030A; }
a { background-color: rgb(236,3,10); }
div.DivClassName
{
background-color: #EC030A;
}
.BgClassName
{
background-color: #EC030A;
}
</style>
border-color css
<style>
span { border-color: #EC030A; }
span { border-color: rgb(236,3,10); }
td.TdClassName
{
border-color: #EC030A;
}
.TagClassName
{
border-color: #EC030A;
}
</style>