Shades of Torch Red #EC1022
Tints of Torch Red #EC1022
RGB
CMYK
RGB Variations
Color information
#EC1022 (or 0xEC1022) is known color: Torch Red. HEX triplet: EC, 10 and 22. RGB value is (236,16,34). Sum of RGB (Red+Green+Blue) = 236+16+34=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1022 is #13EFDD. Grayscale: #535353. Windows color (decimal): -1306590 or 2232556. OLE color: 2232556.
HSL color Cylindrical-coordinate representation of color #EC1022: hue angle of 355.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1022 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 34 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.07 |
| HSL | 355.09º | 0.87% | 0.49% | - |
| HSV(B) | 355.09º | 0.93% | 0.93% | - |
| XYZ | 35.07 | 18.32 | 3.2 | - |
| YUV | 83.83 | 99.89 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 34 | 0 | 0.93 | 0.86 | 0.07 | 355.09 | 0.87 | 0.49 |
| Hex | EC | 10 | 22 | 0 | 5D | 56 | 7 | 163 | 57 | 31 |
| Octal | 354 | 20 | 42 | 0 | 135 | 126 | 7 | 543 | 127 | 61 |
| Binary | 11101100 | 10000 | 100010 | 0 | 1011101 | 1010110 | 111 | 101100011 | 1010111 | 110001 |
Color Harmonies of #EC1022
Complementary color
Monochromatic Colors of #EC1022
Black with #EC1022
Text Example
Text Example
White with #EC1022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1022; }
p { color: rgb(236,16,34); }
H1.HeaderClassName
{
color: #EC1022;
}
.AnyTagClassName
{
color: #EC1022;
}
</style>
background-color css
<style>
a { background-color: #EC1022; }
a { background-color: rgb(236,16,34); }
div.DivClassName
{
background-color: #EC1022;
}
.BgClassName
{
background-color: #EC1022;
}
</style>
border-color css
<style>
span { border-color: #EC1022; }
span { border-color: rgb(236,16,34); }
td.TdClassName
{
border-color: #EC1022;
}
.TagClassName
{
border-color: #EC1022;
}
</style>