Shades of Torch Red #EF131F
Tints of Torch Red #EF131F
RGB
CMYK
RGB Variations
Color information
#EF131F (or 0xEF131F) is known color: Torch Red. HEX triplet: EF, 13 and 1F. RGB value is (239,19,31). Sum of RGB (Red+Green+Blue) = 239+19+31=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF131F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF131F is #10ECE0. Grayscale: #565656. Windows color (decimal): -1109217 or 2036719. OLE color: 2036719.
HSL color Cylindrical-coordinate representation of color #EF131F: hue angle of 356.73º 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 #EF131F is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 31 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.06 |
| HSL | 356.73º | 0.87% | 0.51% | - |
| HSV(B) | 356.73º | 0.92% | 0.94% | - |
| XYZ | 36.08 | 18.92 | 3.05 | - |
| YUV | 86.15 | 96.89 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 31 | 0 | 0.92 | 0.87 | 0.06 | 356.73 | 0.87 | 0.51 |
| Hex | EF | 13 | 1F | 0 | 5C | 57 | 6 | 165 | 57 | 33 |
| Octal | 357 | 23 | 37 | 0 | 134 | 127 | 6 | 545 | 127 | 63 |
| Binary | 11101111 | 10011 | 11111 | 0 | 1011100 | 1010111 | 110 | 101100101 | 1010111 | 110011 |
Color Harmonies of #EF131F
Complementary color
Monochromatic Colors of #EF131F
Black with #EF131F
Text Example
Text Example
White with #EF131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF131F; }
p { color: rgb(239,19,31); }
H1.HeaderClassName
{
color: #EF131F;
}
.AnyTagClassName
{
color: #EF131F;
}
</style>
background-color css
<style>
a { background-color: #EF131F; }
a { background-color: rgb(239,19,31); }
div.DivClassName
{
background-color: #EF131F;
}
.BgClassName
{
background-color: #EF131F;
}
</style>
border-color css
<style>
span { border-color: #EF131F; }
span { border-color: rgb(239,19,31); }
td.TdClassName
{
border-color: #EF131F;
}
.TagClassName
{
border-color: #EF131F;
}
</style>