Shades of Torch Red #F81421
Tints of Torch Red #F81421
RGB
CMYK
RGB Variations
Color information
#F81421 (or 0xF81421) is known color: Torch Red. HEX triplet: F8, 14 and 21. RGB value is (248,20,33). Sum of RGB (Red+Green+Blue) = 248+20+33=301 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.39% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 248 - color contains mainly: red. Hex color #F81421 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81421 is #07EBDE. Grayscale: #595959. Windows color (decimal): -519135 or 2168056. OLE color: 2168056.
HSL color Cylindrical-coordinate representation of color #F81421: hue angle of 356.58º 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 #F81421 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 33 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.03 |
| HSL | 356.58º | 0.94% | 0.53% | - |
| HSV(B) | 356.58º | 0.92% | 0.97% | - |
| XYZ | 39.24 | 20.57 | 3.34 | - |
| YUV | 89.65 | 96.04 | 240.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 33 | 0 | 0.92 | 0.87 | 0.03 | 356.58 | 0.94 | 0.53 |
| Hex | F8 | 14 | 21 | 0 | 5C | 57 | 3 | 165 | 5E | 35 |
| Octal | 370 | 24 | 41 | 0 | 134 | 127 | 3 | 545 | 136 | 65 |
| Binary | 11111000 | 10100 | 100001 | 0 | 1011100 | 1010111 | 11 | 101100101 | 1011110 | 110101 |
Color Harmonies of #F81421
Complementary color
Monochromatic Colors of #F81421
Black with #F81421
Text Example
Text Example
White with #F81421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81421; }
p { color: rgb(248,20,33); }
H1.HeaderClassName
{
color: #F81421;
}
.AnyTagClassName
{
color: #F81421;
}
</style>
background-color css
<style>
a { background-color: #F81421; }
a { background-color: rgb(248,20,33); }
div.DivClassName
{
background-color: #F81421;
}
.BgClassName
{
background-color: #F81421;
}
</style>
border-color css
<style>
span { border-color: #F81421; }
span { border-color: rgb(248,20,33); }
td.TdClassName
{
border-color: #F81421;
}
.TagClassName
{
border-color: #F81421;
}
</style>