Shades of Torch Red #F21439
Tints of Torch Red #F21439
RGB
CMYK
RGB Variations
Color information
#F21439 (or 0xF21439) is known color: Torch Red. HEX triplet: F2, 14 and 39. RGB value is (242,20,57). Sum of RGB (Red+Green+Blue) = 242+20+57=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F21439 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21439 is #0DEBC6. Grayscale: #5A5A5A. Windows color (decimal): -912327 or 3740914. OLE color: 3740914.
HSL color Cylindrical-coordinate representation of color #F21439: hue angle of 350º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21439 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 57 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.05 |
| HSL | 350º | 0.9% | 0.51% | - |
| HSV(B) | 350º | 0.92% | 0.95% | - |
| XYZ | 37.61 | 19.67 | 5.69 | - |
| YUV | 90.6 | 109.05 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 57 | 0 | 0.92 | 0.76 | 0.05 | 350 | 0.9 | 0.51 |
| Hex | F2 | 14 | 39 | 0 | 5C | 4C | 5 | 15E | 5A | 33 |
| Octal | 362 | 24 | 71 | 0 | 134 | 114 | 5 | 536 | 132 | 63 |
| Binary | 11110010 | 10100 | 111001 | 0 | 1011100 | 1001100 | 101 | 101011110 | 1011010 | 110011 |
Color Harmonies of #F21439
Complementary color
Monochromatic Colors of #F21439
Black with #F21439
Text Example
Text Example
White with #F21439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21439; }
p { color: rgb(242,20,57); }
H1.HeaderClassName
{
color: #F21439;
}
.AnyTagClassName
{
color: #F21439;
}
</style>
background-color css
<style>
a { background-color: #F21439; }
a { background-color: rgb(242,20,57); }
div.DivClassName
{
background-color: #F21439;
}
.BgClassName
{
background-color: #F21439;
}
</style>
border-color css
<style>
span { border-color: #F21439; }
span { border-color: rgb(242,20,57); }
td.TdClassName
{
border-color: #F21439;
}
.TagClassName
{
border-color: #F21439;
}
</style>