Shades of Torch Red #EC0138
Tints of Torch Red #EC0138
RGB
CMYK
RGB Variations
Color information
#EC0138 (or 0xEC0138) is known color: Torch Red. HEX triplet: EC, 01 and 38. RGB value is (236,1,56). Sum of RGB (Red+Green+Blue) = 236+1+56=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0138 is #13FEC7. Grayscale: #4D4D4D. Windows color (decimal): -1310408 or 3670508. OLE color: 3670508.
HSL color Cylindrical-coordinate representation of color #EC0138: hue angle of 345.96º 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 #EC0138 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 56 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.07 |
| HSL | 345.96º | 0.99% | 0.46% | - |
| HSV(B) | 345.96º | 1% | 0.93% | - |
| XYZ | 35.32 | 18.14 | 5.38 | - |
| YUV | 77.54 | 115.86 | 241.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 56 | 0 | 1.00 | 0.76 | 0.07 | 345.96 | 0.99 | 0.46 |
| Hex | EC | 1 | 38 | 0 | 64 | 4C | 7 | 15A | 63 | 2E |
| Octal | 354 | 1 | 70 | 0 | 144 | 114 | 7 | 532 | 143 | 56 |
| Binary | 11101100 | 1 | 111000 | 0 | 1100100 | 1001100 | 111 | 101011010 | 1100011 | 101110 |
Color Harmonies of #EC0138
Complementary color
Monochromatic Colors of #EC0138
Black with #EC0138
Text Example
Text Example
White with #EC0138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0138; }
p { color: rgb(236,1,56); }
H1.HeaderClassName
{
color: #EC0138;
}
.AnyTagClassName
{
color: #EC0138;
}
</style>
background-color css
<style>
a { background-color: #EC0138; }
a { background-color: rgb(236,1,56); }
div.DivClassName
{
background-color: #EC0138;
}
.BgClassName
{
background-color: #EC0138;
}
</style>
border-color css
<style>
span { border-color: #EC0138; }
span { border-color: rgb(236,1,56); }
td.TdClassName
{
border-color: #EC0138;
}
.TagClassName
{
border-color: #EC0138;
}
</style>