Shades of Torch Red #EC0123
Tints of Torch Red #EC0123
RGB
CMYK
RGB Variations
Color information
#EC0123 (or 0xEC0123) is known color: Torch Red. HEX triplet: EC, 01 and 23. RGB value is (236,1,35). Sum of RGB (Red+Green+Blue) = 236+1+35=272 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.76% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0123 is #13FEDC. Grayscale: #4B4B4B. Windows color (decimal): -1310429 or 2294252. OLE color: 2294252.
HSL color Cylindrical-coordinate representation of color #EC0123: hue angle of 351.32º 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 #EC0123 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 35 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.07 |
| HSL | 351.32º | 0.99% | 0.46% | - |
| HSV(B) | 351.32º | 1% | 0.93% | - |
| XYZ | 34.91 | 17.98 | 3.22 | - |
| YUV | 75.14 | 105.36 | 242.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 35 | 0 | 1.00 | 0.85 | 0.07 | 351.32 | 0.99 | 0.46 |
| Hex | EC | 1 | 23 | 0 | 64 | 55 | 7 | 15F | 63 | 2E |
| Octal | 354 | 1 | 43 | 0 | 144 | 125 | 7 | 537 | 143 | 56 |
| Binary | 11101100 | 1 | 100011 | 0 | 1100100 | 1010101 | 111 | 101011111 | 1100011 | 101110 |
Color Harmonies of #EC0123
Complementary color
Monochromatic Colors of #EC0123
Black with #EC0123
Text Example
Text Example
White with #EC0123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0123; }
p { color: rgb(236,1,35); }
H1.HeaderClassName
{
color: #EC0123;
}
.AnyTagClassName
{
color: #EC0123;
}
</style>
background-color css
<style>
a { background-color: #EC0123; }
a { background-color: rgb(236,1,35); }
div.DivClassName
{
background-color: #EC0123;
}
.BgClassName
{
background-color: #EC0123;
}
</style>
border-color css
<style>
span { border-color: #EC0123; }
span { border-color: rgb(236,1,35); }
td.TdClassName
{
border-color: #EC0123;
}
.TagClassName
{
border-color: #EC0123;
}
</style>