Shades of Torch Red #F8112C
Tints of Torch Red #F8112C
RGB
CMYK
RGB Variations
Color information
#F8112C (or 0xF8112C) is known color: Torch Red. HEX triplet: F8, 11 and 2C. RGB value is (248,17,44). Sum of RGB (Red+Green+Blue) = 248+17+44=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F8112C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8112C is #07EED3. Grayscale: #595959. Windows color (decimal): -519892 or 2888184. OLE color: 2888184.
HSL color Cylindrical-coordinate representation of color #F8112C: hue angle of 352.99º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8112C is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 44 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.03 |
| HSL | 352.99º | 0.94% | 0.52% | - |
| HSV(B) | 352.99º | 0.93% | 0.97% | - |
| XYZ | 39.37 | 20.54 | 4.27 | - |
| YUV | 89.15 | 102.53 | 241.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 44 | 0 | 0.93 | 0.82 | 0.03 | 352.99 | 0.94 | 0.52 |
| Hex | F8 | 11 | 2C | 0 | 5D | 52 | 3 | 161 | 5E | 34 |
| Octal | 370 | 21 | 54 | 0 | 135 | 122 | 3 | 541 | 136 | 64 |
| Binary | 11111000 | 10001 | 101100 | 0 | 1011101 | 1010010 | 11 | 101100001 | 1011110 | 110100 |
Color Harmonies of #F8112C
Complementary color
Monochromatic Colors of #F8112C
Black with #F8112C
Text Example
Text Example
White with #F8112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8112C; }
p { color: rgb(248,17,44); }
H1.HeaderClassName
{
color: #F8112C;
}
.AnyTagClassName
{
color: #F8112C;
}
</style>
background-color css
<style>
a { background-color: #F8112C; }
a { background-color: rgb(248,17,44); }
div.DivClassName
{
background-color: #F8112C;
}
.BgClassName
{
background-color: #F8112C;
}
</style>
border-color css
<style>
span { border-color: #F8112C; }
span { border-color: rgb(248,17,44); }
td.TdClassName
{
border-color: #F8112C;
}
.TagClassName
{
border-color: #F8112C;
}
</style>