Shades of Torch Red #EF1739
Tints of Torch Red #EF1739
RGB
CMYK
RGB Variations
Color information
#EF1739 (or 0xEF1739) is known color: Torch Red. HEX triplet: EF, 17 and 39. RGB value is (239,23,57). Sum of RGB (Red+Green+Blue) = 239+23+57=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1739 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1739 is #10E8C6. Grayscale: #5B5B5B. Windows color (decimal): -1108167 or 3741679. OLE color: 3741679.
HSL color Cylindrical-coordinate representation of color #EF1739: hue angle of 350.56º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1739 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 57 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.06 |
| HSL | 350.56º | 0.87% | 0.51% | - |
| HSV(B) | 350.56º | 0.9% | 0.94% | - |
| XYZ | 36.64 | 19.26 | 5.66 | - |
| YUV | 91.46 | 108.56 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 57 | 0 | 0.90 | 0.76 | 0.06 | 350.56 | 0.87 | 0.51 |
| Hex | EF | 17 | 39 | 0 | 5A | 4C | 6 | 15F | 57 | 33 |
| Octal | 357 | 27 | 71 | 0 | 132 | 114 | 6 | 537 | 127 | 63 |
| Binary | 11101111 | 10111 | 111001 | 0 | 1011010 | 1001100 | 110 | 101011111 | 1010111 | 110011 |
Color Harmonies of #EF1739
Complementary color
Monochromatic Colors of #EF1739
Black with #EF1739
Text Example
Text Example
White with #EF1739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1739; }
p { color: rgb(239,23,57); }
H1.HeaderClassName
{
color: #EF1739;
}
.AnyTagClassName
{
color: #EF1739;
}
</style>
background-color css
<style>
a { background-color: #EF1739; }
a { background-color: rgb(239,23,57); }
div.DivClassName
{
background-color: #EF1739;
}
.BgClassName
{
background-color: #EF1739;
}
</style>
border-color css
<style>
span { border-color: #EF1739; }
span { border-color: rgb(239,23,57); }
td.TdClassName
{
border-color: #EF1739;
}
.TagClassName
{
border-color: #EF1739;
}
</style>