Shades of Torch Red #EF1231
Tints of Torch Red #EF1231
RGB
CMYK
RGB Variations
Color information
#EF1231 (or 0xEF1231) is known color: Torch Red. HEX triplet: EF, 12 and 31. RGB value is (239,18,49). Sum of RGB (Red+Green+Blue) = 239+18+49=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1231 is #10EDCE. Grayscale: #575757. Windows color (decimal): -1109455 or 3216111. OLE color: 3216111.
HSL color Cylindrical-coordinate representation of color #EF1231: hue angle of 351.58º 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 #EF1231 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 49 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.06 |
| HSL | 351.58º | 0.87% | 0.5% | - |
| HSV(B) | 351.58º | 0.92% | 0.94% | - |
| XYZ | 36.37 | 19.01 | 4.66 | - |
| YUV | 87.61 | 106.22 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 49 | 0 | 0.92 | 0.79 | 0.06 | 351.58 | 0.87 | 0.5 |
| Hex | EF | 12 | 31 | 0 | 5C | 4F | 6 | 160 | 57 | 32 |
| Octal | 357 | 22 | 61 | 0 | 134 | 117 | 6 | 540 | 127 | 62 |
| Binary | 11101111 | 10010 | 110001 | 0 | 1011100 | 1001111 | 110 | 101100000 | 1010111 | 110010 |
Color Harmonies of #EF1231
Complementary color
Monochromatic Colors of #EF1231
Black with #EF1231
Text Example
Text Example
White with #EF1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1231; }
p { color: rgb(239,18,49); }
H1.HeaderClassName
{
color: #EF1231;
}
.AnyTagClassName
{
color: #EF1231;
}
</style>
background-color css
<style>
a { background-color: #EF1231; }
a { background-color: rgb(239,18,49); }
div.DivClassName
{
background-color: #EF1231;
}
.BgClassName
{
background-color: #EF1231;
}
</style>
border-color css
<style>
span { border-color: #EF1231; }
span { border-color: rgb(239,18,49); }
td.TdClassName
{
border-color: #EF1231;
}
.TagClassName
{
border-color: #EF1231;
}
</style>