Shades of Venetian Red #EC030D
Tints of Venetian Red #EC030D
RGB
CMYK
RGB Variations
Color information
#EC030D (or 0xEC030D) is known color: Venetian Red. HEX triplet: EC, 03 and 0D. RGB value is (236,3,13). Sum of RGB (Red+Green+Blue) = 236+3+13=252 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.65% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 236 - color contains mainly: red. Hex color #EC030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC030D is #13FCF2. Grayscale: #4A4A4A. Windows color (decimal): -1309939 or 852972. OLE color: 852972.
HSL color Cylindrical-coordinate representation of color #EC030D: hue angle of 357.42º 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 #EC030D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.07 |
| HSL | 357.42º | 0.97% | 0.47% | - |
| HSV(B) | 357.42º | 0.99% | 0.93% | - |
| XYZ | 34.7 | 17.93 | 2.01 | - |
| YUV | 73.81 | 93.69 | 243.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 13 | 0 | 0.99 | 0.94 | 0.07 | 357.42 | 0.97 | 0.47 |
| Hex | EC | 3 | D | 0 | 63 | 5E | 7 | 165 | 61 | 2F |
| Octal | 354 | 3 | 15 | 0 | 143 | 136 | 7 | 545 | 141 | 57 |
| Binary | 11101100 | 11 | 1101 | 0 | 1100011 | 1011110 | 111 | 101100101 | 1100001 | 101111 |
Color Harmonies of #EC030D
Complementary color
Monochromatic Colors of #EC030D
Black with #EC030D
Text Example
Text Example
White with #EC030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC030D; }
p { color: rgb(236,3,13); }
H1.HeaderClassName
{
color: #EC030D;
}
.AnyTagClassName
{
color: #EC030D;
}
</style>
background-color css
<style>
a { background-color: #EC030D; }
a { background-color: rgb(236,3,13); }
div.DivClassName
{
background-color: #EC030D;
}
.BgClassName
{
background-color: #EC030D;
}
</style>
border-color css
<style>
span { border-color: #EC030D; }
span { border-color: rgb(236,3,13); }
td.TdClassName
{
border-color: #EC030D;
}
.TagClassName
{
border-color: #EC030D;
}
</style>