Shades of Torch Red #EF1036
Tints of Torch Red #EF1036
RGB
CMYK
RGB Variations
Color information
#EF1036 (or 0xEF1036) is known color: Torch Red. HEX triplet: EF, 10 and 36. RGB value is (239,16,54). Sum of RGB (Red+Green+Blue) = 239+16+54=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1036 is #10EFC9. Grayscale: #575757. Windows color (decimal): -1109962 or 3543279. OLE color: 3543279.
HSL color Cylindrical-coordinate representation of color #EF1036: hue angle of 349.78º 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 #EF1036 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 54 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.06 |
| HSL | 349.78º | 0.87% | 0.5% | - |
| HSV(B) | 349.78º | 0.93% | 0.94% | - |
| XYZ | 36.45 | 18.99 | 5.23 | - |
| YUV | 87.01 | 109.38 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 54 | 0 | 0.93 | 0.77 | 0.06 | 349.78 | 0.87 | 0.5 |
| Hex | EF | 10 | 36 | 0 | 5D | 4D | 6 | 15E | 57 | 32 |
| Octal | 357 | 20 | 66 | 0 | 135 | 115 | 6 | 536 | 127 | 62 |
| Binary | 11101111 | 10000 | 110110 | 0 | 1011101 | 1001101 | 110 | 101011110 | 1010111 | 110010 |
Color Harmonies of #EF1036
Complementary color
Monochromatic Colors of #EF1036
Black with #EF1036
Text Example
Text Example
White with #EF1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1036; }
p { color: rgb(239,16,54); }
H1.HeaderClassName
{
color: #EF1036;
}
.AnyTagClassName
{
color: #EF1036;
}
</style>
background-color css
<style>
a { background-color: #EF1036; }
a { background-color: rgb(239,16,54); }
div.DivClassName
{
background-color: #EF1036;
}
.BgClassName
{
background-color: #EF1036;
}
</style>
border-color css
<style>
span { border-color: #EF1036; }
span { border-color: rgb(239,16,54); }
td.TdClassName
{
border-color: #EF1036;
}
.TagClassName
{
border-color: #EF1036;
}
</style>