Shades of Torch Red #F81521
Tints of Torch Red #F81521
RGB
CMYK
RGB Variations
Color information
#F81521 (or 0xF81521) is known color: Torch Red. HEX triplet: F8, 15 and 21. RGB value is (248,21,33). Sum of RGB (Red+Green+Blue) = 248+21+33=302 (40% of max value = 765). Red value is 248 (97.27% from 255 or 82.12% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 248 - color contains mainly: red. Hex color #F81521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81521 is #07EADE. Grayscale: #5A5A5A. Windows color (decimal): -518879 or 2168312. OLE color: 2168312.
HSL color Cylindrical-coordinate representation of color #F81521: hue angle of 356.83º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81521 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 33 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.03 |
| HSL | 356.83º | 0.94% | 0.53% | - |
| HSV(B) | 356.83º | 0.92% | 0.97% | - |
| XYZ | 39.25 | 20.6 | 3.35 | - |
| YUV | 90.24 | 95.71 | 240.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 33 | 0 | 0.92 | 0.87 | 0.03 | 356.83 | 0.94 | 0.53 |
| Hex | F8 | 15 | 21 | 0 | 5C | 57 | 3 | 165 | 5E | 35 |
| Octal | 370 | 25 | 41 | 0 | 134 | 127 | 3 | 545 | 136 | 65 |
| Binary | 11111000 | 10101 | 100001 | 0 | 1011100 | 1010111 | 11 | 101100101 | 1011110 | 110101 |
Color Harmonies of #F81521
Complementary color
Monochromatic Colors of #F81521
Black with #F81521
Text Example
Text Example
White with #F81521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81521; }
p { color: rgb(248,21,33); }
H1.HeaderClassName
{
color: #F81521;
}
.AnyTagClassName
{
color: #F81521;
}
</style>
background-color css
<style>
a { background-color: #F81521; }
a { background-color: rgb(248,21,33); }
div.DivClassName
{
background-color: #F81521;
}
.BgClassName
{
background-color: #F81521;
}
</style>
border-color css
<style>
span { border-color: #F81521; }
span { border-color: rgb(248,21,33); }
td.TdClassName
{
border-color: #F81521;
}
.TagClassName
{
border-color: #F81521;
}
</style>