Shades of Torch Red #EF1037
Tints of Torch Red #EF1037
RGB
CMYK
RGB Variations
Color information
#EF1037 (or 0xEF1037) is known color: Torch Red. HEX triplet: EF, 10 and 37. RGB value is (239,16,55). Sum of RGB (Red+Green+Blue) = 239+16+55=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1037 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1037 is #10EFC8. Grayscale: #575757. Windows color (decimal): -1109961 or 3608815. OLE color: 3608815.
HSL color Cylindrical-coordinate representation of color #EF1037: hue angle of 349.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1037 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 55 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.06 |
| HSL | 349.51º | 0.87% | 0.5% | - |
| HSV(B) | 349.51º | 0.93% | 0.94% | - |
| XYZ | 36.47 | 19 | 5.36 | - |
| YUV | 87.12 | 109.88 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 55 | 0 | 0.93 | 0.77 | 0.06 | 349.51 | 0.87 | 0.5 |
| Hex | EF | 10 | 37 | 0 | 5D | 4D | 6 | 15E | 57 | 32 |
| Octal | 357 | 20 | 67 | 0 | 135 | 115 | 6 | 536 | 127 | 62 |
| Binary | 11101111 | 10000 | 110111 | 0 | 1011101 | 1001101 | 110 | 101011110 | 1010111 | 110010 |
Color Harmonies of #EF1037
Complementary color
Monochromatic Colors of #EF1037
Black with #EF1037
Text Example
Text Example
White with #EF1037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1037; }
p { color: rgb(239,16,55); }
H1.HeaderClassName
{
color: #EF1037;
}
.AnyTagClassName
{
color: #EF1037;
}
</style>
background-color css
<style>
a { background-color: #EF1037; }
a { background-color: rgb(239,16,55); }
div.DivClassName
{
background-color: #EF1037;
}
.BgClassName
{
background-color: #EF1037;
}
</style>
border-color css
<style>
span { border-color: #EF1037; }
span { border-color: rgb(239,16,55); }
td.TdClassName
{
border-color: #EF1037;
}
.TagClassName
{
border-color: #EF1037;
}
</style>