Shades of Torch Red #F0111B
Tints of Torch Red #F0111B
RGB
CMYK
RGB Variations
Color information
#F0111B (or 0xF0111B) is known color: Torch Red. HEX triplet: F0, 11 and 1B. RGB value is (240,17,27). Sum of RGB (Red+Green+Blue) = 240+17+27=284 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.51% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 240 - color contains mainly: red. Hex color #F0111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0111B is #0FEEE4. Grayscale: #555555. Windows color (decimal): -1044197 or 1774064. OLE color: 1774064.
HSL color Cylindrical-coordinate representation of color #F0111B: hue angle of 357.31º 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 #F0111B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.06 |
| HSL | 357.31º | 0.88% | 0.5% | - |
| HSV(B) | 357.31º | 0.93% | 0.94% | - |
| XYZ | 36.33 | 19.01 | 2.79 | - |
| YUV | 84.82 | 95.38 | 238.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 27 | 0 | 0.93 | 0.89 | 0.06 | 357.31 | 0.88 | 0.5 |
| Hex | F0 | 11 | 1B | 0 | 5D | 59 | 6 | 165 | 58 | 32 |
| Octal | 360 | 21 | 33 | 0 | 135 | 131 | 6 | 545 | 130 | 62 |
| Binary | 11110000 | 10001 | 11011 | 0 | 1011101 | 1011001 | 110 | 101100101 | 1011000 | 110010 |
Color Harmonies of #F0111B
Complementary color
Monochromatic Colors of #F0111B
Black with #F0111B
Text Example
Text Example
White with #F0111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0111B; }
p { color: rgb(240,17,27); }
H1.HeaderClassName
{
color: #F0111B;
}
.AnyTagClassName
{
color: #F0111B;
}
</style>
background-color css
<style>
a { background-color: #F0111B; }
a { background-color: rgb(240,17,27); }
div.DivClassName
{
background-color: #F0111B;
}
.BgClassName
{
background-color: #F0111B;
}
</style>
border-color css
<style>
span { border-color: #F0111B; }
span { border-color: rgb(240,17,27); }
td.TdClassName
{
border-color: #F0111B;
}
.TagClassName
{
border-color: #F0111B;
}
</style>