Shades of Torch Red #F01721
Tints of Torch Red #F01721
RGB
CMYK
RGB Variations
Color information
#F01721 (or 0xF01721) is known color: Torch Red. HEX triplet: F0, 17 and 21. RGB value is (240,23,33). Sum of RGB (Red+Green+Blue) = 240+23+33=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F01721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01721 is #0FE8DE. Grayscale: #595959. Windows color (decimal): -1042655 or 2168816. OLE color: 2168816.
HSL color Cylindrical-coordinate representation of color #F01721: hue angle of 357.24º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01721 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 33 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.06 |
| HSL | 357.24º | 0.88% | 0.52% | - |
| HSV(B) | 357.24º | 0.9% | 0.94% | - |
| XYZ | 36.52 | 19.25 | 3.23 | - |
| YUV | 89.02 | 96.39 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 33 | 0 | 0.90 | 0.86 | 0.06 | 357.24 | 0.88 | 0.52 |
| Hex | F0 | 17 | 21 | 0 | 5A | 56 | 6 | 165 | 58 | 34 |
| Octal | 360 | 27 | 41 | 0 | 132 | 126 | 6 | 545 | 130 | 64 |
| Binary | 11110000 | 10111 | 100001 | 0 | 1011010 | 1010110 | 110 | 101100101 | 1011000 | 110100 |
Color Harmonies of #F01721
Complementary color
Monochromatic Colors of #F01721
Black with #F01721
Text Example
Text Example
White with #F01721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01721; }
p { color: rgb(240,23,33); }
H1.HeaderClassName
{
color: #F01721;
}
.AnyTagClassName
{
color: #F01721;
}
</style>
background-color css
<style>
a { background-color: #F01721; }
a { background-color: rgb(240,23,33); }
div.DivClassName
{
background-color: #F01721;
}
.BgClassName
{
background-color: #F01721;
}
</style>
border-color css
<style>
span { border-color: #F01721; }
span { border-color: rgb(240,23,33); }
td.TdClassName
{
border-color: #F01721;
}
.TagClassName
{
border-color: #F01721;
}
</style>