Shades of Torch Red #F01126
Tints of Torch Red #F01126
RGB
CMYK
RGB Variations
Color information
#F01126 (or 0xF01126) is known color: Torch Red. HEX triplet: F0, 11 and 26. RGB value is (240,17,38). Sum of RGB (Red+Green+Blue) = 240+17+38=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F01126 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01126 is #0FEED9. Grayscale: #565656. Windows color (decimal): -1044186 or 2494960. OLE color: 2494960.
HSL color Cylindrical-coordinate representation of color #F01126: hue angle of 354.35º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01126 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 38 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.06 |
| HSL | 354.35º | 0.88% | 0.5% | - |
| HSV(B) | 354.35º | 0.93% | 0.94% | - |
| XYZ | 36.49 | 19.07 | 3.59 | - |
| YUV | 86.07 | 100.88 | 237.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 38 | 0 | 0.93 | 0.84 | 0.06 | 354.35 | 0.88 | 0.5 |
| Hex | F0 | 11 | 26 | 0 | 5D | 54 | 6 | 162 | 58 | 32 |
| Octal | 360 | 21 | 46 | 0 | 135 | 124 | 6 | 542 | 130 | 62 |
| Binary | 11110000 | 10001 | 100110 | 0 | 1011101 | 1010100 | 110 | 101100010 | 1011000 | 110010 |
Color Harmonies of #F01126
Complementary color
Monochromatic Colors of #F01126
Black with #F01126
Text Example
Text Example
White with #F01126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01126; }
p { color: rgb(240,17,38); }
H1.HeaderClassName
{
color: #F01126;
}
.AnyTagClassName
{
color: #F01126;
}
</style>
background-color css
<style>
a { background-color: #F01126; }
a { background-color: rgb(240,17,38); }
div.DivClassName
{
background-color: #F01126;
}
.BgClassName
{
background-color: #F01126;
}
</style>
border-color css
<style>
span { border-color: #F01126; }
span { border-color: rgb(240,17,38); }
td.TdClassName
{
border-color: #F01126;
}
.TagClassName
{
border-color: #F01126;
}
</style>