Shades of Torch Red #F8122F
Tints of Torch Red #F8122F
RGB
CMYK
RGB Variations
Color information
#F8122F (or 0xF8122F) is known color: Torch Red. HEX triplet: F8, 12 and 2F. RGB value is (248,18,47). Sum of RGB (Red+Green+Blue) = 248+18+47=313 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.23% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 248 - color contains mainly: red. Hex color #F8122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8122F is #07EDD0. Grayscale: #5A5A5A. Windows color (decimal): -519633 or 3085048. OLE color: 3085048.
HSL color Cylindrical-coordinate representation of color #F8122F: hue angle of 352.43º 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 #F8122F is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 47 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.03 |
| HSL | 352.43º | 0.94% | 0.52% | - |
| HSV(B) | 352.43º | 0.93% | 0.97% | - |
| XYZ | 39.44 | 20.59 | 4.59 | - |
| YUV | 90.08 | 103.7 | 240.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 47 | 0 | 0.93 | 0.81 | 0.03 | 352.43 | 0.94 | 0.52 |
| Hex | F8 | 12 | 2F | 0 | 5D | 51 | 3 | 160 | 5E | 34 |
| Octal | 370 | 22 | 57 | 0 | 135 | 121 | 3 | 540 | 136 | 64 |
| Binary | 11111000 | 10010 | 101111 | 0 | 1011101 | 1010001 | 11 | 101100000 | 1011110 | 110100 |
Color Harmonies of #F8122F
Complementary color
Monochromatic Colors of #F8122F
Black with #F8122F
Text Example
Text Example
White with #F8122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8122F; }
p { color: rgb(248,18,47); }
H1.HeaderClassName
{
color: #F8122F;
}
.AnyTagClassName
{
color: #F8122F;
}
</style>
background-color css
<style>
a { background-color: #F8122F; }
a { background-color: rgb(248,18,47); }
div.DivClassName
{
background-color: #F8122F;
}
.BgClassName
{
background-color: #F8122F;
}
</style>
border-color css
<style>
span { border-color: #F8122F; }
span { border-color: rgb(248,18,47); }
td.TdClassName
{
border-color: #F8122F;
}
.TagClassName
{
border-color: #F8122F;
}
</style>