Shades of Torch Red #F81940
Tints of Torch Red #F81940
RGB
CMYK
RGB Variations
Color information
#F81940 (or 0xF81940) is known color: Torch Red. HEX triplet: F8, 19 and 40. RGB value is (248,25,64). Sum of RGB (Red+Green+Blue) = 248+25+64=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F81940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81940 is #07E6BF. Grayscale: #606060. Windows color (decimal): -517824 or 4200952. OLE color: 4200952.
HSL color Cylindrical-coordinate representation of color #F81940: hue angle of 349.51º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81940 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 64 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.03 |
| HSL | 349.51º | 0.94% | 0.54% | - |
| HSV(B) | 349.51º | 0.9% | 0.97% | - |
| XYZ | 39.98 | 21.02 | 6.8 | - |
| YUV | 96.12 | 109.88 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 64 | 0 | 0.90 | 0.74 | 0.03 | 349.51 | 0.94 | 0.54 |
| Hex | F8 | 19 | 40 | 0 | 5A | 4A | 3 | 15E | 5E | 36 |
| Octal | 370 | 31 | 100 | 0 | 132 | 112 | 3 | 536 | 136 | 66 |
| Binary | 11111000 | 11001 | 1000000 | 0 | 1011010 | 1001010 | 11 | 101011110 | 1011110 | 110110 |
Color Harmonies of #F81940
Complementary color
Monochromatic Colors of #F81940
Black with #F81940
Text Example
Text Example
White with #F81940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81940; }
p { color: rgb(248,25,64); }
H1.HeaderClassName
{
color: #F81940;
}
.AnyTagClassName
{
color: #F81940;
}
</style>
background-color css
<style>
a { background-color: #F81940; }
a { background-color: rgb(248,25,64); }
div.DivClassName
{
background-color: #F81940;
}
.BgClassName
{
background-color: #F81940;
}
</style>
border-color css
<style>
span { border-color: #F81940; }
span { border-color: rgb(248,25,64); }
td.TdClassName
{
border-color: #F81940;
}
.TagClassName
{
border-color: #F81940;
}
</style>