Shades of Torch Red #EC0924
Tints of Torch Red #EC0924
RGB
CMYK
RGB Variations
Color information
#EC0924 (or 0xEC0924) is known color: Torch Red. HEX triplet: EC, 09 and 24. RGB value is (236,9,36). Sum of RGB (Red+Green+Blue) = 236+9+36=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0924 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0924 is #13F6DB. Grayscale: #505050. Windows color (decimal): -1308380 or 2361836. OLE color: 2361836.
HSL color Cylindrical-coordinate representation of color #EC0924: hue angle of 352.86º 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 #EC0924 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 36 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.07 |
| HSL | 352.86º | 0.93% | 0.48% | - |
| HSV(B) | 352.86º | 0.96% | 0.93% | - |
| XYZ | 35.01 | 18.16 | 3.33 | - |
| YUV | 79.95 | 103.21 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 36 | 0 | 0.96 | 0.85 | 0.07 | 352.86 | 0.93 | 0.48 |
| Hex | EC | 9 | 24 | 0 | 60 | 55 | 7 | 161 | 5D | 30 |
| Octal | 354 | 11 | 44 | 0 | 140 | 125 | 7 | 541 | 135 | 60 |
| Binary | 11101100 | 1001 | 100100 | 0 | 1100000 | 1010101 | 111 | 101100001 | 1011101 | 110000 |
Color Harmonies of #EC0924
Complementary color
Monochromatic Colors of #EC0924
Black with #EC0924
Text Example
Text Example
White with #EC0924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0924; }
p { color: rgb(236,9,36); }
H1.HeaderClassName
{
color: #EC0924;
}
.AnyTagClassName
{
color: #EC0924;
}
</style>
background-color css
<style>
a { background-color: #EC0924; }
a { background-color: rgb(236,9,36); }
div.DivClassName
{
background-color: #EC0924;
}
.BgClassName
{
background-color: #EC0924;
}
</style>
border-color css
<style>
span { border-color: #EC0924; }
span { border-color: rgb(236,9,36); }
td.TdClassName
{
border-color: #EC0924;
}
.TagClassName
{
border-color: #EC0924;
}
</style>