Shades of Torch Red #F8121C
Tints of Torch Red #F8121C
RGB
CMYK
RGB Variations
Color information
#F8121C (or 0xF8121C) is known color: Torch Red. HEX triplet: F8, 12 and 1C. RGB value is (248,18,28). Sum of RGB (Red+Green+Blue) = 248+18+28=294 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.35% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 248 - color contains mainly: red. Hex color #F8121C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8121C is #07EDE3. Grayscale: #585858. Windows color (decimal): -519652 or 1839864. OLE color: 1839864.
HSL color Cylindrical-coordinate representation of color #F8121C: hue angle of 357.39º 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 #F8121C is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 28 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.03 |
| HSL | 357.39º | 0.94% | 0.52% | - |
| HSV(B) | 357.39º | 0.93% | 0.97% | - |
| XYZ | 39.14 | 20.47 | 2.99 | - |
| YUV | 87.91 | 94.2 | 242.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 28 | 0 | 0.93 | 0.89 | 0.03 | 357.39 | 0.94 | 0.52 |
| Hex | F8 | 12 | 1C | 0 | 5D | 59 | 3 | 165 | 5E | 34 |
| Octal | 370 | 22 | 34 | 0 | 135 | 131 | 3 | 545 | 136 | 64 |
| Binary | 11111000 | 10010 | 11100 | 0 | 1011101 | 1011001 | 11 | 101100101 | 1011110 | 110100 |
Color Harmonies of #F8121C
Complementary color
Monochromatic Colors of #F8121C
Black with #F8121C
Text Example
Text Example
White with #F8121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8121C; }
p { color: rgb(248,18,28); }
H1.HeaderClassName
{
color: #F8121C;
}
.AnyTagClassName
{
color: #F8121C;
}
</style>
background-color css
<style>
a { background-color: #F8121C; }
a { background-color: rgb(248,18,28); }
div.DivClassName
{
background-color: #F8121C;
}
.BgClassName
{
background-color: #F8121C;
}
</style>
border-color css
<style>
span { border-color: #F8121C; }
span { border-color: rgb(248,18,28); }
td.TdClassName
{
border-color: #F8121C;
}
.TagClassName
{
border-color: #F8121C;
}
</style>