Shades of Torch Red #F8122C
Tints of Torch Red #F8122C
RGB
CMYK
RGB Variations
Color information
#F8122C (or 0xF8122C) is known color: Torch Red. HEX triplet: F8, 12 and 2C. RGB value is (248,18,44). Sum of RGB (Red+Green+Blue) = 248+18+44=310 (41% of max value = 765). Red value is 248 (97.27% from 255 or 80% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 248 - color contains mainly: red. Hex color #F8122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8122C is #07EDD3. Grayscale: #595959. Windows color (decimal): -519636 or 2888440. OLE color: 2888440.
HSL color Cylindrical-coordinate representation of color #F8122C: hue angle of 353.22º 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 #F8122C is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 44 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.03 |
| HSL | 353.22º | 0.94% | 0.52% | - |
| HSV(B) | 353.22º | 0.93% | 0.97% | - |
| XYZ | 39.38 | 20.57 | 4.28 | - |
| YUV | 89.73 | 102.2 | 240.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 44 | 0 | 0.93 | 0.82 | 0.03 | 353.22 | 0.94 | 0.52 |
| Hex | F8 | 12 | 2C | 0 | 5D | 52 | 3 | 161 | 5E | 34 |
| Octal | 370 | 22 | 54 | 0 | 135 | 122 | 3 | 541 | 136 | 64 |
| Binary | 11111000 | 10010 | 101100 | 0 | 1011101 | 1010010 | 11 | 101100001 | 1011110 | 110100 |
Color Harmonies of #F8122C
Complementary color
Monochromatic Colors of #F8122C
Black with #F8122C
Text Example
Text Example
White with #F8122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8122C; }
p { color: rgb(248,18,44); }
H1.HeaderClassName
{
color: #F8122C;
}
.AnyTagClassName
{
color: #F8122C;
}
</style>
background-color css
<style>
a { background-color: #F8122C; }
a { background-color: rgb(248,18,44); }
div.DivClassName
{
background-color: #F8122C;
}
.BgClassName
{
background-color: #F8122C;
}
</style>
border-color css
<style>
span { border-color: #F8122C; }
span { border-color: rgb(248,18,44); }
td.TdClassName
{
border-color: #F8122C;
}
.TagClassName
{
border-color: #F8122C;
}
</style>