Shades of Torch Red #EF1331
Tints of Torch Red #EF1331
RGB
CMYK
RGB Variations
Color information
#EF1331 (or 0xEF1331) is known color: Torch Red. HEX triplet: EF, 13 and 31. RGB value is (239,19,49). Sum of RGB (Red+Green+Blue) = 239+19+49=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1331 is #10ECCE. Grayscale: #585858. Windows color (decimal): -1109199 or 3216367. OLE color: 3216367.
HSL color Cylindrical-coordinate representation of color #EF1331: hue angle of 351.82º 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 #EF1331 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 49 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.06 |
| HSL | 351.82º | 0.87% | 0.51% | - |
| HSV(B) | 351.82º | 0.92% | 0.94% | - |
| XYZ | 36.38 | 19.04 | 4.66 | - |
| YUV | 88.2 | 105.89 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 49 | 0 | 0.92 | 0.79 | 0.06 | 351.82 | 0.87 | 0.51 |
| Hex | EF | 13 | 31 | 0 | 5C | 4F | 6 | 160 | 57 | 33 |
| Octal | 357 | 23 | 61 | 0 | 134 | 117 | 6 | 540 | 127 | 63 |
| Binary | 11101111 | 10011 | 110001 | 0 | 1011100 | 1001111 | 110 | 101100000 | 1010111 | 110011 |
Color Harmonies of #EF1331
Complementary color
Monochromatic Colors of #EF1331
Black with #EF1331
Text Example
Text Example
White with #EF1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1331; }
p { color: rgb(239,19,49); }
H1.HeaderClassName
{
color: #EF1331;
}
.AnyTagClassName
{
color: #EF1331;
}
</style>
background-color css
<style>
a { background-color: #EF1331; }
a { background-color: rgb(239,19,49); }
div.DivClassName
{
background-color: #EF1331;
}
.BgClassName
{
background-color: #EF1331;
}
</style>
border-color css
<style>
span { border-color: #EF1331; }
span { border-color: rgb(239,19,49); }
td.TdClassName
{
border-color: #EF1331;
}
.TagClassName
{
border-color: #EF1331;
}
</style>