Shades of Torch Red #EF1937
Tints of Torch Red #EF1937
RGB
CMYK
RGB Variations
Color information
#EF1937 (or 0xEF1937) is known color: Torch Red. HEX triplet: EF, 19 and 37. RGB value is (239,25,55). Sum of RGB (Red+Green+Blue) = 239+25+55=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1937 is #10E6C8. Grayscale: #5C5C5C. Windows color (decimal): -1107657 or 3611119. OLE color: 3611119.
HSL color Cylindrical-coordinate representation of color #EF1937: hue angle of 351.59º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1937 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 55 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.06 |
| HSL | 351.59º | 0.87% | 0.52% | - |
| HSV(B) | 351.59º | 0.9% | 0.94% | - |
| XYZ | 36.63 | 19.32 | 5.41 | - |
| YUV | 92.41 | 106.9 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 55 | 0 | 0.90 | 0.77 | 0.06 | 351.59 | 0.87 | 0.52 |
| Hex | EF | 19 | 37 | 0 | 5A | 4D | 6 | 160 | 57 | 34 |
| Octal | 357 | 31 | 67 | 0 | 132 | 115 | 6 | 540 | 127 | 64 |
| Binary | 11101111 | 11001 | 110111 | 0 | 1011010 | 1001101 | 110 | 101100000 | 1010111 | 110100 |
Color Harmonies of #EF1937
Complementary color
Monochromatic Colors of #EF1937
Black with #EF1937
Text Example
Text Example
White with #EF1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1937; }
p { color: rgb(239,25,55); }
H1.HeaderClassName
{
color: #EF1937;
}
.AnyTagClassName
{
color: #EF1937;
}
</style>
background-color css
<style>
a { background-color: #EF1937; }
a { background-color: rgb(239,25,55); }
div.DivClassName
{
background-color: #EF1937;
}
.BgClassName
{
background-color: #EF1937;
}
</style>
border-color css
<style>
span { border-color: #EF1937; }
span { border-color: rgb(239,25,55); }
td.TdClassName
{
border-color: #EF1937;
}
.TagClassName
{
border-color: #EF1937;
}
</style>