Shades of Torch Red #F01141
Tints of Torch Red #F01141
RGB
CMYK
RGB Variations
Color information
#F01141 (or 0xF01141) is known color: Torch Red. HEX triplet: F0, 11 and 41. RGB value is (240,17,65). Sum of RGB (Red+Green+Blue) = 240+17+65=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F01141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01141 is #0FEEBE. Grayscale: #595959. Windows color (decimal): -1044159 or 4264432. OLE color: 4264432.
HSL color Cylindrical-coordinate representation of color #F01141: hue angle of 347.09º 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 #F01141 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 65 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.06 |
| HSL | 347.09º | 0.88% | 0.5% | - |
| HSV(B) | 347.09º | 0.93% | 0.94% | - |
| XYZ | 37.09 | 19.31 | 6.77 | - |
| YUV | 89.15 | 114.38 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 65 | 0 | 0.93 | 0.73 | 0.06 | 347.09 | 0.88 | 0.5 |
| Hex | F0 | 11 | 41 | 0 | 5D | 49 | 6 | 15B | 58 | 32 |
| Octal | 360 | 21 | 101 | 0 | 135 | 111 | 6 | 533 | 130 | 62 |
| Binary | 11110000 | 10001 | 1000001 | 0 | 1011101 | 1001001 | 110 | 101011011 | 1011000 | 110010 |
Color Harmonies of #F01141
Complementary color
Monochromatic Colors of #F01141
Black with #F01141
Text Example
Text Example
White with #F01141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01141; }
p { color: rgb(240,17,65); }
H1.HeaderClassName
{
color: #F01141;
}
.AnyTagClassName
{
color: #F01141;
}
</style>
background-color css
<style>
a { background-color: #F01141; }
a { background-color: rgb(240,17,65); }
div.DivClassName
{
background-color: #F01141;
}
.BgClassName
{
background-color: #F01141;
}
</style>
border-color css
<style>
span { border-color: #F01141; }
span { border-color: rgb(240,17,65); }
td.TdClassName
{
border-color: #F01141;
}
.TagClassName
{
border-color: #F01141;
}
</style>