Shades of Torch Red #F2182F
Tints of Torch Red #F2182F
RGB
CMYK
RGB Variations
Color information
#F2182F (or 0xF2182F) is known color: Torch Red. HEX triplet: F2, 18 and 2F. RGB value is (242,24,47). Sum of RGB (Red+Green+Blue) = 242+24+47=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F2182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2182F is #0DE7D0. Grayscale: #5B5B5B. Windows color (decimal): -911313 or 3086578. OLE color: 3086578.
HSL color Cylindrical-coordinate representation of color #F2182F: hue angle of 353.67º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2182F is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 47 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.05 |
| HSL | 353.67º | 0.89% | 0.52% | - |
| HSV(B) | 353.67º | 0.9% | 0.95% | - |
| XYZ | 37.46 | 19.74 | 4.52 | - |
| YUV | 91.8 | 102.72 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 47 | 0 | 0.90 | 0.81 | 0.05 | 353.67 | 0.89 | 0.52 |
| Hex | F2 | 18 | 2F | 0 | 5A | 51 | 5 | 162 | 59 | 34 |
| Octal | 362 | 30 | 57 | 0 | 132 | 121 | 5 | 542 | 131 | 64 |
| Binary | 11110010 | 11000 | 101111 | 0 | 1011010 | 1010001 | 101 | 101100010 | 1011001 | 110100 |
Color Harmonies of #F2182F
Complementary color
Monochromatic Colors of #F2182F
Black with #F2182F
Text Example
Text Example
White with #F2182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2182F; }
p { color: rgb(242,24,47); }
H1.HeaderClassName
{
color: #F2182F;
}
.AnyTagClassName
{
color: #F2182F;
}
</style>
background-color css
<style>
a { background-color: #F2182F; }
a { background-color: rgb(242,24,47); }
div.DivClassName
{
background-color: #F2182F;
}
.BgClassName
{
background-color: #F2182F;
}
</style>
border-color css
<style>
span { border-color: #F2182F; }
span { border-color: rgb(242,24,47); }
td.TdClassName
{
border-color: #F2182F;
}
.TagClassName
{
border-color: #F2182F;
}
</style>