Shades of Torch Red #EC0925
Tints of Torch Red #EC0925
RGB
CMYK
RGB Variations
Color information
#EC0925 (or 0xEC0925) is known color: Torch Red. HEX triplet: EC, 09 and 25. RGB value is (236,9,37). Sum of RGB (Red+Green+Blue) = 236+9+37=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0925 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0925 is #13F6DA. Grayscale: #505050. Windows color (decimal): -1308379 or 2427372. OLE color: 2427372.
HSL color Cylindrical-coordinate representation of color #EC0925: hue angle of 352.6º 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 #EC0925 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 37 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.07 |
| HSL | 352.6º | 0.93% | 0.48% | - |
| HSV(B) | 352.6º | 0.96% | 0.93% | - |
| XYZ | 35.02 | 18.16 | 3.41 | - |
| YUV | 80.07 | 103.71 | 239.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 37 | 0 | 0.96 | 0.84 | 0.07 | 352.6 | 0.93 | 0.48 |
| Hex | EC | 9 | 25 | 0 | 60 | 54 | 7 | 161 | 5D | 30 |
| Octal | 354 | 11 | 45 | 0 | 140 | 124 | 7 | 541 | 135 | 60 |
| Binary | 11101100 | 1001 | 100101 | 0 | 1100000 | 1010100 | 111 | 101100001 | 1011101 | 110000 |
Color Harmonies of #EC0925
Complementary color
Monochromatic Colors of #EC0925
Black with #EC0925
Text Example
Text Example
White with #EC0925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0925; }
p { color: rgb(236,9,37); }
H1.HeaderClassName
{
color: #EC0925;
}
.AnyTagClassName
{
color: #EC0925;
}
</style>
background-color css
<style>
a { background-color: #EC0925; }
a { background-color: rgb(236,9,37); }
div.DivClassName
{
background-color: #EC0925;
}
.BgClassName
{
background-color: #EC0925;
}
</style>
border-color css
<style>
span { border-color: #EC0925; }
span { border-color: rgb(236,9,37); }
td.TdClassName
{
border-color: #EC0925;
}
.TagClassName
{
border-color: #EC0925;
}
</style>