Shades of Torch Red #EC0926
Tints of Torch Red #EC0926
RGB
CMYK
RGB Variations
Color information
#EC0926 (or 0xEC0926) is known color: Torch Red. HEX triplet: EC, 09 and 26. RGB value is (236,9,38). Sum of RGB (Red+Green+Blue) = 236+9+38=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0926 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0926 is #13F6D9. Grayscale: #505050. Windows color (decimal): -1308378 or 2492908. OLE color: 2492908.
HSL color Cylindrical-coordinate representation of color #EC0926: hue angle of 352.33º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0926 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 38 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.07 |
| HSL | 352.33º | 0.93% | 0.48% | - |
| HSV(B) | 352.33º | 0.96% | 0.93% | - |
| XYZ | 35.04 | 18.17 | 3.49 | - |
| YUV | 80.18 | 104.21 | 239.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 38 | 0 | 0.96 | 0.84 | 0.07 | 352.33 | 0.93 | 0.48 |
| Hex | EC | 9 | 26 | 0 | 60 | 54 | 7 | 160 | 5D | 30 |
| Octal | 354 | 11 | 46 | 0 | 140 | 124 | 7 | 540 | 135 | 60 |
| Binary | 11101100 | 1001 | 100110 | 0 | 1100000 | 1010100 | 111 | 101100000 | 1011101 | 110000 |
Color Harmonies of #EC0926
Complementary color
Monochromatic Colors of #EC0926
Black with #EC0926
Text Example
Text Example
White with #EC0926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0926; }
p { color: rgb(236,9,38); }
H1.HeaderClassName
{
color: #EC0926;
}
.AnyTagClassName
{
color: #EC0926;
}
</style>
background-color css
<style>
a { background-color: #EC0926; }
a { background-color: rgb(236,9,38); }
div.DivClassName
{
background-color: #EC0926;
}
.BgClassName
{
background-color: #EC0926;
}
</style>
border-color css
<style>
span { border-color: #EC0926; }
span { border-color: rgb(236,9,38); }
td.TdClassName
{
border-color: #EC0926;
}
.TagClassName
{
border-color: #EC0926;
}
</style>