Shades of Torch Red #EC0127
Tints of Torch Red #EC0127
RGB
CMYK
RGB Variations
Color information
#EC0127 (or 0xEC0127) is known color: Torch Red. HEX triplet: EC, 01 and 27. RGB value is (236,1,39). Sum of RGB (Red+Green+Blue) = 236+1+39=276 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.51% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0127 is #13FED8. Grayscale: #4B4B4B. Windows color (decimal): -1310425 or 2556396. OLE color: 2556396.
HSL color Cylindrical-coordinate representation of color #EC0127: hue angle of 350.3º 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 #EC0127 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.07 |
| HSL | 350.3º | 0.99% | 0.46% | - |
| HSV(B) | 350.3º | 1% | 0.93% | - |
| XYZ | 34.97 | 18 | 3.55 | - |
| YUV | 75.6 | 107.36 | 242.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 39 | 0 | 1.00 | 0.83 | 0.07 | 350.3 | 0.99 | 0.46 |
| Hex | EC | 1 | 27 | 0 | 64 | 53 | 7 | 15E | 63 | 2E |
| Octal | 354 | 1 | 47 | 0 | 144 | 123 | 7 | 536 | 143 | 56 |
| Binary | 11101100 | 1 | 100111 | 0 | 1100100 | 1010011 | 111 | 101011110 | 1100011 | 101110 |
Color Harmonies of #EC0127
Complementary color
Monochromatic Colors of #EC0127
Black with #EC0127
Text Example
Text Example
White with #EC0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0127; }
p { color: rgb(236,1,39); }
H1.HeaderClassName
{
color: #EC0127;
}
.AnyTagClassName
{
color: #EC0127;
}
</style>
background-color css
<style>
a { background-color: #EC0127; }
a { background-color: rgb(236,1,39); }
div.DivClassName
{
background-color: #EC0127;
}
.BgClassName
{
background-color: #EC0127;
}
</style>
border-color css
<style>
span { border-color: #EC0127; }
span { border-color: rgb(236,1,39); }
td.TdClassName
{
border-color: #EC0127;
}
.TagClassName
{
border-color: #EC0127;
}
</style>