Shades of Torch Red #EF1536
Tints of Torch Red #EF1536
RGB
CMYK
RGB Variations
Color information
#EF1536 (or 0xEF1536) is known color: Torch Red. HEX triplet: EF, 15 and 36. RGB value is (239,21,54). Sum of RGB (Red+Green+Blue) = 239+21+54=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1536 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1536 is #10EAC9. Grayscale: #5A5A5A. Windows color (decimal): -1108682 or 3544559. OLE color: 3544559.
HSL color Cylindrical-coordinate representation of color #EF1536: hue angle of 350.92º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1536 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 54 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.06 |
| HSL | 350.92º | 0.87% | 0.51% | - |
| HSV(B) | 350.92º | 0.91% | 0.94% | - |
| XYZ | 36.53 | 19.15 | 5.26 | - |
| YUV | 89.94 | 107.72 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 54 | 0 | 0.91 | 0.77 | 0.06 | 350.92 | 0.87 | 0.51 |
| Hex | EF | 15 | 36 | 0 | 5B | 4D | 6 | 15F | 57 | 33 |
| Octal | 357 | 25 | 66 | 0 | 133 | 115 | 6 | 537 | 127 | 63 |
| Binary | 11101111 | 10101 | 110110 | 0 | 1011011 | 1001101 | 110 | 101011111 | 1010111 | 110011 |
Color Harmonies of #EF1536
Complementary color
Monochromatic Colors of #EF1536
Black with #EF1536
Text Example
Text Example
White with #EF1536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1536; }
p { color: rgb(239,21,54); }
H1.HeaderClassName
{
color: #EF1536;
}
.AnyTagClassName
{
color: #EF1536;
}
</style>
background-color css
<style>
a { background-color: #EF1536; }
a { background-color: rgb(239,21,54); }
div.DivClassName
{
background-color: #EF1536;
}
.BgClassName
{
background-color: #EF1536;
}
</style>
border-color css
<style>
span { border-color: #EF1536; }
span { border-color: rgb(239,21,54); }
td.TdClassName
{
border-color: #EF1536;
}
.TagClassName
{
border-color: #EF1536;
}
</style>