Shades of Torch Red #F0111A
Tints of Torch Red #F0111A
RGB
CMYK
RGB Variations
Color information
#F0111A (or 0xF0111A) is known color: Torch Red. HEX triplet: F0, 11 and 1A. RGB value is (240,17,26). Sum of RGB (Red+Green+Blue) = 240+17+26=283 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.81% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 240 - color contains mainly: red. Hex color #F0111A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0111A is #0FEEE5. Grayscale: #545454. Windows color (decimal): -1044198 or 1708528. OLE color: 1708528.
HSL color Cylindrical-coordinate representation of color #F0111A: hue angle of 357.58º 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 #F0111A is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 26 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.06 |
| HSL | 357.58º | 0.88% | 0.5% | - |
| HSV(B) | 357.58º | 0.93% | 0.94% | - |
| XYZ | 36.32 | 19 | 2.73 | - |
| YUV | 84.7 | 94.88 | 238.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 26 | 0 | 0.93 | 0.89 | 0.06 | 357.58 | 0.88 | 0.5 |
| Hex | F0 | 11 | 1A | 0 | 5D | 59 | 6 | 166 | 58 | 32 |
| Octal | 360 | 21 | 32 | 0 | 135 | 131 | 6 | 546 | 130 | 62 |
| Binary | 11110000 | 10001 | 11010 | 0 | 1011101 | 1011001 | 110 | 101100110 | 1011000 | 110010 |
Color Harmonies of #F0111A
Complementary color
Monochromatic Colors of #F0111A
Black with #F0111A
Text Example
Text Example
White with #F0111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0111A; }
p { color: rgb(240,17,26); }
H1.HeaderClassName
{
color: #F0111A;
}
.AnyTagClassName
{
color: #F0111A;
}
</style>
background-color css
<style>
a { background-color: #F0111A; }
a { background-color: rgb(240,17,26); }
div.DivClassName
{
background-color: #F0111A;
}
.BgClassName
{
background-color: #F0111A;
}
</style>
border-color css
<style>
span { border-color: #F0111A; }
span { border-color: rgb(240,17,26); }
td.TdClassName
{
border-color: #F0111A;
}
.TagClassName
{
border-color: #F0111A;
}
</style>