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