Shades of Torch Red #EF1537
Tints of Torch Red #EF1537
RGB
CMYK
RGB Variations
Color information
#EF1537 (or 0xEF1537) is known color: Torch Red. HEX triplet: EF, 15 and 37. RGB value is (239,21,55). Sum of RGB (Red+Green+Blue) = 239+21+55=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1537 is #10EAC8. Grayscale: #5A5A5A. Windows color (decimal): -1108681 or 3610095. OLE color: 3610095.
HSL color Cylindrical-coordinate representation of color #EF1537: hue angle of 350.64º 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 #EF1537 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 55 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.06 |
| HSL | 350.64º | 0.87% | 0.51% | - |
| HSV(B) | 350.64º | 0.91% | 0.94% | - |
| XYZ | 36.55 | 19.16 | 5.39 | - |
| YUV | 90.06 | 108.22 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 55 | 0 | 0.91 | 0.77 | 0.06 | 350.64 | 0.87 | 0.51 |
| Hex | EF | 15 | 37 | 0 | 5B | 4D | 6 | 15F | 57 | 33 |
| Octal | 357 | 25 | 67 | 0 | 133 | 115 | 6 | 537 | 127 | 63 |
| Binary | 11101111 | 10101 | 110111 | 0 | 1011011 | 1001101 | 110 | 101011111 | 1010111 | 110011 |
Color Harmonies of #EF1537
Complementary color
Monochromatic Colors of #EF1537
Black with #EF1537
Text Example
Text Example
White with #EF1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1537; }
p { color: rgb(239,21,55); }
H1.HeaderClassName
{
color: #EF1537;
}
.AnyTagClassName
{
color: #EF1537;
}
</style>
background-color css
<style>
a { background-color: #EF1537; }
a { background-color: rgb(239,21,55); }
div.DivClassName
{
background-color: #EF1537;
}
.BgClassName
{
background-color: #EF1537;
}
</style>
border-color css
<style>
span { border-color: #EF1537; }
span { border-color: rgb(239,21,55); }
td.TdClassName
{
border-color: #EF1537;
}
.TagClassName
{
border-color: #EF1537;
}
</style>