Shades of Torch Red #F0131E
Tints of Torch Red #F0131E
RGB
CMYK
RGB Variations
Color information
#F0131E (or 0xF0131E) is known color: Torch Red. HEX triplet: F0, 13 and 1E. RGB value is (240,19,30). Sum of RGB (Red+Green+Blue) = 240+19+30=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F0131E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0131E is #0FECE1. Grayscale: #565656. Windows color (decimal): -1043682 or 1971184. OLE color: 1971184.
HSL color Cylindrical-coordinate representation of color #F0131E: hue angle of 357.01º degrees, saturation: 0.88, 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 #F0131E is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 30 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.06 |
| HSL | 357.01º | 0.88% | 0.51% | - |
| HSV(B) | 357.01º | 0.92% | 0.94% | - |
| XYZ | 36.4 | 19.08 | 2.99 | - |
| YUV | 86.33 | 96.22 | 237.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 30 | 0 | 0.92 | 0.87 | 0.06 | 357.01 | 0.88 | 0.51 |
| Hex | F0 | 13 | 1E | 0 | 5C | 57 | 6 | 165 | 58 | 33 |
| Octal | 360 | 23 | 36 | 0 | 134 | 127 | 6 | 545 | 130 | 63 |
| Binary | 11110000 | 10011 | 11110 | 0 | 1011100 | 1010111 | 110 | 101100101 | 1011000 | 110011 |
Color Harmonies of #F0131E
Complementary color
Monochromatic Colors of #F0131E
Black with #F0131E
Text Example
Text Example
White with #F0131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0131E; }
p { color: rgb(240,19,30); }
H1.HeaderClassName
{
color: #F0131E;
}
.AnyTagClassName
{
color: #F0131E;
}
</style>
background-color css
<style>
a { background-color: #F0131E; }
a { background-color: rgb(240,19,30); }
div.DivClassName
{
background-color: #F0131E;
}
.BgClassName
{
background-color: #F0131E;
}
</style>
border-color css
<style>
span { border-color: #F0131E; }
span { border-color: rgb(240,19,30); }
td.TdClassName
{
border-color: #F0131E;
}
.TagClassName
{
border-color: #F0131E;
}
</style>