Shades of Torch Red #F20E22
Tints of Torch Red #F20E22
RGB
CMYK
RGB Variations
Color information
#F20E22 (or 0xF20E22) is known color: Torch Red. HEX triplet: F2, 0E and 22. RGB value is (242,14,34). Sum of RGB (Red+Green+Blue) = 242+14+34=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E22 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20E22 is #0DF1DD. Grayscale: #545454. Windows color (decimal): -913886 or 2232050. OLE color: 2232050.
HSL color Cylindrical-coordinate representation of color #F20E22: hue angle of 354.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20E22 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 34 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.05 |
| HSL | 354.74º | 0.9% | 0.5% | - |
| HSV(B) | 354.74º | 0.94% | 0.95% | - |
| XYZ | 37.06 | 19.31 | 3.29 | - |
| YUV | 84.45 | 99.54 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 34 | 0 | 0.94 | 0.86 | 0.05 | 354.74 | 0.9 | 0.5 |
| Hex | F2 | E | 22 | 0 | 5E | 56 | 5 | 163 | 5A | 32 |
| Octal | 362 | 16 | 42 | 0 | 136 | 126 | 5 | 543 | 132 | 62 |
| Binary | 11110010 | 1110 | 100010 | 0 | 1011110 | 1010110 | 101 | 101100011 | 1011010 | 110010 |
Color Harmonies of #F20E22
Complementary color
Monochromatic Colors of #F20E22
Black with #F20E22
Text Example
Text Example
White with #F20E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20E22; }
p { color: rgb(242,14,34); }
H1.HeaderClassName
{
color: #F20E22;
}
.AnyTagClassName
{
color: #F20E22;
}
</style>
background-color css
<style>
a { background-color: #F20E22; }
a { background-color: rgb(242,14,34); }
div.DivClassName
{
background-color: #F20E22;
}
.BgClassName
{
background-color: #F20E22;
}
</style>
border-color css
<style>
span { border-color: #F20E22; }
span { border-color: rgb(242,14,34); }
td.TdClassName
{
border-color: #F20E22;
}
.TagClassName
{
border-color: #F20E22;
}
</style>