Shades of Torch Red #F81121
Tints of Torch Red #F81121
RGB
CMYK
RGB Variations
Color information
#F81121 (or 0xF81121) is known color: Torch Red. HEX triplet: F8, 11 and 21. RGB value is (248,17,33). Sum of RGB (Red+Green+Blue) = 248+17+33=298 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.22% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 248 - color contains mainly: red. Hex color #F81121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81121 is #07EEDE. Grayscale: #585858. Windows color (decimal): -519903 or 2167288. OLE color: 2167288.
HSL color Cylindrical-coordinate representation of color #F81121: hue angle of 355.84º 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 #F81121 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 33 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.03 |
| HSL | 355.84º | 0.94% | 0.52% | - |
| HSV(B) | 355.84º | 0.93% | 0.97% | - |
| XYZ | 39.19 | 20.47 | 3.32 | - |
| YUV | 87.89 | 97.03 | 242.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 33 | 0 | 0.93 | 0.87 | 0.03 | 355.84 | 0.94 | 0.52 |
| Hex | F8 | 11 | 21 | 0 | 5D | 57 | 3 | 164 | 5E | 34 |
| Octal | 370 | 21 | 41 | 0 | 135 | 127 | 3 | 544 | 136 | 64 |
| Binary | 11111000 | 10001 | 100001 | 0 | 1011101 | 1010111 | 11 | 101100100 | 1011110 | 110100 |
Color Harmonies of #F81121
Complementary color
Monochromatic Colors of #F81121
Black with #F81121
Text Example
Text Example
White with #F81121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81121; }
p { color: rgb(248,17,33); }
H1.HeaderClassName
{
color: #F81121;
}
.AnyTagClassName
{
color: #F81121;
}
</style>
background-color css
<style>
a { background-color: #F81121; }
a { background-color: rgb(248,17,33); }
div.DivClassName
{
background-color: #F81121;
}
.BgClassName
{
background-color: #F81121;
}
</style>
border-color css
<style>
span { border-color: #F81121; }
span { border-color: rgb(248,17,33); }
td.TdClassName
{
border-color: #F81121;
}
.TagClassName
{
border-color: #F81121;
}
</style>