Shades of Torch Red #F4111E
Tints of Torch Red #F4111E
RGB
CMYK
RGB Variations
Color information
#F4111E (or 0xF4111E) is known color: Torch Red. HEX triplet: F4, 11 and 1E. RGB value is (244,17,30). Sum of RGB (Red+Green+Blue) = 244+17+30=291 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.85% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 244 - color contains mainly: red. Hex color #F4111E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4111E is #0BEEE1. Grayscale: #565656. Windows color (decimal): -782050 or 1970676. OLE color: 1970676.
HSL color Cylindrical-coordinate representation of color #F4111E: hue angle of 356.56º 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 #F4111E is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 30 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.04 |
| HSL | 356.56º | 0.91% | 0.51% | - |
| HSV(B) | 356.56º | 0.93% | 0.96% | - |
| XYZ | 37.74 | 19.73 | 3.05 | - |
| YUV | 86.36 | 96.21 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 30 | 0 | 0.93 | 0.88 | 0.04 | 356.56 | 0.91 | 0.51 |
| Hex | F4 | 11 | 1E | 0 | 5D | 58 | 4 | 165 | 5B | 33 |
| Octal | 364 | 21 | 36 | 0 | 135 | 130 | 4 | 545 | 133 | 63 |
| Binary | 11110100 | 10001 | 11110 | 0 | 1011101 | 1011000 | 100 | 101100101 | 1011011 | 110011 |
Color Harmonies of #F4111E
Complementary color
Monochromatic Colors of #F4111E
Black with #F4111E
Text Example
Text Example
White with #F4111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4111E; }
p { color: rgb(244,17,30); }
H1.HeaderClassName
{
color: #F4111E;
}
.AnyTagClassName
{
color: #F4111E;
}
</style>
background-color css
<style>
a { background-color: #F4111E; }
a { background-color: rgb(244,17,30); }
div.DivClassName
{
background-color: #F4111E;
}
.BgClassName
{
background-color: #F4111E;
}
</style>
border-color css
<style>
span { border-color: #F4111E; }
span { border-color: rgb(244,17,30); }
td.TdClassName
{
border-color: #F4111E;
}
.TagClassName
{
border-color: #F4111E;
}
</style>