Shades of Venetian Red #EC000D
Tints of Venetian Red #EC000D
RGB
CMYK
RGB Variations
Color information
#EC000D (or 0xEC000D) is known color: Venetian Red. HEX triplet: EC, 00 and 0D. RGB value is (236,0,13). Sum of RGB (Red+Green+Blue) = 236+0+13=249 (32% of max value = 765). Red value is 236 (92.58% from 255 or 94.78% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 236 - color contains mainly: red. Hex color #EC000D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC000D is #13FFF2. Grayscale: #484848. Windows color (decimal): -1310707 or 852204. OLE color: 852204.
HSL color Cylindrical-coordinate representation of color #EC000D: hue angle of 356.69º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.94 | 0.07 |
| HSL | 356.69º | 1% | 0.46% | - |
| HSV(B) | 356.69º | 1% | 0.93% | - |
| XYZ | 34.66 | 17.86 | 2 | - |
| YUV | 72.05 | 94.69 | 244.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 13 | 0 | 1 | 0.94 | 0.07 | 356.69 | 1 | 0.46 |
| Hex | EC | 0 | D | 0 | 64 | 5E | 7 | 165 | 64 | 2E |
| Octal | 354 | 0 | 15 | 0 | 144 | 136 | 7 | 545 | 144 | 56 |
| Binary | 11101100 | 0 | 1101 | 0 | 1100100 | 1011110 | 111 | 101100101 | 1100100 | 101110 |
Color Harmonies of #EC000D
Complementary color
Monochromatic Colors of #EC000D
Black with #EC000D
Text Example
Text Example
White with #EC000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC000D; }
p { color: rgb(236,0,13); }
H1.HeaderClassName
{
color: #EC000D;
}
.AnyTagClassName
{
color: #EC000D;
}
</style>
background-color css
<style>
a { background-color: #EC000D; }
a { background-color: rgb(236,0,13); }
div.DivClassName
{
background-color: #EC000D;
}
.BgClassName
{
background-color: #EC000D;
}
</style>
border-color css
<style>
span { border-color: #EC000D; }
span { border-color: rgb(236,0,13); }
td.TdClassName
{
border-color: #EC000D;
}
.TagClassName
{
border-color: #EC000D;
}
</style>