Shades of Torch Red #EC013E
Tints of Torch Red #EC013E
RGB
CMYK
RGB Variations
Color information
#EC013E (or 0xEC013E) is known color: Torch Red. HEX triplet: EC, 01 and 3E. RGB value is (236,1,62). Sum of RGB (Red+Green+Blue) = 236+1+62=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC013E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC013E is #13FEC1. Grayscale: #4E4E4E. Windows color (decimal): -1310402 or 4063724. OLE color: 4063724.
HSL color Cylindrical-coordinate representation of color #EC013E: hue angle of 344.43º 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 #EC013E is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.07 |
| HSL | 344.43º | 0.99% | 0.46% | - |
| HSV(B) | 344.43º | 1% | 0.93% | - |
| XYZ | 35.47 | 18.2 | 6.2 | - |
| YUV | 78.22 | 118.86 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 62 | 0 | 1.00 | 0.74 | 0.07 | 344.43 | 0.99 | 0.46 |
| Hex | EC | 1 | 3E | 0 | 64 | 4A | 7 | 158 | 63 | 2E |
| Octal | 354 | 1 | 76 | 0 | 144 | 112 | 7 | 530 | 143 | 56 |
| Binary | 11101100 | 1 | 111110 | 0 | 1100100 | 1001010 | 111 | 101011000 | 1100011 | 101110 |
Color Harmonies of #EC013E
Complementary color
Monochromatic Colors of #EC013E
Black with #EC013E
Text Example
Text Example
White with #EC013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC013E; }
p { color: rgb(236,1,62); }
H1.HeaderClassName
{
color: #EC013E;
}
.AnyTagClassName
{
color: #EC013E;
}
</style>
background-color css
<style>
a { background-color: #EC013E; }
a { background-color: rgb(236,1,62); }
div.DivClassName
{
background-color: #EC013E;
}
.BgClassName
{
background-color: #EC013E;
}
</style>
border-color css
<style>
span { border-color: #EC013E; }
span { border-color: rgb(236,1,62); }
td.TdClassName
{
border-color: #EC013E;
}
.TagClassName
{
border-color: #EC013E;
}
</style>