Shades of Torch Red #EC121E
Tints of Torch Red #EC121E
RGB
CMYK
RGB Variations
Color information
#EC121E (or 0xEC121E) is known color: Torch Red. HEX triplet: EC, 12 and 1E. RGB value is (236,18,30). Sum of RGB (Red+Green+Blue) = 236+18+30=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC121E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC121E is #13EDE1. Grayscale: #545454. Windows color (decimal): -1306082 or 1970924. OLE color: 1970924.
HSL color Cylindrical-coordinate representation of color #EC121E: hue angle of 356.7º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC121E is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 30 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.07 |
| HSL | 356.7º | 0.86% | 0.5% | - |
| HSV(B) | 356.7º | 0.92% | 0.93% | - |
| XYZ | 35.04 | 18.36 | 2.93 | - |
| YUV | 84.55 | 97.22 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 30 | 0 | 0.92 | 0.87 | 0.07 | 356.7 | 0.86 | 0.5 |
| Hex | EC | 12 | 1E | 0 | 5C | 57 | 7 | 165 | 56 | 32 |
| Octal | 354 | 22 | 36 | 0 | 134 | 127 | 7 | 545 | 126 | 62 |
| Binary | 11101100 | 10010 | 11110 | 0 | 1011100 | 1010111 | 111 | 101100101 | 1010110 | 110010 |
Color Harmonies of #EC121E
Complementary color
Monochromatic Colors of #EC121E
Black with #EC121E
Text Example
Text Example
White with #EC121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC121E; }
p { color: rgb(236,18,30); }
H1.HeaderClassName
{
color: #EC121E;
}
.AnyTagClassName
{
color: #EC121E;
}
</style>
background-color css
<style>
a { background-color: #EC121E; }
a { background-color: rgb(236,18,30); }
div.DivClassName
{
background-color: #EC121E;
}
.BgClassName
{
background-color: #EC121E;
}
</style>
border-color css
<style>
span { border-color: #EC121E; }
span { border-color: rgb(236,18,30); }
td.TdClassName
{
border-color: #EC121E;
}
.TagClassName
{
border-color: #EC121E;
}
</style>