Shades of Torch Red #EC0F26
Tints of Torch Red #EC0F26
RGB
CMYK
RGB Variations
Color information
#EC0F26 (or 0xEC0F26) is known color: Torch Red. HEX triplet: EC, 0F and 26. RGB value is (236,15,38). Sum of RGB (Red+Green+Blue) = 236+15+38=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0F26 is #13F0D9. Grayscale: #535353. Windows color (decimal): -1306842 or 2494444. OLE color: 2494444.
HSL color Cylindrical-coordinate representation of color #EC0F26: hue angle of 353.76º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F26 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 38 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.07 |
| HSL | 353.76º | 0.88% | 0.49% | - |
| HSV(B) | 353.76º | 0.94% | 0.93% | - |
| XYZ | 35.11 | 18.31 | 3.52 | - |
| YUV | 83.7 | 102.22 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 38 | 0 | 0.94 | 0.84 | 0.07 | 353.76 | 0.88 | 0.49 |
| Hex | EC | F | 26 | 0 | 5E | 54 | 7 | 162 | 58 | 31 |
| Octal | 354 | 17 | 46 | 0 | 136 | 124 | 7 | 542 | 130 | 61 |
| Binary | 11101100 | 1111 | 100110 | 0 | 1011110 | 1010100 | 111 | 101100010 | 1011000 | 110001 |
Color Harmonies of #EC0F26
Complementary color
Monochromatic Colors of #EC0F26
Black with #EC0F26
Text Example
Text Example
White with #EC0F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F26; }
p { color: rgb(236,15,38); }
H1.HeaderClassName
{
color: #EC0F26;
}
.AnyTagClassName
{
color: #EC0F26;
}
</style>
background-color css
<style>
a { background-color: #EC0F26; }
a { background-color: rgb(236,15,38); }
div.DivClassName
{
background-color: #EC0F26;
}
.BgClassName
{
background-color: #EC0F26;
}
</style>
border-color css
<style>
span { border-color: #EC0F26; }
span { border-color: rgb(236,15,38); }
td.TdClassName
{
border-color: #EC0F26;
}
.TagClassName
{
border-color: #EC0F26;
}
</style>