Shades of Torch Red #F01119
Tints of Torch Red #F01119
RGB
CMYK
RGB Variations
Color information
#F01119 (or 0xF01119) is known color: Torch Red. HEX triplet: F0, 11 and 19. RGB value is (240,17,25). Sum of RGB (Red+Green+Blue) = 240+17+25=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F01119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01119 is #0FEEE6. Grayscale: #545454. Windows color (decimal): -1044199 or 1642992. OLE color: 1642992.
HSL color Cylindrical-coordinate representation of color #F01119: hue angle of 357.85º 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 #F01119 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.06 |
| HSL | 357.85º | 0.88% | 0.5% | - |
| HSV(B) | 357.85º | 0.93% | 0.94% | - |
| XYZ | 36.31 | 19 | 2.67 | - |
| YUV | 84.59 | 94.38 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 25 | 0 | 0.93 | 0.90 | 0.06 | 357.85 | 0.88 | 0.5 |
| Hex | F0 | 11 | 19 | 0 | 5D | 5A | 6 | 166 | 58 | 32 |
| Octal | 360 | 21 | 31 | 0 | 135 | 132 | 6 | 546 | 130 | 62 |
| Binary | 11110000 | 10001 | 11001 | 0 | 1011101 | 1011010 | 110 | 101100110 | 1011000 | 110010 |
Color Harmonies of #F01119
Complementary color
Monochromatic Colors of #F01119
Black with #F01119
Text Example
Text Example
White with #F01119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01119; }
p { color: rgb(240,17,25); }
H1.HeaderClassName
{
color: #F01119;
}
.AnyTagClassName
{
color: #F01119;
}
</style>
background-color css
<style>
a { background-color: #F01119; }
a { background-color: rgb(240,17,25); }
div.DivClassName
{
background-color: #F01119;
}
.BgClassName
{
background-color: #F01119;
}
</style>
border-color css
<style>
span { border-color: #F01119; }
span { border-color: rgb(240,17,25); }
td.TdClassName
{
border-color: #F01119;
}
.TagClassName
{
border-color: #F01119;
}
</style>