Shades of Torch Red #EF0137
Tints of Torch Red #EF0137
RGB
CMYK
RGB Variations
Color information
#EF0137 (or 0xEF0137) is known color: Torch Red. HEX triplet: EF, 01 and 37. RGB value is (239,1,55). Sum of RGB (Red+Green+Blue) = 239+1+55=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0137 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0137 is #10FEC8. Grayscale: #4E4E4E. Windows color (decimal): -1113801 or 3604975. OLE color: 3604975.
HSL color Cylindrical-coordinate representation of color #EF0137: hue angle of 346.39º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0137 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 55 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.06 |
| HSL | 346.39º | 0.99% | 0.47% | - |
| HSV(B) | 346.39º | 1% | 0.94% | - |
| XYZ | 36.3 | 18.65 | 5.3 | - |
| YUV | 78.32 | 114.85 | 242.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 55 | 0 | 1.00 | 0.77 | 0.06 | 346.39 | 0.99 | 0.47 |
| Hex | EF | 1 | 37 | 0 | 64 | 4D | 6 | 15A | 63 | 2F |
| Octal | 357 | 1 | 67 | 0 | 144 | 115 | 6 | 532 | 143 | 57 |
| Binary | 11101111 | 1 | 110111 | 0 | 1100100 | 1001101 | 110 | 101011010 | 1100011 | 101111 |
Color Harmonies of #EF0137
Complementary color
Monochromatic Colors of #EF0137
Black with #EF0137
Text Example
Text Example
White with #EF0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0137; }
p { color: rgb(239,1,55); }
H1.HeaderClassName
{
color: #EF0137;
}
.AnyTagClassName
{
color: #EF0137;
}
</style>
background-color css
<style>
a { background-color: #EF0137; }
a { background-color: rgb(239,1,55); }
div.DivClassName
{
background-color: #EF0137;
}
.BgClassName
{
background-color: #EF0137;
}
</style>
border-color css
<style>
span { border-color: #EF0137; }
span { border-color: rgb(239,1,55); }
td.TdClassName
{
border-color: #EF0137;
}
.TagClassName
{
border-color: #EF0137;
}
</style>