Shades of Torch Red #F21744
Tints of Torch Red #F21744
RGB
CMYK
RGB Variations
Color information
#F21744 (or 0xF21744) is known color: Torch Red. HEX triplet: F2, 17 and 44. RGB value is (242,23,68). Sum of RGB (Red+Green+Blue) = 242+23+68=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F21744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21744 is #0DE8BB. Grayscale: #5D5D5D. Windows color (decimal): -911548 or 4462578. OLE color: 4462578.
HSL color Cylindrical-coordinate representation of color #F21744: hue angle of 347.67º 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 #F21744 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 68 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.05 |
| HSL | 347.67º | 0.89% | 0.52% | - |
| HSV(B) | 347.67º | 0.9% | 0.95% | - |
| XYZ | 37.97 | 19.91 | 7.31 | - |
| YUV | 93.61 | 113.55 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 68 | 0 | 0.90 | 0.72 | 0.05 | 347.67 | 0.89 | 0.52 |
| Hex | F2 | 17 | 44 | 0 | 5A | 48 | 5 | 15C | 59 | 34 |
| Octal | 362 | 27 | 104 | 0 | 132 | 110 | 5 | 534 | 131 | 64 |
| Binary | 11110010 | 10111 | 1000100 | 0 | 1011010 | 1001000 | 101 | 101011100 | 1011001 | 110100 |
Color Harmonies of #F21744
Complementary color
Monochromatic Colors of #F21744
Black with #F21744
Text Example
Text Example
White with #F21744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21744; }
p { color: rgb(242,23,68); }
H1.HeaderClassName
{
color: #F21744;
}
.AnyTagClassName
{
color: #F21744;
}
</style>
background-color css
<style>
a { background-color: #F21744; }
a { background-color: rgb(242,23,68); }
div.DivClassName
{
background-color: #F21744;
}
.BgClassName
{
background-color: #F21744;
}
</style>
border-color css
<style>
span { border-color: #F21744; }
span { border-color: rgb(242,23,68); }
td.TdClassName
{
border-color: #F21744;
}
.TagClassName
{
border-color: #F21744;
}
</style>