Shades of Torch Red #F81422
Tints of Torch Red #F81422
RGB
CMYK
RGB Variations
Color information
#F81422 (or 0xF81422) is known color: Torch Red. HEX triplet: F8, 14 and 22. RGB value is (248,20,34). Sum of RGB (Red+Green+Blue) = 248+20+34=302 (40% of max value = 765). Red value is 248 (97.27% from 255 or 82.12% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 248 - color contains mainly: red. Hex color #F81422 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81422 is #07EBDD. Grayscale: #595959. Windows color (decimal): -519134 or 2233592. OLE color: 2233592.
HSL color Cylindrical-coordinate representation of color #F81422: hue angle of 356.32º 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 #F81422 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 34 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.03 |
| HSL | 356.32º | 0.94% | 0.53% | - |
| HSV(B) | 356.32º | 0.92% | 0.97% | - |
| XYZ | 39.25 | 20.57 | 3.42 | - |
| YUV | 89.77 | 96.54 | 240.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 34 | 0 | 0.92 | 0.86 | 0.03 | 356.32 | 0.94 | 0.53 |
| Hex | F8 | 14 | 22 | 0 | 5C | 56 | 3 | 164 | 5E | 35 |
| Octal | 370 | 24 | 42 | 0 | 134 | 126 | 3 | 544 | 136 | 65 |
| Binary | 11111000 | 10100 | 100010 | 0 | 1011100 | 1010110 | 11 | 101100100 | 1011110 | 110101 |
Color Harmonies of #F81422
Complementary color
Monochromatic Colors of #F81422
Black with #F81422
Text Example
Text Example
White with #F81422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81422; }
p { color: rgb(248,20,34); }
H1.HeaderClassName
{
color: #F81422;
}
.AnyTagClassName
{
color: #F81422;
}
</style>
background-color css
<style>
a { background-color: #F81422; }
a { background-color: rgb(248,20,34); }
div.DivClassName
{
background-color: #F81422;
}
.BgClassName
{
background-color: #F81422;
}
</style>
border-color css
<style>
span { border-color: #F81422; }
span { border-color: rgb(248,20,34); }
td.TdClassName
{
border-color: #F81422;
}
.TagClassName
{
border-color: #F81422;
}
</style>