Shades of Torch Red #F0131D
Tints of Torch Red #F0131D
RGB
CMYK
RGB Variations
Color information
#F0131D (or 0xF0131D) is known color: Torch Red. HEX triplet: F0, 13 and 1D. RGB value is (240,19,29). Sum of RGB (Red+Green+Blue) = 240+19+29=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F0131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0131D is #0FECE2. Grayscale: #565656. Windows color (decimal): -1043683 or 1905648. OLE color: 1905648.
HSL color Cylindrical-coordinate representation of color #F0131D: hue angle of 357.29º 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 #F0131D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.06 |
| HSL | 357.29º | 0.88% | 0.51% | - |
| HSV(B) | 357.29º | 0.92% | 0.94% | - |
| XYZ | 36.39 | 19.08 | 2.93 | - |
| YUV | 86.22 | 95.72 | 237.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 29 | 0 | 0.92 | 0.88 | 0.06 | 357.29 | 0.88 | 0.51 |
| Hex | F0 | 13 | 1D | 0 | 5C | 58 | 6 | 165 | 58 | 33 |
| Octal | 360 | 23 | 35 | 0 | 134 | 130 | 6 | 545 | 130 | 63 |
| Binary | 11110000 | 10011 | 11101 | 0 | 1011100 | 1011000 | 110 | 101100101 | 1011000 | 110011 |
Color Harmonies of #F0131D
Complementary color
Monochromatic Colors of #F0131D
Black with #F0131D
Text Example
Text Example
White with #F0131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0131D; }
p { color: rgb(240,19,29); }
H1.HeaderClassName
{
color: #F0131D;
}
.AnyTagClassName
{
color: #F0131D;
}
</style>
background-color css
<style>
a { background-color: #F0131D; }
a { background-color: rgb(240,19,29); }
div.DivClassName
{
background-color: #F0131D;
}
.BgClassName
{
background-color: #F0131D;
}
</style>
border-color css
<style>
span { border-color: #F0131D; }
span { border-color: rgb(240,19,29); }
td.TdClassName
{
border-color: #F0131D;
}
.TagClassName
{
border-color: #F0131D;
}
</style>