Shades of Torch Red #F8112D
Tints of Torch Red #F8112D
RGB
CMYK
RGB Variations
Color information
#F8112D (or 0xF8112D) is known color: Torch Red. HEX triplet: F8, 11 and 2D. RGB value is (248,17,45). Sum of RGB (Red+Green+Blue) = 248+17+45=310 (41% of max value = 765). Red value is 248 (97.27% from 255 or 80% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 248 - color contains mainly: red. Hex color #F8112D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8112D is #07EED2. Grayscale: #595959. Windows color (decimal): -519891 or 2953720. OLE color: 2953720.
HSL color Cylindrical-coordinate representation of color #F8112D: hue angle of 352.73º 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 #F8112D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 45 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.03 |
| HSL | 352.73º | 0.94% | 0.52% | - |
| HSV(B) | 352.73º | 0.93% | 0.97% | - |
| XYZ | 39.39 | 20.55 | 4.37 | - |
| YUV | 89.26 | 103.03 | 241.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 45 | 0 | 0.93 | 0.82 | 0.03 | 352.73 | 0.94 | 0.52 |
| Hex | F8 | 11 | 2D | 0 | 5D | 52 | 3 | 161 | 5E | 34 |
| Octal | 370 | 21 | 55 | 0 | 135 | 122 | 3 | 541 | 136 | 64 |
| Binary | 11111000 | 10001 | 101101 | 0 | 1011101 | 1010010 | 11 | 101100001 | 1011110 | 110100 |
Color Harmonies of #F8112D
Complementary color
Monochromatic Colors of #F8112D
Black with #F8112D
Text Example
Text Example
White with #F8112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8112D; }
p { color: rgb(248,17,45); }
H1.HeaderClassName
{
color: #F8112D;
}
.AnyTagClassName
{
color: #F8112D;
}
</style>
background-color css
<style>
a { background-color: #F8112D; }
a { background-color: rgb(248,17,45); }
div.DivClassName
{
background-color: #F8112D;
}
.BgClassName
{
background-color: #F8112D;
}
</style>
border-color css
<style>
span { border-color: #F8112D; }
span { border-color: rgb(248,17,45); }
td.TdClassName
{
border-color: #F8112D;
}
.TagClassName
{
border-color: #F8112D;
}
</style>