Shades of Torch Red #F4112C
Tints of Torch Red #F4112C
RGB
CMYK
RGB Variations
Color information
#F4112C (or 0xF4112C) is known color: Torch Red. HEX triplet: F4, 11 and 2C. RGB value is (244,17,44). Sum of RGB (Red+Green+Blue) = 244+17+44=305 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 244 - color contains mainly: red. Hex color #F4112C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4112C is #0BEED3. Grayscale: #585858. Windows color (decimal): -782036 or 2888180. OLE color: 2888180.
HSL color Cylindrical-coordinate representation of color #F4112C: hue angle of 352.86º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4112C is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 44 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.04 |
| HSL | 352.86º | 0.91% | 0.51% | - |
| HSV(B) | 352.86º | 0.93% | 0.96% | - |
| XYZ | 37.96 | 19.82 | 4.21 | - |
| YUV | 87.95 | 103.21 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 44 | 0 | 0.93 | 0.82 | 0.04 | 352.86 | 0.91 | 0.51 |
| Hex | F4 | 11 | 2C | 0 | 5D | 52 | 4 | 161 | 5B | 33 |
| Octal | 364 | 21 | 54 | 0 | 135 | 122 | 4 | 541 | 133 | 63 |
| Binary | 11110100 | 10001 | 101100 | 0 | 1011101 | 1010010 | 100 | 101100001 | 1011011 | 110011 |
Color Harmonies of #F4112C
Complementary color
Monochromatic Colors of #F4112C
Black with #F4112C
Text Example
Text Example
White with #F4112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4112C; }
p { color: rgb(244,17,44); }
H1.HeaderClassName
{
color: #F4112C;
}
.AnyTagClassName
{
color: #F4112C;
}
</style>
background-color css
<style>
a { background-color: #F4112C; }
a { background-color: rgb(244,17,44); }
div.DivClassName
{
background-color: #F4112C;
}
.BgClassName
{
background-color: #F4112C;
}
</style>
border-color css
<style>
span { border-color: #F4112C; }
span { border-color: rgb(244,17,44); }
td.TdClassName
{
border-color: #F4112C;
}
.TagClassName
{
border-color: #F4112C;
}
</style>