Shades of Torch Red #F01622
Tints of Torch Red #F01622
RGB
CMYK
RGB Variations
Color information
#F01622 (or 0xF01622) is known color: Torch Red. HEX triplet: F0, 16 and 22. RGB value is (240,22,34). Sum of RGB (Red+Green+Blue) = 240+22+34=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F01622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01622 is #0FE9DD. Grayscale: #585858. Windows color (decimal): -1042910 or 2234096. OLE color: 2234096.
HSL color Cylindrical-coordinate representation of color #F01622: hue angle of 356.7º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01622 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 34 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.06 |
| HSL | 356.7º | 0.88% | 0.51% | - |
| HSV(B) | 356.7º | 0.91% | 0.94% | - |
| XYZ | 36.51 | 19.21 | 3.3 | - |
| YUV | 88.55 | 97.22 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 34 | 0 | 0.91 | 0.86 | 0.06 | 356.7 | 0.88 | 0.51 |
| Hex | F0 | 16 | 22 | 0 | 5B | 56 | 6 | 165 | 58 | 33 |
| Octal | 360 | 26 | 42 | 0 | 133 | 126 | 6 | 545 | 130 | 63 |
| Binary | 11110000 | 10110 | 100010 | 0 | 1011011 | 1010110 | 110 | 101100101 | 1011000 | 110011 |
Color Harmonies of #F01622
Complementary color
Monochromatic Colors of #F01622
Black with #F01622
Text Example
Text Example
White with #F01622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01622; }
p { color: rgb(240,22,34); }
H1.HeaderClassName
{
color: #F01622;
}
.AnyTagClassName
{
color: #F01622;
}
</style>
background-color css
<style>
a { background-color: #F01622; }
a { background-color: rgb(240,22,34); }
div.DivClassName
{
background-color: #F01622;
}
.BgClassName
{
background-color: #F01622;
}
</style>
border-color css
<style>
span { border-color: #F01622; }
span { border-color: rgb(240,22,34); }
td.TdClassName
{
border-color: #F01622;
}
.TagClassName
{
border-color: #F01622;
}
</style>