Shades of Torch Red #EF1431
Tints of Torch Red #EF1431
RGB
CMYK
RGB Variations
Color information
#EF1431 (or 0xEF1431) is known color: Torch Red. HEX triplet: EF, 14 and 31. RGB value is (239,20,49). Sum of RGB (Red+Green+Blue) = 239+20+49=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1431 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1431 is #10EBCE. Grayscale: #585858. Windows color (decimal): -1108943 or 3216623. OLE color: 3216623.
HSL color Cylindrical-coordinate representation of color #EF1431: hue angle of 352.05º 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 #EF1431 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 49 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.06 |
| HSL | 352.05º | 0.87% | 0.51% | - |
| HSV(B) | 352.05º | 0.92% | 0.94% | - |
| XYZ | 36.4 | 19.07 | 4.67 | - |
| YUV | 88.79 | 105.55 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 49 | 0 | 0.92 | 0.79 | 0.06 | 352.05 | 0.87 | 0.51 |
| Hex | EF | 14 | 31 | 0 | 5C | 4F | 6 | 160 | 57 | 33 |
| Octal | 357 | 24 | 61 | 0 | 134 | 117 | 6 | 540 | 127 | 63 |
| Binary | 11101111 | 10100 | 110001 | 0 | 1011100 | 1001111 | 110 | 101100000 | 1010111 | 110011 |
Color Harmonies of #EF1431
Complementary color
Monochromatic Colors of #EF1431
Black with #EF1431
Text Example
Text Example
White with #EF1431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1431; }
p { color: rgb(239,20,49); }
H1.HeaderClassName
{
color: #EF1431;
}
.AnyTagClassName
{
color: #EF1431;
}
</style>
background-color css
<style>
a { background-color: #EF1431; }
a { background-color: rgb(239,20,49); }
div.DivClassName
{
background-color: #EF1431;
}
.BgClassName
{
background-color: #EF1431;
}
</style>
border-color css
<style>
span { border-color: #EF1431; }
span { border-color: rgb(239,20,49); }
td.TdClassName
{
border-color: #EF1431;
}
.TagClassName
{
border-color: #EF1431;
}
</style>