Shades of Torch Red #F0131B
Tints of Torch Red #F0131B
RGB
CMYK
RGB Variations
Color information
#F0131B (or 0xF0131B) is known color: Torch Red. HEX triplet: F0, 13 and 1B. RGB value is (240,19,27). Sum of RGB (Red+Green+Blue) = 240+19+27=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F0131B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0131B is #0FECE4. Grayscale: #565656. Windows color (decimal): -1043685 or 1774576. OLE color: 1774576.
HSL color Cylindrical-coordinate representation of color #F0131B: hue angle of 357.83º 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 #F0131B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 27 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.06 |
| HSL | 357.83º | 0.88% | 0.51% | - |
| HSV(B) | 357.83º | 0.92% | 0.94% | - |
| XYZ | 36.37 | 19.07 | 2.8 | - |
| YUV | 85.99 | 94.72 | 237.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 27 | 0 | 0.92 | 0.89 | 0.06 | 357.83 | 0.88 | 0.51 |
| Hex | F0 | 13 | 1B | 0 | 5C | 59 | 6 | 166 | 58 | 33 |
| Octal | 360 | 23 | 33 | 0 | 134 | 131 | 6 | 546 | 130 | 63 |
| Binary | 11110000 | 10011 | 11011 | 0 | 1011100 | 1011001 | 110 | 101100110 | 1011000 | 110011 |
Color Harmonies of #F0131B
Complementary color
Monochromatic Colors of #F0131B
Black with #F0131B
Text Example
Text Example
White with #F0131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0131B; }
p { color: rgb(240,19,27); }
H1.HeaderClassName
{
color: #F0131B;
}
.AnyTagClassName
{
color: #F0131B;
}
</style>
background-color css
<style>
a { background-color: #F0131B; }
a { background-color: rgb(240,19,27); }
div.DivClassName
{
background-color: #F0131B;
}
.BgClassName
{
background-color: #F0131B;
}
</style>
border-color css
<style>
span { border-color: #F0131B; }
span { border-color: rgb(240,19,27); }
td.TdClassName
{
border-color: #F0131B;
}
.TagClassName
{
border-color: #F0131B;
}
</style>