Shades of Torch Red #EF1440
Tints of Torch Red #EF1440
RGB
CMYK
RGB Variations
Color information
#EF1440 (or 0xEF1440) is known color: Torch Red. HEX triplet: EF, 14 and 40. RGB value is (239,20,64). Sum of RGB (Red+Green+Blue) = 239+20+64=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1440 is #10EBBF. Grayscale: #5A5A5A. Windows color (decimal): -1108928 or 4199663. OLE color: 4199663.
HSL color Cylindrical-coordinate representation of color #EF1440: hue angle of 347.95º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1440 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 64 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.06 |
| HSL | 347.95º | 0.87% | 0.51% | - |
| HSV(B) | 347.95º | 0.92% | 0.94% | - |
| XYZ | 36.77 | 19.22 | 6.62 | - |
| YUV | 90.5 | 113.05 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 64 | 0 | 0.92 | 0.73 | 0.06 | 347.95 | 0.87 | 0.51 |
| Hex | EF | 14 | 40 | 0 | 5C | 49 | 6 | 15C | 57 | 33 |
| Octal | 357 | 24 | 100 | 0 | 134 | 111 | 6 | 534 | 127 | 63 |
| Binary | 11101111 | 10100 | 1000000 | 0 | 1011100 | 1001001 | 110 | 101011100 | 1010111 | 110011 |
Color Harmonies of #EF1440
Complementary color
Monochromatic Colors of #EF1440
Black with #EF1440
Text Example
Text Example
White with #EF1440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1440; }
p { color: rgb(239,20,64); }
H1.HeaderClassName
{
color: #EF1440;
}
.AnyTagClassName
{
color: #EF1440;
}
</style>
background-color css
<style>
a { background-color: #EF1440; }
a { background-color: rgb(239,20,64); }
div.DivClassName
{
background-color: #EF1440;
}
.BgClassName
{
background-color: #EF1440;
}
</style>
border-color css
<style>
span { border-color: #EF1440; }
span { border-color: rgb(239,20,64); }
td.TdClassName
{
border-color: #EF1440;
}
.TagClassName
{
border-color: #EF1440;
}
</style>