Shades of Torch Red #F21224
Tints of Torch Red #F21224
RGB
CMYK
RGB Variations
Color information
#F21224 (or 0xF21224) is known color: Torch Red. HEX triplet: F2, 12 and 24. RGB value is (242,18,36). Sum of RGB (Red+Green+Blue) = 242+18+36=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F21224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21224 is #0DEDDB. Grayscale: #575757. Windows color (decimal): -912860 or 2364146. OLE color: 2364146.
HSL color Cylindrical-coordinate representation of color #F21224: hue angle of 355.18º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21224 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 36 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.05 |
| HSL | 355.18º | 0.9% | 0.51% | - |
| HSV(B) | 355.18º | 0.93% | 0.95% | - |
| XYZ | 37.15 | 19.44 | 3.46 | - |
| YUV | 87.03 | 99.21 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 36 | 0 | 0.93 | 0.85 | 0.05 | 355.18 | 0.9 | 0.51 |
| Hex | F2 | 12 | 24 | 0 | 5D | 55 | 5 | 163 | 5A | 33 |
| Octal | 362 | 22 | 44 | 0 | 135 | 125 | 5 | 543 | 132 | 63 |
| Binary | 11110010 | 10010 | 100100 | 0 | 1011101 | 1010101 | 101 | 101100011 | 1011010 | 110011 |
Color Harmonies of #F21224
Complementary color
Monochromatic Colors of #F21224
Black with #F21224
Text Example
Text Example
White with #F21224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21224; }
p { color: rgb(242,18,36); }
H1.HeaderClassName
{
color: #F21224;
}
.AnyTagClassName
{
color: #F21224;
}
</style>
background-color css
<style>
a { background-color: #F21224; }
a { background-color: rgb(242,18,36); }
div.DivClassName
{
background-color: #F21224;
}
.BgClassName
{
background-color: #F21224;
}
</style>
border-color css
<style>
span { border-color: #F21224; }
span { border-color: rgb(242,18,36); }
td.TdClassName
{
border-color: #F21224;
}
.TagClassName
{
border-color: #F21224;
}
</style>