Shades of Torch Red #F21720
Tints of Torch Red #F21720
RGB
CMYK
RGB Variations
Color information
#F21720 (or 0xF21720) is known color: Torch Red. HEX triplet: F2, 17 and 20. RGB value is (242,23,32). Sum of RGB (Red+Green+Blue) = 242+23+32=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F21720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21720 is #0DE8DF. Grayscale: #595959. Windows color (decimal): -911584 or 2103282. OLE color: 2103282.
HSL color Cylindrical-coordinate representation of color #F21720: hue angle of 357.53º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21720 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 32 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.05 |
| HSL | 357.53º | 0.89% | 0.52% | - |
| HSV(B) | 357.53º | 0.9% | 0.95% | - |
| XYZ | 37.19 | 19.59 | 3.19 | - |
| YUV | 89.51 | 95.55 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 32 | 0 | 0.90 | 0.87 | 0.05 | 357.53 | 0.89 | 0.52 |
| Hex | F2 | 17 | 20 | 0 | 5A | 57 | 5 | 166 | 59 | 34 |
| Octal | 362 | 27 | 40 | 0 | 132 | 127 | 5 | 546 | 131 | 64 |
| Binary | 11110010 | 10111 | 100000 | 0 | 1011010 | 1010111 | 101 | 101100110 | 1011001 | 110100 |
Color Harmonies of #F21720
Complementary color
Monochromatic Colors of #F21720
Black with #F21720
Text Example
Text Example
White with #F21720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21720; }
p { color: rgb(242,23,32); }
H1.HeaderClassName
{
color: #F21720;
}
.AnyTagClassName
{
color: #F21720;
}
</style>
background-color css
<style>
a { background-color: #F21720; }
a { background-color: rgb(242,23,32); }
div.DivClassName
{
background-color: #F21720;
}
.BgClassName
{
background-color: #F21720;
}
</style>
border-color css
<style>
span { border-color: #F21720; }
span { border-color: rgb(242,23,32); }
td.TdClassName
{
border-color: #F21720;
}
.TagClassName
{
border-color: #F21720;
}
</style>