Shades of Torch Red #F81031
Tints of Torch Red #F81031
RGB
CMYK
RGB Variations
Color information
#F81031 (or 0xF81031) is known color: Torch Red. HEX triplet: F8, 10 and 31. RGB value is (248,16,49). Sum of RGB (Red+Green+Blue) = 248+16+49=313 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.23% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 248 - color contains mainly: red. Hex color #F81031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81031 is #07EFCE. Grayscale: #595959. Windows color (decimal): -520143 or 3215608. OLE color: 3215608.
HSL color Cylindrical-coordinate representation of color #F81031: hue angle of 351.47º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F81031 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 49 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.03 |
| HSL | 351.47º | 0.94% | 0.52% | - |
| HSV(B) | 351.47º | 0.94% | 0.97% | - |
| XYZ | 39.45 | 20.55 | 4.79 | - |
| YUV | 89.13 | 105.36 | 241.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 49 | 0 | 0.94 | 0.80 | 0.03 | 351.47 | 0.94 | 0.52 |
| Hex | F8 | 10 | 31 | 0 | 5E | 50 | 3 | 15F | 5E | 34 |
| Octal | 370 | 20 | 61 | 0 | 136 | 120 | 3 | 537 | 136 | 64 |
| Binary | 11111000 | 10000 | 110001 | 0 | 1011110 | 1010000 | 11 | 101011111 | 1011110 | 110100 |
Color Harmonies of #F81031
Complementary color
Monochromatic Colors of #F81031
Black with #F81031
Text Example
Text Example
White with #F81031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81031; }
p { color: rgb(248,16,49); }
H1.HeaderClassName
{
color: #F81031;
}
.AnyTagClassName
{
color: #F81031;
}
</style>
background-color css
<style>
a { background-color: #F81031; }
a { background-color: rgb(248,16,49); }
div.DivClassName
{
background-color: #F81031;
}
.BgClassName
{
background-color: #F81031;
}
</style>
border-color css
<style>
span { border-color: #F81031; }
span { border-color: rgb(248,16,49); }
td.TdClassName
{
border-color: #F81031;
}
.TagClassName
{
border-color: #F81031;
}
</style>