Shades of Torch Red #EC122F
Tints of Torch Red #EC122F
RGB
CMYK
RGB Variations
Color information
#EC122F (or 0xEC122F) is known color: Torch Red. HEX triplet: EC, 12 and 2F. RGB value is (236,18,47). Sum of RGB (Red+Green+Blue) = 236+18+47=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC122F is #13EDD0. Grayscale: #565656. Windows color (decimal): -1306065 or 3085036. OLE color: 3085036.
HSL color Cylindrical-coordinate representation of color #EC122F: hue angle of 352.02º 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 #EC122F is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 47 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.07 |
| HSL | 352.02º | 0.86% | 0.5% | - |
| HSV(B) | 352.02º | 0.92% | 0.93% | - |
| XYZ | 35.32 | 18.47 | 4.39 | - |
| YUV | 86.49 | 105.72 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 47 | 0 | 0.92 | 0.80 | 0.07 | 352.02 | 0.86 | 0.5 |
| Hex | EC | 12 | 2F | 0 | 5C | 50 | 7 | 160 | 56 | 32 |
| Octal | 354 | 22 | 57 | 0 | 134 | 120 | 7 | 540 | 126 | 62 |
| Binary | 11101100 | 10010 | 101111 | 0 | 1011100 | 1010000 | 111 | 101100000 | 1010110 | 110010 |
Color Harmonies of #EC122F
Complementary color
Monochromatic Colors of #EC122F
Black with #EC122F
Text Example
Text Example
White with #EC122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC122F; }
p { color: rgb(236,18,47); }
H1.HeaderClassName
{
color: #EC122F;
}
.AnyTagClassName
{
color: #EC122F;
}
</style>
background-color css
<style>
a { background-color: #EC122F; }
a { background-color: rgb(236,18,47); }
div.DivClassName
{
background-color: #EC122F;
}
.BgClassName
{
background-color: #EC122F;
}
</style>
border-color css
<style>
span { border-color: #EC122F; }
span { border-color: rgb(236,18,47); }
td.TdClassName
{
border-color: #EC122F;
}
.TagClassName
{
border-color: #EC122F;
}
</style>