Shades of Torch Red #EF1339
Tints of Torch Red #EF1339
RGB
CMYK
RGB Variations
Color information
#EF1339 (or 0xEF1339) is known color: Torch Red. HEX triplet: EF, 13 and 39. RGB value is (239,19,57). Sum of RGB (Red+Green+Blue) = 239+19+57=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1339 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1339 is #10ECC6. Grayscale: #595959. Windows color (decimal): -1109191 or 3740655. OLE color: 3740655.
HSL color Cylindrical-coordinate representation of color #EF1339: hue angle of 349.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1339 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 57 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.06 |
| HSL | 349.64º | 0.87% | 0.51% | - |
| HSV(B) | 349.64º | 0.92% | 0.94% | - |
| XYZ | 36.57 | 19.11 | 5.63 | - |
| YUV | 89.11 | 109.89 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 57 | 0 | 0.92 | 0.76 | 0.06 | 349.64 | 0.87 | 0.51 |
| Hex | EF | 13 | 39 | 0 | 5C | 4C | 6 | 15E | 57 | 33 |
| Octal | 357 | 23 | 71 | 0 | 134 | 114 | 6 | 536 | 127 | 63 |
| Binary | 11101111 | 10011 | 111001 | 0 | 1011100 | 1001100 | 110 | 101011110 | 1010111 | 110011 |
Color Harmonies of #EF1339
Complementary color
Monochromatic Colors of #EF1339
Black with #EF1339
Text Example
Text Example
White with #EF1339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1339; }
p { color: rgb(239,19,57); }
H1.HeaderClassName
{
color: #EF1339;
}
.AnyTagClassName
{
color: #EF1339;
}
</style>
background-color css
<style>
a { background-color: #EF1339; }
a { background-color: rgb(239,19,57); }
div.DivClassName
{
background-color: #EF1339;
}
.BgClassName
{
background-color: #EF1339;
}
</style>
border-color css
<style>
span { border-color: #EF1339; }
span { border-color: rgb(239,19,57); }
td.TdClassName
{
border-color: #EF1339;
}
.TagClassName
{
border-color: #EF1339;
}
</style>