Shades of Torch Red #F4162C
Tints of Torch Red #F4162C
RGB
CMYK
RGB Variations
Color information
#F4162C (or 0xF4162C) is known color: Torch Red. HEX triplet: F4, 16 and 2C. RGB value is (244,22,44). Sum of RGB (Red+Green+Blue) = 244+22+44=310 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.71% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 244 - color contains mainly: red. Hex color #F4162C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4162C is #0BE9D3. Grayscale: #5B5B5B. Windows color (decimal): -780756 or 2889460. OLE color: 2889460.
HSL color Cylindrical-coordinate representation of color #F4162C: hue angle of 354.05º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4162C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 44 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.04 |
| HSL | 354.05º | 0.91% | 0.52% | - |
| HSV(B) | 354.05º | 0.91% | 0.96% | - |
| XYZ | 38.05 | 19.99 | 4.24 | - |
| YUV | 90.89 | 101.55 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 44 | 0 | 0.91 | 0.82 | 0.04 | 354.05 | 0.91 | 0.52 |
| Hex | F4 | 16 | 2C | 0 | 5B | 52 | 4 | 162 | 5B | 34 |
| Octal | 364 | 26 | 54 | 0 | 133 | 122 | 4 | 542 | 133 | 64 |
| Binary | 11110100 | 10110 | 101100 | 0 | 1011011 | 1010010 | 100 | 101100010 | 1011011 | 110100 |
Color Harmonies of #F4162C
Complementary color
Monochromatic Colors of #F4162C
Black with #F4162C
Text Example
Text Example
White with #F4162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4162C; }
p { color: rgb(244,22,44); }
H1.HeaderClassName
{
color: #F4162C;
}
.AnyTagClassName
{
color: #F4162C;
}
</style>
background-color css
<style>
a { background-color: #F4162C; }
a { background-color: rgb(244,22,44); }
div.DivClassName
{
background-color: #F4162C;
}
.BgClassName
{
background-color: #F4162C;
}
</style>
border-color css
<style>
span { border-color: #F4162C; }
span { border-color: rgb(244,22,44); }
td.TdClassName
{
border-color: #F4162C;
}
.TagClassName
{
border-color: #F4162C;
}
</style>