Shades of Venetian Red #EC010D
Tints of Venetian Red #EC010D
RGB
CMYK
RGB Variations
Color information
#EC010D (or 0xEC010D) is known color: Venetian Red. HEX triplet: EC, 01 and 0D. RGB value is (236,1,13). Sum of RGB (Red+Green+Blue) = 236+1+13=250 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 236 - color contains mainly: red. Hex color #EC010D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC010D is #13FEF2. Grayscale: #484848. Windows color (decimal): -1310451 or 852460. OLE color: 852460.
HSL color Cylindrical-coordinate representation of color #EC010D: hue angle of 356.94º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.07 |
| HSL | 356.94º | 0.99% | 0.46% | - |
| HSV(B) | 356.94º | 1% | 0.93% | - |
| XYZ | 34.68 | 17.88 | 2.01 | - |
| YUV | 72.63 | 94.36 | 244.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 13 | 0 | 1.00 | 0.94 | 0.07 | 356.94 | 0.99 | 0.46 |
| Hex | EC | 1 | D | 0 | 64 | 5E | 7 | 165 | 63 | 2E |
| Octal | 354 | 1 | 15 | 0 | 144 | 136 | 7 | 545 | 143 | 56 |
| Binary | 11101100 | 1 | 1101 | 0 | 1100100 | 1011110 | 111 | 101100101 | 1100011 | 101110 |
Color Harmonies of #EC010D
Complementary color
Monochromatic Colors of #EC010D
Black with #EC010D
Text Example
Text Example
White with #EC010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC010D; }
p { color: rgb(236,1,13); }
H1.HeaderClassName
{
color: #EC010D;
}
.AnyTagClassName
{
color: #EC010D;
}
</style>
background-color css
<style>
a { background-color: #EC010D; }
a { background-color: rgb(236,1,13); }
div.DivClassName
{
background-color: #EC010D;
}
.BgClassName
{
background-color: #EC010D;
}
</style>
border-color css
<style>
span { border-color: #EC010D; }
span { border-color: rgb(236,1,13); }
td.TdClassName
{
border-color: #EC010D;
}
.TagClassName
{
border-color: #EC010D;
}
</style>