Shades of Torch Red #F01120
Tints of Torch Red #F01120
RGB
CMYK
RGB Variations
Color information
#F01120 (or 0xF01120) is known color: Torch Red. HEX triplet: F0, 11 and 20. RGB value is (240,17,32). Sum of RGB (Red+Green+Blue) = 240+17+32=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F01120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01120 is #0FEEDF. Grayscale: #555555. Windows color (decimal): -1044192 or 2101744. OLE color: 2101744.
HSL color Cylindrical-coordinate representation of color #F01120: hue angle of 355.96º 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 #F01120 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 32 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.06 |
| HSL | 355.96º | 0.88% | 0.5% | - |
| HSV(B) | 355.96º | 0.93% | 0.94% | - |
| XYZ | 36.4 | 19.03 | 3.12 | - |
| YUV | 85.39 | 97.88 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 32 | 0 | 0.93 | 0.87 | 0.06 | 355.96 | 0.88 | 0.5 |
| Hex | F0 | 11 | 20 | 0 | 5D | 57 | 6 | 164 | 58 | 32 |
| Octal | 360 | 21 | 40 | 0 | 135 | 127 | 6 | 544 | 130 | 62 |
| Binary | 11110000 | 10001 | 100000 | 0 | 1011101 | 1010111 | 110 | 101100100 | 1011000 | 110010 |
Color Harmonies of #F01120
Complementary color
Monochromatic Colors of #F01120
Black with #F01120
Text Example
Text Example
White with #F01120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01120; }
p { color: rgb(240,17,32); }
H1.HeaderClassName
{
color: #F01120;
}
.AnyTagClassName
{
color: #F01120;
}
</style>
background-color css
<style>
a { background-color: #F01120; }
a { background-color: rgb(240,17,32); }
div.DivClassName
{
background-color: #F01120;
}
.BgClassName
{
background-color: #F01120;
}
</style>
border-color css
<style>
span { border-color: #F01120; }
span { border-color: rgb(240,17,32); }
td.TdClassName
{
border-color: #F01120;
}
.TagClassName
{
border-color: #F01120;
}
</style>