Shades of Venetian Red #EC050B
Tints of Venetian Red #EC050B
RGB
CMYK
RGB Variations
Color information
#EC050B (or 0xEC050B) is known color: Venetian Red. HEX triplet: EC, 05 and 0B. RGB value is (236,5,11). Sum of RGB (Red+Green+Blue) = 236+5+11=252 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.65% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 236 - color contains mainly: red. Hex color #EC050B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC050B is #13FAF4. Grayscale: #4A4A4A. Windows color (decimal): -1309429 or 722412. OLE color: 722412.
HSL color Cylindrical-coordinate representation of color #EC050B: hue angle of 358.44º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC050B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.07 |
| HSL | 358.44º | 0.96% | 0.47% | - |
| HSV(B) | 358.44º | 0.98% | 0.93% | - |
| XYZ | 34.71 | 17.97 | 1.96 | - |
| YUV | 74.75 | 92.03 | 243.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 11 | 0 | 0.98 | 0.95 | 0.07 | 358.44 | 0.96 | 0.47 |
| Hex | EC | 5 | B | 0 | 62 | 5F | 7 | 166 | 60 | 2F |
| Octal | 354 | 5 | 13 | 0 | 142 | 137 | 7 | 546 | 140 | 57 |
| Binary | 11101100 | 101 | 1011 | 0 | 1100010 | 1011111 | 111 | 101100110 | 1100000 | 101111 |
Color Harmonies of #EC050B
Complementary color
Monochromatic Colors of #EC050B
Black with #EC050B
Text Example
Text Example
White with #EC050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC050B; }
p { color: rgb(236,5,11); }
H1.HeaderClassName
{
color: #EC050B;
}
.AnyTagClassName
{
color: #EC050B;
}
</style>
background-color css
<style>
a { background-color: #EC050B; }
a { background-color: rgb(236,5,11); }
div.DivClassName
{
background-color: #EC050B;
}
.BgClassName
{
background-color: #EC050B;
}
</style>
border-color css
<style>
span { border-color: #EC050B; }
span { border-color: rgb(236,5,11); }
td.TdClassName
{
border-color: #EC050B;
}
.TagClassName
{
border-color: #EC050B;
}
</style>