Shades of Torch Red #EC0128
Tints of Torch Red #EC0128
RGB
CMYK
RGB Variations
Color information
#EC0128 (or 0xEC0128) is known color: Torch Red. HEX triplet: EC, 01 and 28. RGB value is (236,1,40). Sum of RGB (Red+Green+Blue) = 236+1+40=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0128 is #13FED7. Grayscale: #4B4B4B. Windows color (decimal): -1310424 or 2621932. OLE color: 2621932.
HSL color Cylindrical-coordinate representation of color #EC0128: hue angle of 350.04º 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 #EC0128 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.07 |
| HSL | 350.04º | 0.99% | 0.46% | - |
| HSV(B) | 350.04º | 1% | 0.93% | - |
| XYZ | 34.99 | 18.01 | 3.64 | - |
| YUV | 75.71 | 107.86 | 242.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 40 | 0 | 1.00 | 0.83 | 0.07 | 350.04 | 0.99 | 0.46 |
| Hex | EC | 1 | 28 | 0 | 64 | 53 | 7 | 15E | 63 | 2E |
| Octal | 354 | 1 | 50 | 0 | 144 | 123 | 7 | 536 | 143 | 56 |
| Binary | 11101100 | 1 | 101000 | 0 | 1100100 | 1010011 | 111 | 101011110 | 1100011 | 101110 |
Color Harmonies of #EC0128
Complementary color
Monochromatic Colors of #EC0128
Black with #EC0128
Text Example
Text Example
White with #EC0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0128; }
p { color: rgb(236,1,40); }
H1.HeaderClassName
{
color: #EC0128;
}
.AnyTagClassName
{
color: #EC0128;
}
</style>
background-color css
<style>
a { background-color: #EC0128; }
a { background-color: rgb(236,1,40); }
div.DivClassName
{
background-color: #EC0128;
}
.BgClassName
{
background-color: #EC0128;
}
</style>
border-color css
<style>
span { border-color: #EC0128; }
span { border-color: rgb(236,1,40); }
td.TdClassName
{
border-color: #EC0128;
}
.TagClassName
{
border-color: #EC0128;
}
</style>