Shades of Torch Red #F2182D
Tints of Torch Red #F2182D
RGB
CMYK
RGB Variations
Color information
#F2182D (or 0xF2182D) is known color: Torch Red. HEX triplet: F2, 18 and 2D. RGB value is (242,24,45). Sum of RGB (Red+Green+Blue) = 242+24+45=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F2182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2182D is #0DE7D2. Grayscale: #5B5B5B. Windows color (decimal): -911315 or 2955506. OLE color: 2955506.
HSL color Cylindrical-coordinate representation of color #F2182D: hue angle of 354.22º 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 #F2182D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 45 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.05 |
| HSL | 354.22º | 0.89% | 0.52% | - |
| HSV(B) | 354.22º | 0.9% | 0.95% | - |
| XYZ | 37.42 | 19.72 | 4.32 | - |
| YUV | 91.58 | 101.72 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 45 | 0 | 0.90 | 0.81 | 0.05 | 354.22 | 0.89 | 0.52 |
| Hex | F2 | 18 | 2D | 0 | 5A | 51 | 5 | 162 | 59 | 34 |
| Octal | 362 | 30 | 55 | 0 | 132 | 121 | 5 | 542 | 131 | 64 |
| Binary | 11110010 | 11000 | 101101 | 0 | 1011010 | 1010001 | 101 | 101100010 | 1011001 | 110100 |
Color Harmonies of #F2182D
Complementary color
Monochromatic Colors of #F2182D
Black with #F2182D
Text Example
Text Example
White with #F2182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2182D; }
p { color: rgb(242,24,45); }
H1.HeaderClassName
{
color: #F2182D;
}
.AnyTagClassName
{
color: #F2182D;
}
</style>
background-color css
<style>
a { background-color: #F2182D; }
a { background-color: rgb(242,24,45); }
div.DivClassName
{
background-color: #F2182D;
}
.BgClassName
{
background-color: #F2182D;
}
</style>
border-color css
<style>
span { border-color: #F2182D; }
span { border-color: rgb(242,24,45); }
td.TdClassName
{
border-color: #F2182D;
}
.TagClassName
{
border-color: #F2182D;
}
</style>