Shades of Torch Red #EF1124
Tints of Torch Red #EF1124
RGB
CMYK
RGB Variations
Color information
#EF1124 (or 0xEF1124) is known color: Torch Red. HEX triplet: EF, 11 and 24. RGB value is (239,17,36). Sum of RGB (Red+Green+Blue) = 239+17+36=292 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.85% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1124 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1124 is #10EEDB. Grayscale: #555555. Windows color (decimal): -1109724 or 2363887. OLE color: 2363887.
HSL color Cylindrical-coordinate representation of color #EF1124: hue angle of 354.86º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1124 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 36 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.06 |
| HSL | 354.86º | 0.87% | 0.5% | - |
| HSV(B) | 354.86º | 0.93% | 0.94% | - |
| XYZ | 36.12 | 18.88 | 3.41 | - |
| YUV | 85.54 | 100.05 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 36 | 0 | 0.93 | 0.85 | 0.06 | 354.86 | 0.87 | 0.5 |
| Hex | EF | 11 | 24 | 0 | 5D | 55 | 6 | 163 | 57 | 32 |
| Octal | 357 | 21 | 44 | 0 | 135 | 125 | 6 | 543 | 127 | 62 |
| Binary | 11101111 | 10001 | 100100 | 0 | 1011101 | 1010101 | 110 | 101100011 | 1010111 | 110010 |
Color Harmonies of #EF1124
Complementary color
Monochromatic Colors of #EF1124
Black with #EF1124
Text Example
Text Example
White with #EF1124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1124; }
p { color: rgb(239,17,36); }
H1.HeaderClassName
{
color: #EF1124;
}
.AnyTagClassName
{
color: #EF1124;
}
</style>
background-color css
<style>
a { background-color: #EF1124; }
a { background-color: rgb(239,17,36); }
div.DivClassName
{
background-color: #EF1124;
}
.BgClassName
{
background-color: #EF1124;
}
</style>
border-color css
<style>
span { border-color: #EF1124; }
span { border-color: rgb(239,17,36); }
td.TdClassName
{
border-color: #EF1124;
}
.TagClassName
{
border-color: #EF1124;
}
</style>