Shades of Venetian Red #EC060B
Tints of Venetian Red #EC060B
RGB
CMYK
RGB Variations
Color information
#EC060B (or 0xEC060B) is known color: Venetian Red. HEX triplet: EC, 06 and 0B. RGB value is (236,6,11). Sum of RGB (Red+Green+Blue) = 236+6+11=253 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.28% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 236 - color contains mainly: red. Hex color #EC060B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC060B is #13F9F4. Grayscale: #4B4B4B. Windows color (decimal): -1309173 or 722668. OLE color: 722668.
HSL color Cylindrical-coordinate representation of color #EC060B: hue angle of 358.7º 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 #EC060B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 6 | 11 | - |
CMYK | 0 | 0.97 | 0.95 | 0.07 |
HSL | 358.7º | 0.95% | 0.47% | - |
HSV(B) | 358.7º | 0.97% | 0.93% | - |
XYZ | 34.72 | 17.99 | 1.96 | - |
YUV | 75.34 | 91.7 | 242.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 6 | 11 | 0 | 0.97 | 0.95 | 0.07 | 358.7 | 0.95 | 0.47 |
Hex | EC | 6 | B | 0 | 61 | 5F | 7 | 167 | 5F | 2F |
Octal | 354 | 6 | 13 | 0 | 141 | 137 | 7 | 547 | 137 | 57 |
Binary | 11101100 | 110 | 1011 | 0 | 1100001 | 1011111 | 111 | 101100111 | 1011111 | 101111 |
Color Harmonies of #EC060B
Complementary color
Monochromatic Colors of #EC060B
Black with #EC060B
Text Example
Text Example
White with #EC060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC060B; }
p { color: rgb(236,6,11); }
H1.HeaderClassName
{
color: #EC060B;
}
.AnyTagClassName
{
color: #EC060B;
}
</style>
background-color css
<style>
a { background-color: #EC060B; }
a { background-color: rgb(236,6,11); }
div.DivClassName
{
background-color: #EC060B;
}
.BgClassName
{
background-color: #EC060B;
}
</style>
border-color css
<style>
span { border-color: #EC060B; }
span { border-color: rgb(236,6,11); }
td.TdClassName
{
border-color: #EC060B;
}
.TagClassName
{
border-color: #EC060B;
}
</style>