Shades of Torch Red #EF1236
Tints of Torch Red #EF1236
RGB
CMYK
RGB Variations
Color information
#EF1236 (or 0xEF1236) is known color: Torch Red. HEX triplet: EF, 12 and 36. RGB value is (239,18,54). Sum of RGB (Red+Green+Blue) = 239+18+54=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1236 is #10EDC9. Grayscale: #585858. Windows color (decimal): -1109450 or 3543791. OLE color: 3543791.
HSL color Cylindrical-coordinate representation of color #EF1236: hue angle of 350.23º 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 #EF1236 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 54 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.06 |
| HSL | 350.23º | 0.87% | 0.5% | - |
| HSV(B) | 350.23º | 0.92% | 0.94% | - |
| XYZ | 36.48 | 19.05 | 5.24 | - |
| YUV | 88.18 | 108.72 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 54 | 0 | 0.92 | 0.77 | 0.06 | 350.23 | 0.87 | 0.5 |
| Hex | EF | 12 | 36 | 0 | 5C | 4D | 6 | 15E | 57 | 32 |
| Octal | 357 | 22 | 66 | 0 | 134 | 115 | 6 | 536 | 127 | 62 |
| Binary | 11101111 | 10010 | 110110 | 0 | 1011100 | 1001101 | 110 | 101011110 | 1010111 | 110010 |
Color Harmonies of #EF1236
Complementary color
Monochromatic Colors of #EF1236
Black with #EF1236
Text Example
Text Example
White with #EF1236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1236; }
p { color: rgb(239,18,54); }
H1.HeaderClassName
{
color: #EF1236;
}
.AnyTagClassName
{
color: #EF1236;
}
</style>
background-color css
<style>
a { background-color: #EF1236; }
a { background-color: rgb(239,18,54); }
div.DivClassName
{
background-color: #EF1236;
}
.BgClassName
{
background-color: #EF1236;
}
</style>
border-color css
<style>
span { border-color: #EF1236; }
span { border-color: rgb(239,18,54); }
td.TdClassName
{
border-color: #EF1236;
}
.TagClassName
{
border-color: #EF1236;
}
</style>