Shades of Venetian Red #EC090B
Tints of Venetian Red #EC090B
RGB
CMYK
RGB Variations
Color information
#EC090B (or 0xEC090B) is known color: Venetian Red. HEX triplet: EC, 09 and 0B. RGB value is (236,9,11). Sum of RGB (Red+Green+Blue) = 236+9+11=256 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.19% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 236 - color contains mainly: red. Hex color #EC090B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC090B is #13F6F4. Grayscale: #4D4D4D. Windows color (decimal): -1308405 or 723436. OLE color: 723436.
HSL color Cylindrical-coordinate representation of color #EC090B: hue angle of 359.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC090B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.07 |
| HSL | 359.47º | 0.93% | 0.48% | - |
| HSV(B) | 359.47º | 0.96% | 0.93% | - |
| XYZ | 34.75 | 18.05 | 1.97 | - |
| YUV | 77.1 | 90.71 | 241.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 11 | 0 | 0.96 | 0.95 | 0.07 | 359.47 | 0.93 | 0.48 |
| Hex | EC | 9 | B | 0 | 60 | 5F | 7 | 167 | 5D | 30 |
| Octal | 354 | 11 | 13 | 0 | 140 | 137 | 7 | 547 | 135 | 60 |
| Binary | 11101100 | 1001 | 1011 | 0 | 1100000 | 1011111 | 111 | 101100111 | 1011101 | 110000 |
Color Harmonies of #EC090B
Complementary color
Monochromatic Colors of #EC090B
Black with #EC090B
Text Example
Text Example
White with #EC090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC090B; }
p { color: rgb(236,9,11); }
H1.HeaderClassName
{
color: #EC090B;
}
.AnyTagClassName
{
color: #EC090B;
}
</style>
background-color css
<style>
a { background-color: #EC090B; }
a { background-color: rgb(236,9,11); }
div.DivClassName
{
background-color: #EC090B;
}
.BgClassName
{
background-color: #EC090B;
}
</style>
border-color css
<style>
span { border-color: #EC090B; }
span { border-color: rgb(236,9,11); }
td.TdClassName
{
border-color: #EC090B;
}
.TagClassName
{
border-color: #EC090B;
}
</style>