Shades of Torch Red #EC0725
Tints of Torch Red #EC0725
RGB
CMYK
RGB Variations
Color information
#EC0725 (or 0xEC0725) is known color: Torch Red. HEX triplet: EC, 07 and 25. RGB value is (236,7,37). Sum of RGB (Red+Green+Blue) = 236+7+37=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0725 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0725 is #13F8DA. Grayscale: #4F4F4F. Windows color (decimal): -1308891 or 2426860. OLE color: 2426860.
HSL color Cylindrical-coordinate representation of color #EC0725: hue angle of 352.14º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0725 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 37 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.07 |
| HSL | 352.14º | 0.94% | 0.48% | - |
| HSV(B) | 352.14º | 0.97% | 0.93% | - |
| XYZ | 35 | 18.12 | 3.4 | - |
| YUV | 78.89 | 104.37 | 240.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 37 | 0 | 0.97 | 0.84 | 0.07 | 352.14 | 0.94 | 0.48 |
| Hex | EC | 7 | 25 | 0 | 61 | 54 | 7 | 160 | 5E | 30 |
| Octal | 354 | 7 | 45 | 0 | 141 | 124 | 7 | 540 | 136 | 60 |
| Binary | 11101100 | 111 | 100101 | 0 | 1100001 | 1010100 | 111 | 101100000 | 1011110 | 110000 |
Color Harmonies of #EC0725
Complementary color
Monochromatic Colors of #EC0725
Black with #EC0725
Text Example
Text Example
White with #EC0725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0725; }
p { color: rgb(236,7,37); }
H1.HeaderClassName
{
color: #EC0725;
}
.AnyTagClassName
{
color: #EC0725;
}
</style>
background-color css
<style>
a { background-color: #EC0725; }
a { background-color: rgb(236,7,37); }
div.DivClassName
{
background-color: #EC0725;
}
.BgClassName
{
background-color: #EC0725;
}
</style>
border-color css
<style>
span { border-color: #EC0725; }
span { border-color: rgb(236,7,37); }
td.TdClassName
{
border-color: #EC0725;
}
.TagClassName
{
border-color: #EC0725;
}
</style>