Shades of Torch Red #F8111A
Tints of Torch Red #F8111A
RGB
CMYK
RGB Variations
Color information
#F8111A (or 0xF8111A) is known color: Torch Red. HEX triplet: F8, 11 and 1A. RGB value is (248,17,26). Sum of RGB (Red+Green+Blue) = 248+17+26=291 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.22% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 248 - color contains mainly: red. Hex color #F8111A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8111A is #07EEE5. Grayscale: #575757. Windows color (decimal): -519910 or 1708536. OLE color: 1708536.
HSL color Cylindrical-coordinate representation of color #F8111A: hue angle of 357.66º 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 #F8111A is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 26 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.03 |
| HSL | 357.66º | 0.94% | 0.52% | - |
| HSV(B) | 357.66º | 0.93% | 0.97% | - |
| XYZ | 39.1 | 20.43 | 2.86 | - |
| YUV | 87.1 | 93.53 | 242.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 26 | 0 | 0.93 | 0.90 | 0.03 | 357.66 | 0.94 | 0.52 |
| Hex | F8 | 11 | 1A | 0 | 5D | 5A | 3 | 166 | 5E | 34 |
| Octal | 370 | 21 | 32 | 0 | 135 | 132 | 3 | 546 | 136 | 64 |
| Binary | 11111000 | 10001 | 11010 | 0 | 1011101 | 1011010 | 11 | 101100110 | 1011110 | 110100 |
Color Harmonies of #F8111A
Complementary color
Monochromatic Colors of #F8111A
Black with #F8111A
Text Example
Text Example
White with #F8111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8111A; }
p { color: rgb(248,17,26); }
H1.HeaderClassName
{
color: #F8111A;
}
.AnyTagClassName
{
color: #F8111A;
}
</style>
background-color css
<style>
a { background-color: #F8111A; }
a { background-color: rgb(248,17,26); }
div.DivClassName
{
background-color: #F8111A;
}
.BgClassName
{
background-color: #F8111A;
}
</style>
border-color css
<style>
span { border-color: #F8111A; }
span { border-color: rgb(248,17,26); }
td.TdClassName
{
border-color: #F8111A;
}
.TagClassName
{
border-color: #F8111A;
}
</style>