Shades of Torch Red #F21221
Tints of Torch Red #F21221
RGB
CMYK
RGB Variations
Color information
#F21221 (or 0xF21221) is known color: Torch Red. HEX triplet: F2, 12 and 21. RGB value is (242,18,33). Sum of RGB (Red+Green+Blue) = 242+18+33=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F21221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21221 is #0DEDDE. Grayscale: #565656. Windows color (decimal): -912863 or 2167538. OLE color: 2167538.
HSL color Cylindrical-coordinate representation of color #F21221: hue angle of 355.98º 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 #F21221 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 33 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.05 |
| HSL | 355.98º | 0.9% | 0.51% | - |
| HSV(B) | 355.98º | 0.93% | 0.95% | - |
| XYZ | 37.11 | 19.42 | 3.23 | - |
| YUV | 86.69 | 97.71 | 238.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 33 | 0 | 0.93 | 0.86 | 0.05 | 355.98 | 0.9 | 0.51 |
| Hex | F2 | 12 | 21 | 0 | 5D | 56 | 5 | 164 | 5A | 33 |
| Octal | 362 | 22 | 41 | 0 | 135 | 126 | 5 | 544 | 132 | 63 |
| Binary | 11110010 | 10010 | 100001 | 0 | 1011101 | 1010110 | 101 | 101100100 | 1011010 | 110011 |
Color Harmonies of #F21221
Complementary color
Monochromatic Colors of #F21221
Black with #F21221
Text Example
Text Example
White with #F21221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21221; }
p { color: rgb(242,18,33); }
H1.HeaderClassName
{
color: #F21221;
}
.AnyTagClassName
{
color: #F21221;
}
</style>
background-color css
<style>
a { background-color: #F21221; }
a { background-color: rgb(242,18,33); }
div.DivClassName
{
background-color: #F21221;
}
.BgClassName
{
background-color: #F21221;
}
</style>
border-color css
<style>
span { border-color: #F21221; }
span { border-color: rgb(242,18,33); }
td.TdClassName
{
border-color: #F21221;
}
.TagClassName
{
border-color: #F21221;
}
</style>