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