Shades of Torch Red #EC1123
Tints of Torch Red #EC1123
RGB
CMYK
RGB Variations
Color information
#EC1123 (or 0xEC1123) is known color: Torch Red. HEX triplet: EC, 11 and 23. RGB value is (236,17,35). Sum of RGB (Red+Green+Blue) = 236+17+35=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1123 is #13EEDC. Grayscale: #545454. Windows color (decimal): -1306333 or 2298348. OLE color: 2298348.
HSL color Cylindrical-coordinate representation of color #EC1123: hue angle of 355.07º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1123 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 35 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.07 |
| HSL | 355.07º | 0.87% | 0.5% | - |
| HSV(B) | 355.07º | 0.93% | 0.93% | - |
| XYZ | 35.1 | 18.36 | 3.28 | - |
| YUV | 84.53 | 100.05 | 236.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 35 | 0 | 0.93 | 0.85 | 0.07 | 355.07 | 0.87 | 0.5 |
| Hex | EC | 11 | 23 | 0 | 5D | 55 | 7 | 163 | 57 | 32 |
| Octal | 354 | 21 | 43 | 0 | 135 | 125 | 7 | 543 | 127 | 62 |
| Binary | 11101100 | 10001 | 100011 | 0 | 1011101 | 1010101 | 111 | 101100011 | 1010111 | 110010 |
Color Harmonies of #EC1123
Complementary color
Monochromatic Colors of #EC1123
Black with #EC1123
Text Example
Text Example
White with #EC1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1123; }
p { color: rgb(236,17,35); }
H1.HeaderClassName
{
color: #EC1123;
}
.AnyTagClassName
{
color: #EC1123;
}
</style>
background-color css
<style>
a { background-color: #EC1123; }
a { background-color: rgb(236,17,35); }
div.DivClassName
{
background-color: #EC1123;
}
.BgClassName
{
background-color: #EC1123;
}
</style>
border-color css
<style>
span { border-color: #EC1123; }
span { border-color: rgb(236,17,35); }
td.TdClassName
{
border-color: #EC1123;
}
.TagClassName
{
border-color: #EC1123;
}
</style>