Shades of Venetian Red #EC040D
Tints of Venetian Red #EC040D
RGB
CMYK
RGB Variations
Color information
#EC040D (or 0xEC040D) is known color: Venetian Red. HEX triplet: EC, 04 and 0D. RGB value is (236,4,13). Sum of RGB (Red+Green+Blue) = 236+4+13=253 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.28% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 236 - color contains mainly: red. Hex color #EC040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC040D is #13FBF2. Grayscale: #4A4A4A. Windows color (decimal): -1309683 or 853228. OLE color: 853228.
HSL color Cylindrical-coordinate representation of color #EC040D: hue angle of 357.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC040D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 4 | 13 | - |
CMYK | 0 | 0.98 | 0.94 | 0.07 |
HSL | 357.67º | 0.97% | 0.47% | - |
HSV(B) | 357.67º | 0.98% | 0.93% | - |
XYZ | 34.71 | 17.95 | 2.02 | - |
YUV | 74.39 | 93.36 | 243.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 4 | 13 | 0 | 0.98 | 0.94 | 0.07 | 357.67 | 0.97 | 0.47 |
Hex | EC | 4 | D | 0 | 62 | 5E | 7 | 166 | 61 | 2F |
Octal | 354 | 4 | 15 | 0 | 142 | 136 | 7 | 546 | 141 | 57 |
Binary | 11101100 | 100 | 1101 | 0 | 1100010 | 1011110 | 111 | 101100110 | 1100001 | 101111 |
Color Harmonies of #EC040D
Complementary color
Monochromatic Colors of #EC040D
Black with #EC040D
Text Example
Text Example
White with #EC040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC040D; }
p { color: rgb(236,4,13); }
H1.HeaderClassName
{
color: #EC040D;
}
.AnyTagClassName
{
color: #EC040D;
}
</style>
background-color css
<style>
a { background-color: #EC040D; }
a { background-color: rgb(236,4,13); }
div.DivClassName
{
background-color: #EC040D;
}
.BgClassName
{
background-color: #EC040D;
}
</style>
border-color css
<style>
span { border-color: #EC040D; }
span { border-color: rgb(236,4,13); }
td.TdClassName
{
border-color: #EC040D;
}
.TagClassName
{
border-color: #EC040D;
}
</style>