Shades of Torch Red #EC1026
Tints of Torch Red #EC1026
RGB
CMYK
RGB Variations
Color information
#EC1026 (or 0xEC1026) is known color: Torch Red. HEX triplet: EC, 10 and 26. RGB value is (236,16,38). Sum of RGB (Red+Green+Blue) = 236+16+38=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1026 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1026 is #13EFD9. Grayscale: #545454. Windows color (decimal): -1306586 or 2494700. OLE color: 2494700.
HSL color Cylindrical-coordinate representation of color #EC1026: hue angle of 354º 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 #EC1026 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 38 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.07 |
| HSL | 354º | 0.87% | 0.49% | - |
| HSV(B) | 354º | 0.93% | 0.93% | - |
| XYZ | 35.13 | 18.34 | 3.52 | - |
| YUV | 84.29 | 101.89 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 38 | 0 | 0.93 | 0.84 | 0.07 | 354 | 0.87 | 0.49 |
| Hex | EC | 10 | 26 | 0 | 5D | 54 | 7 | 162 | 57 | 31 |
| Octal | 354 | 20 | 46 | 0 | 135 | 124 | 7 | 542 | 127 | 61 |
| Binary | 11101100 | 10000 | 100110 | 0 | 1011101 | 1010100 | 111 | 101100010 | 1010111 | 110001 |
Color Harmonies of #EC1026
Complementary color
Monochromatic Colors of #EC1026
Black with #EC1026
Text Example
Text Example
White with #EC1026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1026; }
p { color: rgb(236,16,38); }
H1.HeaderClassName
{
color: #EC1026;
}
.AnyTagClassName
{
color: #EC1026;
}
</style>
background-color css
<style>
a { background-color: #EC1026; }
a { background-color: rgb(236,16,38); }
div.DivClassName
{
background-color: #EC1026;
}
.BgClassName
{
background-color: #EC1026;
}
</style>
border-color css
<style>
span { border-color: #EC1026; }
span { border-color: rgb(236,16,38); }
td.TdClassName
{
border-color: #EC1026;
}
.TagClassName
{
border-color: #EC1026;
}
</style>