Shades of Torch Red #F01621
Tints of Torch Red #F01621
RGB
CMYK
RGB Variations
Color information
#F01621 (or 0xF01621) is known color: Torch Red. HEX triplet: F0, 16 and 21. RGB value is (240,22,33). Sum of RGB (Red+Green+Blue) = 240+22+33=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F01621 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01621 is #0FE9DE. Grayscale: #585858. Windows color (decimal): -1042911 or 2168560. OLE color: 2168560.
HSL color Cylindrical-coordinate representation of color #F01621: hue angle of 356.97º 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 #F01621 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 33 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.06 |
| HSL | 356.97º | 0.88% | 0.51% | - |
| HSV(B) | 356.97º | 0.91% | 0.94% | - |
| XYZ | 36.5 | 19.21 | 3.22 | - |
| YUV | 88.44 | 96.72 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 33 | 0 | 0.91 | 0.86 | 0.06 | 356.97 | 0.88 | 0.51 |
| Hex | F0 | 16 | 21 | 0 | 5B | 56 | 6 | 165 | 58 | 33 |
| Octal | 360 | 26 | 41 | 0 | 133 | 126 | 6 | 545 | 130 | 63 |
| Binary | 11110000 | 10110 | 100001 | 0 | 1011011 | 1010110 | 110 | 101100101 | 1011000 | 110011 |
Color Harmonies of #F01621
Complementary color
Monochromatic Colors of #F01621
Black with #F01621
Text Example
Text Example
White with #F01621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01621; }
p { color: rgb(240,22,33); }
H1.HeaderClassName
{
color: #F01621;
}
.AnyTagClassName
{
color: #F01621;
}
</style>
background-color css
<style>
a { background-color: #F01621; }
a { background-color: rgb(240,22,33); }
div.DivClassName
{
background-color: #F01621;
}
.BgClassName
{
background-color: #F01621;
}
</style>
border-color css
<style>
span { border-color: #F01621; }
span { border-color: rgb(240,22,33); }
td.TdClassName
{
border-color: #F01621;
}
.TagClassName
{
border-color: #F01621;
}
</style>