Shades of Venetian Red #EC0316
Tints of Venetian Red #EC0316
RGB
CMYK
RGB Variations
Color information
#EC0316 (or 0xEC0316) is known color: Venetian Red. HEX triplet: EC, 03 and 16. RGB value is (236,3,22). Sum of RGB (Red+Green+Blue) = 236+3+22=261 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.42% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0316 is #13FCE9. Grayscale: #4A4A4A. Windows color (decimal): -1309930 or 1442796. OLE color: 1442796.
HSL color Cylindrical-coordinate representation of color #EC0316: hue angle of 355.11º 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 #EC0316 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 22 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.07 |
| HSL | 355.11º | 0.97% | 0.47% | - |
| HSV(B) | 355.11º | 0.99% | 0.93% | - |
| XYZ | 34.77 | 17.96 | 2.39 | - |
| YUV | 74.83 | 98.19 | 242.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 22 | 0 | 0.99 | 0.91 | 0.07 | 355.11 | 0.97 | 0.47 |
| Hex | EC | 3 | 16 | 0 | 63 | 5B | 7 | 163 | 61 | 2F |
| Octal | 354 | 3 | 26 | 0 | 143 | 133 | 7 | 543 | 141 | 57 |
| Binary | 11101100 | 11 | 10110 | 0 | 1100011 | 1011011 | 111 | 101100011 | 1100001 | 101111 |
Color Harmonies of #EC0316
Complementary color
Monochromatic Colors of #EC0316
Black with #EC0316
Text Example
Text Example
White with #EC0316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0316; }
p { color: rgb(236,3,22); }
H1.HeaderClassName
{
color: #EC0316;
}
.AnyTagClassName
{
color: #EC0316;
}
</style>
background-color css
<style>
a { background-color: #EC0316; }
a { background-color: rgb(236,3,22); }
div.DivClassName
{
background-color: #EC0316;
}
.BgClassName
{
background-color: #EC0316;
}
</style>
border-color css
<style>
span { border-color: #EC0316; }
span { border-color: rgb(236,3,22); }
td.TdClassName
{
border-color: #EC0316;
}
.TagClassName
{
border-color: #EC0316;
}
</style>