Shades of Torch Red #EC013B
Tints of Torch Red #EC013B
RGB
CMYK
RGB Variations
Color information
#EC013B (or 0xEC013B) is known color: Torch Red. HEX triplet: EC, 01 and 3B. RGB value is (236,1,59). Sum of RGB (Red+Green+Blue) = 236+1+59=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC013B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC013B is #13FEC4. Grayscale: #4D4D4D. Windows color (decimal): -1310405 or 3867116. OLE color: 3867116.
HSL color Cylindrical-coordinate representation of color #EC013B: hue angle of 345.19º 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 #EC013B is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.07 |
| HSL | 345.19º | 0.99% | 0.46% | - |
| HSV(B) | 345.19º | 1% | 0.93% | - |
| XYZ | 35.39 | 18.17 | 5.78 | - |
| YUV | 77.88 | 117.36 | 240.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 59 | 0 | 1.00 | 0.75 | 0.07 | 345.19 | 0.99 | 0.46 |
| Hex | EC | 1 | 3B | 0 | 64 | 4B | 7 | 159 | 63 | 2E |
| Octal | 354 | 1 | 73 | 0 | 144 | 113 | 7 | 531 | 143 | 56 |
| Binary | 11101100 | 1 | 111011 | 0 | 1100100 | 1001011 | 111 | 101011001 | 1100011 | 101110 |
Color Harmonies of #EC013B
Complementary color
Monochromatic Colors of #EC013B
Black with #EC013B
Text Example
Text Example
White with #EC013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC013B; }
p { color: rgb(236,1,59); }
H1.HeaderClassName
{
color: #EC013B;
}
.AnyTagClassName
{
color: #EC013B;
}
</style>
background-color css
<style>
a { background-color: #EC013B; }
a { background-color: rgb(236,1,59); }
div.DivClassName
{
background-color: #EC013B;
}
.BgClassName
{
background-color: #EC013B;
}
</style>
border-color css
<style>
span { border-color: #EC013B; }
span { border-color: rgb(236,1,59); }
td.TdClassName
{
border-color: #EC013B;
}
.TagClassName
{
border-color: #EC013B;
}
</style>