Shades of Torch Red #F01022
Tints of Torch Red #F01022
RGB
CMYK
RGB Variations
Color information
#F01022 (or 0xF01022) is known color: Torch Red. HEX triplet: F0, 10 and 22. RGB value is (240,16,34). Sum of RGB (Red+Green+Blue) = 240+16+34=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F01022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01022 is #0FEFDD. Grayscale: #555555. Windows color (decimal): -1044446 or 2232560. OLE color: 2232560.
HSL color Cylindrical-coordinate representation of color #F01022: hue angle of 355.18º 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 #F01022 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 34 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.06 |
| HSL | 355.18º | 0.88% | 0.5% | - |
| HSV(B) | 355.18º | 0.93% | 0.94% | - |
| XYZ | 36.41 | 19.01 | 3.26 | - |
| YUV | 85.03 | 99.21 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 34 | 0 | 0.93 | 0.86 | 0.06 | 355.18 | 0.88 | 0.5 |
| Hex | F0 | 10 | 22 | 0 | 5D | 56 | 6 | 163 | 58 | 32 |
| Octal | 360 | 20 | 42 | 0 | 135 | 126 | 6 | 543 | 130 | 62 |
| Binary | 11110000 | 10000 | 100010 | 0 | 1011101 | 1010110 | 110 | 101100011 | 1011000 | 110010 |
Color Harmonies of #F01022
Complementary color
Monochromatic Colors of #F01022
Black with #F01022
Text Example
Text Example
White with #F01022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01022; }
p { color: rgb(240,16,34); }
H1.HeaderClassName
{
color: #F01022;
}
.AnyTagClassName
{
color: #F01022;
}
</style>
background-color css
<style>
a { background-color: #F01022; }
a { background-color: rgb(240,16,34); }
div.DivClassName
{
background-color: #F01022;
}
.BgClassName
{
background-color: #F01022;
}
</style>
border-color css
<style>
span { border-color: #F01022; }
span { border-color: rgb(240,16,34); }
td.TdClassName
{
border-color: #F01022;
}
.TagClassName
{
border-color: #F01022;
}
</style>