Shades of Venetian Red #EC0307
Tints of Venetian Red #EC0307
RGB
CMYK
RGB Variations
Color information
#EC0307 (or 0xEC0307) is known color: Venetian Red. HEX triplet: EC, 03 and 07. RGB value is (236,3,7). Sum of RGB (Red+Green+Blue) = 236+3+7=246 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.93% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0307 is #13FCF8. Grayscale: #494949. Windows color (decimal): -1309945 or 459756. OLE color: 459756.
HSL color Cylindrical-coordinate representation of color #EC0307: hue angle of 358.97º 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 #EC0307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.07 |
| HSL | 358.97º | 0.97% | 0.47% | - |
| HSV(B) | 358.97º | 0.99% | 0.93% | - |
| XYZ | 34.66 | 17.91 | 1.83 | - |
| YUV | 73.12 | 90.69 | 244.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 7 | 0 | 0.99 | 0.97 | 0.07 | 358.97 | 0.97 | 0.47 |
| Hex | EC | 3 | 7 | 0 | 63 | 61 | 7 | 167 | 61 | 2F |
| Octal | 354 | 3 | 7 | 0 | 143 | 141 | 7 | 547 | 141 | 57 |
| Binary | 11101100 | 11 | 111 | 0 | 1100011 | 1100001 | 111 | 101100111 | 1100001 | 101111 |
Color Harmonies of #EC0307
Complementary color
Monochromatic Colors of #EC0307
Black with #EC0307
Text Example
Text Example
White with #EC0307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0307; }
p { color: rgb(236,3,7); }
H1.HeaderClassName
{
color: #EC0307;
}
.AnyTagClassName
{
color: #EC0307;
}
</style>
background-color css
<style>
a { background-color: #EC0307; }
a { background-color: rgb(236,3,7); }
div.DivClassName
{
background-color: #EC0307;
}
.BgClassName
{
background-color: #EC0307;
}
</style>
border-color css
<style>
span { border-color: #EC0307; }
span { border-color: rgb(236,3,7); }
td.TdClassName
{
border-color: #EC0307;
}
.TagClassName
{
border-color: #EC0307;
}
</style>