Shades of Torch Red #F4113B
Tints of Torch Red #F4113B
RGB
CMYK
RGB Variations
Color information
#F4113B (or 0xF4113B) is known color: Torch Red. HEX triplet: F4, 11 and 3B. RGB value is (244,17,59). Sum of RGB (Red+Green+Blue) = 244+17+59=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F4113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4113B is #0BEEC4. Grayscale: #595959. Windows color (decimal): -782021 or 3871220. OLE color: 3871220.
HSL color Cylindrical-coordinate representation of color #F4113B: hue angle of 348.9º 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 #F4113B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 59 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.04 |
| HSL | 348.9º | 0.91% | 0.51% | - |
| HSV(B) | 348.9º | 0.93% | 0.96% | - |
| XYZ | 38.3 | 19.95 | 5.97 | - |
| YUV | 89.66 | 110.71 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 59 | 0 | 0.93 | 0.76 | 0.04 | 348.9 | 0.91 | 0.51 |
| Hex | F4 | 11 | 3B | 0 | 5D | 4C | 4 | 15D | 5B | 33 |
| Octal | 364 | 21 | 73 | 0 | 135 | 114 | 4 | 535 | 133 | 63 |
| Binary | 11110100 | 10001 | 111011 | 0 | 1011101 | 1001100 | 100 | 101011101 | 1011011 | 110011 |
Color Harmonies of #F4113B
Complementary color
Monochromatic Colors of #F4113B
Black with #F4113B
Text Example
Text Example
White with #F4113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4113B; }
p { color: rgb(244,17,59); }
H1.HeaderClassName
{
color: #F4113B;
}
.AnyTagClassName
{
color: #F4113B;
}
</style>
background-color css
<style>
a { background-color: #F4113B; }
a { background-color: rgb(244,17,59); }
div.DivClassName
{
background-color: #F4113B;
}
.BgClassName
{
background-color: #F4113B;
}
</style>
border-color css
<style>
span { border-color: #F4113B; }
span { border-color: rgb(244,17,59); }
td.TdClassName
{
border-color: #F4113B;
}
.TagClassName
{
border-color: #F4113B;
}
</style>