Shades of Torch Red #F21444
Tints of Torch Red #F21444
RGB
CMYK
RGB Variations
Color information
#F21444 (or 0xF21444) is known color: Torch Red. HEX triplet: F2, 14 and 44. RGB value is (242,20,68). Sum of RGB (Red+Green+Blue) = 242+20+68=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F21444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21444 is #0DEBBB. Grayscale: #5B5B5B. Windows color (decimal): -912316 or 4461810. OLE color: 4461810.
HSL color Cylindrical-coordinate representation of color #F21444: hue angle of 347.03º 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 #F21444 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 68 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.05 |
| HSL | 347.03º | 0.9% | 0.51% | - |
| HSV(B) | 347.03º | 0.92% | 0.95% | - |
| XYZ | 37.91 | 19.79 | 7.29 | - |
| YUV | 91.85 | 114.55 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 68 | 0 | 0.92 | 0.72 | 0.05 | 347.03 | 0.9 | 0.51 |
| Hex | F2 | 14 | 44 | 0 | 5C | 48 | 5 | 15B | 5A | 33 |
| Octal | 362 | 24 | 104 | 0 | 134 | 110 | 5 | 533 | 132 | 63 |
| Binary | 11110010 | 10100 | 1000100 | 0 | 1011100 | 1001000 | 101 | 101011011 | 1011010 | 110011 |
Color Harmonies of #F21444
Complementary color
Monochromatic Colors of #F21444
Black with #F21444
Text Example
Text Example
White with #F21444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21444; }
p { color: rgb(242,20,68); }
H1.HeaderClassName
{
color: #F21444;
}
.AnyTagClassName
{
color: #F21444;
}
</style>
background-color css
<style>
a { background-color: #F21444; }
a { background-color: rgb(242,20,68); }
div.DivClassName
{
background-color: #F21444;
}
.BgClassName
{
background-color: #F21444;
}
</style>
border-color css
<style>
span { border-color: #F21444; }
span { border-color: rgb(242,20,68); }
td.TdClassName
{
border-color: #F21444;
}
.TagClassName
{
border-color: #F21444;
}
</style>