Shades of Torch Red #F0141A
Tints of Torch Red #F0141A
RGB
CMYK
RGB Variations
Color information
#F0141A (or 0xF0141A) is known color: Torch Red. HEX triplet: F0, 14 and 1A. RGB value is (240,20,26). Sum of RGB (Red+Green+Blue) = 240+20+26=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F0141A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0141A is #0FEBE5. Grayscale: #565656. Windows color (decimal): -1043430 or 1709296. OLE color: 1709296.
HSL color Cylindrical-coordinate representation of color #F0141A: hue angle of 358.36º 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 #F0141A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 26 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.06 |
| HSL | 358.36º | 0.88% | 0.51% | - |
| HSV(B) | 358.36º | 0.92% | 0.94% | - |
| XYZ | 36.37 | 19.1 | 2.75 | - |
| YUV | 86.46 | 93.89 | 237.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 26 | 0 | 0.92 | 0.89 | 0.06 | 358.36 | 0.88 | 0.51 |
| Hex | F0 | 14 | 1A | 0 | 5C | 59 | 6 | 166 | 58 | 33 |
| Octal | 360 | 24 | 32 | 0 | 134 | 131 | 6 | 546 | 130 | 63 |
| Binary | 11110000 | 10100 | 11010 | 0 | 1011100 | 1011001 | 110 | 101100110 | 1011000 | 110011 |
Color Harmonies of #F0141A
Complementary color
Monochromatic Colors of #F0141A
Black with #F0141A
Text Example
Text Example
White with #F0141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0141A; }
p { color: rgb(240,20,26); }
H1.HeaderClassName
{
color: #F0141A;
}
.AnyTagClassName
{
color: #F0141A;
}
</style>
background-color css
<style>
a { background-color: #F0141A; }
a { background-color: rgb(240,20,26); }
div.DivClassName
{
background-color: #F0141A;
}
.BgClassName
{
background-color: #F0141A;
}
</style>
border-color css
<style>
span { border-color: #F0141A; }
span { border-color: rgb(240,20,26); }
td.TdClassName
{
border-color: #F0141A;
}
.TagClassName
{
border-color: #F0141A;
}
</style>