Shades of Torch Red #F21739
Tints of Torch Red #F21739
RGB
CMYK
RGB Variations
Color information
#F21739 (or 0xF21739) is known color: Torch Red. HEX triplet: F2, 17 and 39. RGB value is (242,23,57). Sum of RGB (Red+Green+Blue) = 242+23+57=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F21739 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21739 is #0DE8C6. Grayscale: #5C5C5C. Windows color (decimal): -911559 or 3741682. OLE color: 3741682.
HSL color Cylindrical-coordinate representation of color #F21739: hue angle of 350.68º 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 #F21739 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 57 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.05 |
| HSL | 350.68º | 0.89% | 0.52% | - |
| HSV(B) | 350.68º | 0.9% | 0.95% | - |
| XYZ | 37.66 | 19.79 | 5.7 | - |
| YUV | 92.36 | 108.05 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 57 | 0 | 0.90 | 0.76 | 0.05 | 350.68 | 0.89 | 0.52 |
| Hex | F2 | 17 | 39 | 0 | 5A | 4C | 5 | 15F | 59 | 34 |
| Octal | 362 | 27 | 71 | 0 | 132 | 114 | 5 | 537 | 131 | 64 |
| Binary | 11110010 | 10111 | 111001 | 0 | 1011010 | 1001100 | 101 | 101011111 | 1011001 | 110100 |
Color Harmonies of #F21739
Complementary color
Monochromatic Colors of #F21739
Black with #F21739
Text Example
Text Example
White with #F21739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21739; }
p { color: rgb(242,23,57); }
H1.HeaderClassName
{
color: #F21739;
}
.AnyTagClassName
{
color: #F21739;
}
</style>
background-color css
<style>
a { background-color: #F21739; }
a { background-color: rgb(242,23,57); }
div.DivClassName
{
background-color: #F21739;
}
.BgClassName
{
background-color: #F21739;
}
</style>
border-color css
<style>
span { border-color: #F21739; }
span { border-color: rgb(242,23,57); }
td.TdClassName
{
border-color: #F21739;
}
.TagClassName
{
border-color: #F21739;
}
</style>