Shades of Torch Red #EF0140
Tints of Torch Red #EF0140
RGB
CMYK
RGB Variations
Color information
#EF0140 (or 0xEF0140) is known color: Torch Red. HEX triplet: EF, 01 and 40. RGB value is (239,1,64). Sum of RGB (Red+Green+Blue) = 239+1+64=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0140 is #10FEBF. Grayscale: #4F4F4F. Windows color (decimal): -1113792 or 4194799. OLE color: 4194799.
HSL color Cylindrical-coordinate representation of color #EF0140: hue angle of 344.12º 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 #EF0140 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 64 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.06 |
| HSL | 344.12º | 0.99% | 0.47% | - |
| HSV(B) | 344.12º | 1% | 0.94% | - |
| XYZ | 36.53 | 18.74 | 6.54 | - |
| YUV | 79.34 | 119.35 | 241.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 64 | 0 | 1.00 | 0.73 | 0.06 | 344.12 | 0.99 | 0.47 |
| Hex | EF | 1 | 40 | 0 | 64 | 49 | 6 | 158 | 63 | 2F |
| Octal | 357 | 1 | 100 | 0 | 144 | 111 | 6 | 530 | 143 | 57 |
| Binary | 11101111 | 1 | 1000000 | 0 | 1100100 | 1001001 | 110 | 101011000 | 1100011 | 101111 |
Color Harmonies of #EF0140
Complementary color
Monochromatic Colors of #EF0140
Black with #EF0140
Text Example
Text Example
White with #EF0140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0140; }
p { color: rgb(239,1,64); }
H1.HeaderClassName
{
color: #EF0140;
}
.AnyTagClassName
{
color: #EF0140;
}
</style>
background-color css
<style>
a { background-color: #EF0140; }
a { background-color: rgb(239,1,64); }
div.DivClassName
{
background-color: #EF0140;
}
.BgClassName
{
background-color: #EF0140;
}
</style>
border-color css
<style>
span { border-color: #EF0140; }
span { border-color: rgb(239,1,64); }
td.TdClassName
{
border-color: #EF0140;
}
.TagClassName
{
border-color: #EF0140;
}
</style>