Shades of Torch Red #F4112F
Tints of Torch Red #F4112F
RGB
CMYK
RGB Variations
Color information
#F4112F (or 0xF4112F) is known color: Torch Red. HEX triplet: F4, 11 and 2F. RGB value is (244,17,47). Sum of RGB (Red+Green+Blue) = 244+17+47=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F4112F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4112F is #0BEED0. Grayscale: #585858. Windows color (decimal): -782033 or 3084788. OLE color: 3084788.
HSL color Cylindrical-coordinate representation of color #F4112F: hue angle of 352.07º 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 #F4112F is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 47 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.04 |
| HSL | 352.07º | 0.91% | 0.51% | - |
| HSV(B) | 352.07º | 0.93% | 0.96% | - |
| XYZ | 38.02 | 19.84 | 4.51 | - |
| YUV | 88.29 | 104.71 | 239.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 47 | 0 | 0.93 | 0.81 | 0.04 | 352.07 | 0.91 | 0.51 |
| Hex | F4 | 11 | 2F | 0 | 5D | 51 | 4 | 160 | 5B | 33 |
| Octal | 364 | 21 | 57 | 0 | 135 | 121 | 4 | 540 | 133 | 63 |
| Binary | 11110100 | 10001 | 101111 | 0 | 1011101 | 1010001 | 100 | 101100000 | 1011011 | 110011 |
Color Harmonies of #F4112F
Complementary color
Monochromatic Colors of #F4112F
Black with #F4112F
Text Example
Text Example
White with #F4112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4112F; }
p { color: rgb(244,17,47); }
H1.HeaderClassName
{
color: #F4112F;
}
.AnyTagClassName
{
color: #F4112F;
}
</style>
background-color css
<style>
a { background-color: #F4112F; }
a { background-color: rgb(244,17,47); }
div.DivClassName
{
background-color: #F4112F;
}
.BgClassName
{
background-color: #F4112F;
}
</style>
border-color css
<style>
span { border-color: #F4112F; }
span { border-color: rgb(244,17,47); }
td.TdClassName
{
border-color: #F4112F;
}
.TagClassName
{
border-color: #F4112F;
}
</style>