Shades of Torch Red #F2182C
Tints of Torch Red #F2182C
RGB
CMYK
RGB Variations
Color information
#F2182C (or 0xF2182C) is known color: Torch Red. HEX triplet: F2, 18 and 2C. RGB value is (242,24,44). Sum of RGB (Red+Green+Blue) = 242+24+44=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F2182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2182C is #0DE7D3. Grayscale: #5B5B5B. Windows color (decimal): -911316 or 2889970. OLE color: 2889970.
HSL color Cylindrical-coordinate representation of color #F2182C: hue angle of 354.5º 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 #F2182C is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 44 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.05 |
| HSL | 354.5º | 0.89% | 0.52% | - |
| HSV(B) | 354.5º | 0.9% | 0.95% | - |
| XYZ | 37.4 | 19.71 | 4.22 | - |
| YUV | 91.46 | 101.22 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 44 | 0 | 0.90 | 0.82 | 0.05 | 354.5 | 0.89 | 0.52 |
| Hex | F2 | 18 | 2C | 0 | 5A | 52 | 5 | 162 | 59 | 34 |
| Octal | 362 | 30 | 54 | 0 | 132 | 122 | 5 | 542 | 131 | 64 |
| Binary | 11110010 | 11000 | 101100 | 0 | 1011010 | 1010010 | 101 | 101100010 | 1011001 | 110100 |
Color Harmonies of #F2182C
Complementary color
Monochromatic Colors of #F2182C
Black with #F2182C
Text Example
Text Example
White with #F2182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2182C; }
p { color: rgb(242,24,44); }
H1.HeaderClassName
{
color: #F2182C;
}
.AnyTagClassName
{
color: #F2182C;
}
</style>
background-color css
<style>
a { background-color: #F2182C; }
a { background-color: rgb(242,24,44); }
div.DivClassName
{
background-color: #F2182C;
}
.BgClassName
{
background-color: #F2182C;
}
</style>
border-color css
<style>
span { border-color: #F2182C; }
span { border-color: rgb(242,24,44); }
td.TdClassName
{
border-color: #F2182C;
}
.TagClassName
{
border-color: #F2182C;
}
</style>