Shades of Torch Red #F21844
Tints of Torch Red #F21844
RGB
CMYK
RGB Variations
Color information
#F21844 (or 0xF21844) is known color: Torch Red. HEX triplet: F2, 18 and 44. RGB value is (242,24,68). Sum of RGB (Red+Green+Blue) = 242+24+68=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F21844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21844 is #0DE7BB. Grayscale: #5E5E5E. Windows color (decimal): -911292 or 4462834. OLE color: 4462834.
HSL color Cylindrical-coordinate representation of color #F21844: hue angle of 347.89º 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 #F21844 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 68 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.05 |
| HSL | 347.89º | 0.89% | 0.52% | - |
| HSV(B) | 347.89º | 0.9% | 0.95% | - |
| XYZ | 37.99 | 19.95 | 7.32 | - |
| YUV | 94.2 | 113.22 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 68 | 0 | 0.90 | 0.72 | 0.05 | 347.89 | 0.89 | 0.52 |
| Hex | F2 | 18 | 44 | 0 | 5A | 48 | 5 | 15C | 59 | 34 |
| Octal | 362 | 30 | 104 | 0 | 132 | 110 | 5 | 534 | 131 | 64 |
| Binary | 11110010 | 11000 | 1000100 | 0 | 1011010 | 1001000 | 101 | 101011100 | 1011001 | 110100 |
Color Harmonies of #F21844
Complementary color
Monochromatic Colors of #F21844
Black with #F21844
Text Example
Text Example
White with #F21844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21844; }
p { color: rgb(242,24,68); }
H1.HeaderClassName
{
color: #F21844;
}
.AnyTagClassName
{
color: #F21844;
}
</style>
background-color css
<style>
a { background-color: #F21844; }
a { background-color: rgb(242,24,68); }
div.DivClassName
{
background-color: #F21844;
}
.BgClassName
{
background-color: #F21844;
}
</style>
border-color css
<style>
span { border-color: #F21844; }
span { border-color: rgb(242,24,68); }
td.TdClassName
{
border-color: #F21844;
}
.TagClassName
{
border-color: #F21844;
}
</style>