Shades of Torch Red #F8112A
Tints of Torch Red #F8112A
RGB
CMYK
RGB Variations
Color information
#F8112A (or 0xF8112A) is known color: Torch Red. HEX triplet: F8, 11 and 2A. RGB value is (248,17,42). Sum of RGB (Red+Green+Blue) = 248+17+42=307 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.78% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 248 - color contains mainly: red. Hex color #F8112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8112A is #07EED5. Grayscale: #595959. Windows color (decimal): -519894 or 2757112. OLE color: 2757112.
HSL color Cylindrical-coordinate representation of color #F8112A: hue angle of 353.51º 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 #F8112A is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 42 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.03 |
| HSL | 353.51º | 0.94% | 0.52% | - |
| HSV(B) | 353.51º | 0.93% | 0.97% | - |
| XYZ | 39.33 | 20.52 | 4.08 | - |
| YUV | 88.92 | 101.53 | 241.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 42 | 0 | 0.93 | 0.83 | 0.03 | 353.51 | 0.94 | 0.52 |
| Hex | F8 | 11 | 2A | 0 | 5D | 53 | 3 | 162 | 5E | 34 |
| Octal | 370 | 21 | 52 | 0 | 135 | 123 | 3 | 542 | 136 | 64 |
| Binary | 11111000 | 10001 | 101010 | 0 | 1011101 | 1010011 | 11 | 101100010 | 1011110 | 110100 |
Color Harmonies of #F8112A
Complementary color
Monochromatic Colors of #F8112A
Black with #F8112A
Text Example
Text Example
White with #F8112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8112A; }
p { color: rgb(248,17,42); }
H1.HeaderClassName
{
color: #F8112A;
}
.AnyTagClassName
{
color: #F8112A;
}
</style>
background-color css
<style>
a { background-color: #F8112A; }
a { background-color: rgb(248,17,42); }
div.DivClassName
{
background-color: #F8112A;
}
.BgClassName
{
background-color: #F8112A;
}
</style>
border-color css
<style>
span { border-color: #F8112A; }
span { border-color: rgb(248,17,42); }
td.TdClassName
{
border-color: #F8112A;
}
.TagClassName
{
border-color: #F8112A;
}
</style>