Shades of Torch Red #F20821
Tints of Torch Red #F20821
RGB
CMYK
RGB Variations
Color information
#F20821 (or 0xF20821) is known color: Torch Red. HEX triplet: F2, 08 and 21. RGB value is (242,8,33). Sum of RGB (Red+Green+Blue) = 242+8+33=283 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.51% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 242 - color contains mainly: red. Hex color #F20821 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20821 is #0DF7DE. Grayscale: #505050. Windows color (decimal): -915423 or 2164978. OLE color: 2164978.
HSL color Cylindrical-coordinate representation of color #F20821: hue angle of 353.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20821 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 33 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.05 |
| HSL | 353.59º | 0.94% | 0.49% | - |
| HSV(B) | 353.59º | 0.97% | 0.95% | - |
| XYZ | 36.98 | 19.16 | 3.19 | - |
| YUV | 80.82 | 101.02 | 242.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 33 | 0 | 0.97 | 0.86 | 0.05 | 353.59 | 0.94 | 0.49 |
| Hex | F2 | 8 | 21 | 0 | 61 | 56 | 5 | 162 | 5E | 31 |
| Octal | 362 | 10 | 41 | 0 | 141 | 126 | 5 | 542 | 136 | 61 |
| Binary | 11110010 | 1000 | 100001 | 0 | 1100001 | 1010110 | 101 | 101100010 | 1011110 | 110001 |
Color Harmonies of #F20821
Complementary color
Monochromatic Colors of #F20821
Black with #F20821
Text Example
Text Example
White with #F20821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20821; }
p { color: rgb(242,8,33); }
H1.HeaderClassName
{
color: #F20821;
}
.AnyTagClassName
{
color: #F20821;
}
</style>
background-color css
<style>
a { background-color: #F20821; }
a { background-color: rgb(242,8,33); }
div.DivClassName
{
background-color: #F20821;
}
.BgClassName
{
background-color: #F20821;
}
</style>
border-color css
<style>
span { border-color: #F20821; }
span { border-color: rgb(242,8,33); }
td.TdClassName
{
border-color: #F20821;
}
.TagClassName
{
border-color: #F20821;
}
</style>