Shades of Torch Red #F01426
Tints of Torch Red #F01426
RGB
CMYK
RGB Variations
Color information
#F01426 (or 0xF01426) is known color: Torch Red. HEX triplet: F0, 14 and 26. RGB value is (240,20,38). Sum of RGB (Red+Green+Blue) = 240+20+38=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F01426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01426 is #0FEBD9. Grayscale: #575757. Windows color (decimal): -1043418 or 2495728. OLE color: 2495728.
HSL color Cylindrical-coordinate representation of color #F01426: hue angle of 355.09º 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 #F01426 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 38 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.06 |
| HSL | 355.09º | 0.88% | 0.51% | - |
| HSV(B) | 355.09º | 0.92% | 0.94% | - |
| XYZ | 36.54 | 19.17 | 3.61 | - |
| YUV | 87.83 | 99.89 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 38 | 0 | 0.92 | 0.84 | 0.06 | 355.09 | 0.88 | 0.51 |
| Hex | F0 | 14 | 26 | 0 | 5C | 54 | 6 | 163 | 58 | 33 |
| Octal | 360 | 24 | 46 | 0 | 134 | 124 | 6 | 543 | 130 | 63 |
| Binary | 11110000 | 10100 | 100110 | 0 | 1011100 | 1010100 | 110 | 101100011 | 1011000 | 110011 |
Color Harmonies of #F01426
Complementary color
Monochromatic Colors of #F01426
Black with #F01426
Text Example
Text Example
White with #F01426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01426; }
p { color: rgb(240,20,38); }
H1.HeaderClassName
{
color: #F01426;
}
.AnyTagClassName
{
color: #F01426;
}
</style>
background-color css
<style>
a { background-color: #F01426; }
a { background-color: rgb(240,20,38); }
div.DivClassName
{
background-color: #F01426;
}
.BgClassName
{
background-color: #F01426;
}
</style>
border-color css
<style>
span { border-color: #F01426; }
span { border-color: rgb(240,20,38); }
td.TdClassName
{
border-color: #F01426;
}
.TagClassName
{
border-color: #F01426;
}
</style>