Shades of Torch Red #EC122B
Tints of Torch Red #EC122B
RGB
CMYK
RGB Variations
Color information
#EC122B (or 0xEC122B) is known color: Torch Red. HEX triplet: EC, 12 and 2B. RGB value is (236,18,43). Sum of RGB (Red+Green+Blue) = 236+18+43=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC122B is #13EDD4. Grayscale: #565656. Windows color (decimal): -1306069 or 2822892. OLE color: 2822892.
HSL color Cylindrical-coordinate representation of color #EC122B: hue angle of 353.12º 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 #EC122B is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 43 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.07 |
| HSL | 353.12º | 0.86% | 0.5% | - |
| HSV(B) | 353.12º | 0.92% | 0.93% | - |
| XYZ | 35.24 | 18.44 | 3.99 | - |
| YUV | 86.03 | 103.72 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 43 | 0 | 0.92 | 0.82 | 0.07 | 353.12 | 0.86 | 0.5 |
| Hex | EC | 12 | 2B | 0 | 5C | 52 | 7 | 161 | 56 | 32 |
| Octal | 354 | 22 | 53 | 0 | 134 | 122 | 7 | 541 | 126 | 62 |
| Binary | 11101100 | 10010 | 101011 | 0 | 1011100 | 1010010 | 111 | 101100001 | 1010110 | 110010 |
Color Harmonies of #EC122B
Complementary color
Monochromatic Colors of #EC122B
Black with #EC122B
Text Example
Text Example
White with #EC122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC122B; }
p { color: rgb(236,18,43); }
H1.HeaderClassName
{
color: #EC122B;
}
.AnyTagClassName
{
color: #EC122B;
}
</style>
background-color css
<style>
a { background-color: #EC122B; }
a { background-color: rgb(236,18,43); }
div.DivClassName
{
background-color: #EC122B;
}
.BgClassName
{
background-color: #EC122B;
}
</style>
border-color css
<style>
span { border-color: #EC122B; }
span { border-color: rgb(236,18,43); }
td.TdClassName
{
border-color: #EC122B;
}
.TagClassName
{
border-color: #EC122B;
}
</style>