Shades of Torch Red #F4134C
Tints of Torch Red #F4134C
RGB
CMYK
RGB Variations
Color information
#F4134C (or 0xF4134C) is known color: Torch Red. HEX triplet: F4, 13 and 4C. RGB value is (244,19,76). Sum of RGB (Red+Green+Blue) = 244+19+76=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F4134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4134C is #0BECB3. Grayscale: #5C5C5C. Windows color (decimal): -781492 or 4985844. OLE color: 4985844.
HSL color Cylindrical-coordinate representation of color #F4134C: hue angle of 344.8º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4134C is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 76 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.04 |
| HSL | 344.8º | 0.91% | 0.52% | - |
| HSV(B) | 344.8º | 0.92% | 0.96% | - |
| XYZ | 38.85 | 20.22 | 8.69 | - |
| YUV | 92.77 | 118.54 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 76 | 0 | 0.92 | 0.69 | 0.04 | 344.8 | 0.91 | 0.52 |
| Hex | F4 | 13 | 4C | 0 | 5C | 45 | 4 | 159 | 5B | 34 |
| Octal | 364 | 23 | 114 | 0 | 134 | 105 | 4 | 531 | 133 | 64 |
| Binary | 11110100 | 10011 | 1001100 | 0 | 1011100 | 1000101 | 100 | 101011001 | 1011011 | 110100 |
Color Harmonies of #F4134C
Complementary color
Monochromatic Colors of #F4134C
Black with #F4134C
Text Example
Text Example
White with #F4134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4134C; }
p { color: rgb(244,19,76); }
H1.HeaderClassName
{
color: #F4134C;
}
.AnyTagClassName
{
color: #F4134C;
}
</style>
background-color css
<style>
a { background-color: #F4134C; }
a { background-color: rgb(244,19,76); }
div.DivClassName
{
background-color: #F4134C;
}
.BgClassName
{
background-color: #F4134C;
}
</style>
border-color css
<style>
span { border-color: #F4134C; }
span { border-color: rgb(244,19,76); }
td.TdClassName
{
border-color: #F4134C;
}
.TagClassName
{
border-color: #F4134C;
}
</style>