Shades of Torch Red #EF1242
Tints of Torch Red #EF1242
RGB
CMYK
RGB Variations
Color information
#EF1242 (or 0xEF1242) is known color: Torch Red. HEX triplet: EF, 12 and 42. RGB value is (239,18,66). Sum of RGB (Red+Green+Blue) = 239+18+66=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1242 is #10EDBD. Grayscale: #595959. Windows color (decimal): -1109438 or 4330223. OLE color: 4330223.
HSL color Cylindrical-coordinate representation of color #EF1242: hue angle of 346.97º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1242 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 66 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.06 |
| HSL | 346.97º | 0.87% | 0.5% | - |
| HSV(B) | 346.97º | 0.92% | 0.94% | - |
| XYZ | 36.8 | 19.18 | 6.92 | - |
| YUV | 89.55 | 114.72 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 66 | 0 | 0.92 | 0.72 | 0.06 | 346.97 | 0.87 | 0.5 |
| Hex | EF | 12 | 42 | 0 | 5C | 48 | 6 | 15B | 57 | 32 |
| Octal | 357 | 22 | 102 | 0 | 134 | 110 | 6 | 533 | 127 | 62 |
| Binary | 11101111 | 10010 | 1000010 | 0 | 1011100 | 1001000 | 110 | 101011011 | 1010111 | 110010 |
Color Harmonies of #EF1242
Complementary color
Monochromatic Colors of #EF1242
Black with #EF1242
Text Example
Text Example
White with #EF1242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1242; }
p { color: rgb(239,18,66); }
H1.HeaderClassName
{
color: #EF1242;
}
.AnyTagClassName
{
color: #EF1242;
}
</style>
background-color css
<style>
a { background-color: #EF1242; }
a { background-color: rgb(239,18,66); }
div.DivClassName
{
background-color: #EF1242;
}
.BgClassName
{
background-color: #EF1242;
}
</style>
border-color css
<style>
span { border-color: #EF1242; }
span { border-color: rgb(239,18,66); }
td.TdClassName
{
border-color: #EF1242;
}
.TagClassName
{
border-color: #EF1242;
}
</style>