Shades of Torch Red #F21740
Tints of Torch Red #F21740
RGB
CMYK
RGB Variations
Color information
#F21740 (or 0xF21740) is known color: Torch Red. HEX triplet: F2, 17 and 40. RGB value is (242,23,64). Sum of RGB (Red+Green+Blue) = 242+23+64=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F21740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21740 is #0DE8BF. Grayscale: #5D5D5D. Windows color (decimal): -911552 or 4200434. OLE color: 4200434.
HSL color Cylindrical-coordinate representation of color #F21740: hue angle of 348.77º 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 #F21740 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 64 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.05 |
| HSL | 348.77º | 0.89% | 0.52% | - |
| HSV(B) | 348.77º | 0.9% | 0.95% | - |
| XYZ | 37.85 | 19.86 | 6.69 | - |
| YUV | 93.16 | 111.55 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 64 | 0 | 0.90 | 0.74 | 0.05 | 348.77 | 0.89 | 0.52 |
| Hex | F2 | 17 | 40 | 0 | 5A | 4A | 5 | 15D | 59 | 34 |
| Octal | 362 | 27 | 100 | 0 | 132 | 112 | 5 | 535 | 131 | 64 |
| Binary | 11110010 | 10111 | 1000000 | 0 | 1011010 | 1001010 | 101 | 101011101 | 1011001 | 110100 |
Color Harmonies of #F21740
Complementary color
Monochromatic Colors of #F21740
Black with #F21740
Text Example
Text Example
White with #F21740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21740; }
p { color: rgb(242,23,64); }
H1.HeaderClassName
{
color: #F21740;
}
.AnyTagClassName
{
color: #F21740;
}
</style>
background-color css
<style>
a { background-color: #F21740; }
a { background-color: rgb(242,23,64); }
div.DivClassName
{
background-color: #F21740;
}
.BgClassName
{
background-color: #F21740;
}
</style>
border-color css
<style>
span { border-color: #F21740; }
span { border-color: rgb(242,23,64); }
td.TdClassName
{
border-color: #F21740;
}
.TagClassName
{
border-color: #F21740;
}
</style>