Shades of Torch Red #F8121B
Tints of Torch Red #F8121B
RGB
CMYK
RGB Variations
Color information
#F8121B (or 0xF8121B) is known color: Torch Red. HEX triplet: F8, 12 and 1B. RGB value is (248,18,27). Sum of RGB (Red+Green+Blue) = 248+18+27=293 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.64% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 248 - color contains mainly: red. Hex color #F8121B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8121B is #07EDE4. Grayscale: #575757. Windows color (decimal): -519653 or 1774328. OLE color: 1774328.
HSL color Cylindrical-coordinate representation of color #F8121B: hue angle of 357.65º 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 #F8121B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.03 |
| HSL | 357.65º | 0.94% | 0.52% | - |
| HSV(B) | 357.65º | 0.93% | 0.97% | - |
| XYZ | 39.13 | 20.47 | 2.93 | - |
| YUV | 87.8 | 93.7 | 242.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 27 | 0 | 0.93 | 0.89 | 0.03 | 357.65 | 0.94 | 0.52 |
| Hex | F8 | 12 | 1B | 0 | 5D | 59 | 3 | 166 | 5E | 34 |
| Octal | 370 | 22 | 33 | 0 | 135 | 131 | 3 | 546 | 136 | 64 |
| Binary | 11111000 | 10010 | 11011 | 0 | 1011101 | 1011001 | 11 | 101100110 | 1011110 | 110100 |
Color Harmonies of #F8121B
Complementary color
Monochromatic Colors of #F8121B
Black with #F8121B
Text Example
Text Example
White with #F8121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8121B; }
p { color: rgb(248,18,27); }
H1.HeaderClassName
{
color: #F8121B;
}
.AnyTagClassName
{
color: #F8121B;
}
</style>
background-color css
<style>
a { background-color: #F8121B; }
a { background-color: rgb(248,18,27); }
div.DivClassName
{
background-color: #F8121B;
}
.BgClassName
{
background-color: #F8121B;
}
</style>
border-color css
<style>
span { border-color: #F8121B; }
span { border-color: rgb(248,18,27); }
td.TdClassName
{
border-color: #F8121B;
}
.TagClassName
{
border-color: #F8121B;
}
</style>