Shades of Torch Red #EC0D24
Tints of Torch Red #EC0D24
RGB
CMYK
RGB Variations
Color information
#EC0D24 (or 0xEC0D24) is known color: Torch Red. HEX triplet: EC, 0D and 24. RGB value is (236,13,36). Sum of RGB (Red+Green+Blue) = 236+13+36=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0D24 is #13F2DB. Grayscale: #525252. Windows color (decimal): -1307356 or 2362860. OLE color: 2362860.
HSL color Cylindrical-coordinate representation of color #EC0D24: hue angle of 353.81º degrees, saturation: 0.9, 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 #EC0D24 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 36 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.07 |
| HSL | 353.81º | 0.9% | 0.49% | - |
| HSV(B) | 353.81º | 0.94% | 0.93% | - |
| XYZ | 35.05 | 18.25 | 3.34 | - |
| YUV | 82.3 | 101.88 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 36 | 0 | 0.94 | 0.85 | 0.07 | 353.81 | 0.9 | 0.49 |
| Hex | EC | D | 24 | 0 | 5E | 55 | 7 | 162 | 5A | 31 |
| Octal | 354 | 15 | 44 | 0 | 136 | 125 | 7 | 542 | 132 | 61 |
| Binary | 11101100 | 1101 | 100100 | 0 | 1011110 | 1010101 | 111 | 101100010 | 1011010 | 110001 |
Color Harmonies of #EC0D24
Complementary color
Monochromatic Colors of #EC0D24
Black with #EC0D24
Text Example
Text Example
White with #EC0D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0D24; }
p { color: rgb(236,13,36); }
H1.HeaderClassName
{
color: #EC0D24;
}
.AnyTagClassName
{
color: #EC0D24;
}
</style>
background-color css
<style>
a { background-color: #EC0D24; }
a { background-color: rgb(236,13,36); }
div.DivClassName
{
background-color: #EC0D24;
}
.BgClassName
{
background-color: #EC0D24;
}
</style>
border-color css
<style>
span { border-color: #EC0D24; }
span { border-color: rgb(236,13,36); }
td.TdClassName
{
border-color: #EC0D24;
}
.TagClassName
{
border-color: #EC0D24;
}
</style>