Shades of Torch Red #F4163E
Tints of Torch Red #F4163E
RGB
CMYK
RGB Variations
Color information
#F4163E (or 0xF4163E) is known color: Torch Red. HEX triplet: F4, 16 and 3E. RGB value is (244,22,62). Sum of RGB (Red+Green+Blue) = 244+22+62=328 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.39% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 244 - color contains mainly: red. Hex color #F4163E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4163E is #0BE9C1. Grayscale: #5D5D5D. Windows color (decimal): -780738 or 4069108. OLE color: 4069108.
HSL color Cylindrical-coordinate representation of color #F4163E: hue angle of 349.19º 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 #F4163E is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 62 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.04 |
| HSL | 349.19º | 0.91% | 0.52% | - |
| HSV(B) | 349.19º | 0.91% | 0.96% | - |
| XYZ | 38.46 | 20.15 | 6.42 | - |
| YUV | 92.94 | 110.55 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 62 | 0 | 0.91 | 0.75 | 0.04 | 349.19 | 0.91 | 0.52 |
| Hex | F4 | 16 | 3E | 0 | 5B | 4B | 4 | 15D | 5B | 34 |
| Octal | 364 | 26 | 76 | 0 | 133 | 113 | 4 | 535 | 133 | 64 |
| Binary | 11110100 | 10110 | 111110 | 0 | 1011011 | 1001011 | 100 | 101011101 | 1011011 | 110100 |
Color Harmonies of #F4163E
Complementary color
Monochromatic Colors of #F4163E
Black with #F4163E
Text Example
Text Example
White with #F4163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4163E; }
p { color: rgb(244,22,62); }
H1.HeaderClassName
{
color: #F4163E;
}
.AnyTagClassName
{
color: #F4163E;
}
</style>
background-color css
<style>
a { background-color: #F4163E; }
a { background-color: rgb(244,22,62); }
div.DivClassName
{
background-color: #F4163E;
}
.BgClassName
{
background-color: #F4163E;
}
</style>
border-color css
<style>
span { border-color: #F4163E; }
span { border-color: rgb(244,22,62); }
td.TdClassName
{
border-color: #F4163E;
}
.TagClassName
{
border-color: #F4163E;
}
</style>