Shades of Torch Red #F81622
Tints of Torch Red #F81622
RGB
CMYK
RGB Variations
Color information
#F81622 (or 0xF81622) is known color: Torch Red. HEX triplet: F8, 16 and 22. RGB value is (248,22,34). Sum of RGB (Red+Green+Blue) = 248+22+34=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F81622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81622 is #07E9DD. Grayscale: #5B5B5B. Windows color (decimal): -518622 or 2234104. OLE color: 2234104.
HSL color Cylindrical-coordinate representation of color #F81622: hue angle of 356.81º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81622 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 34 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.03 |
| HSL | 356.81º | 0.94% | 0.53% | - |
| HSV(B) | 356.81º | 0.91% | 0.97% | - |
| XYZ | 39.29 | 20.65 | 3.43 | - |
| YUV | 90.94 | 95.87 | 240.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 34 | 0 | 0.91 | 0.86 | 0.03 | 356.81 | 0.94 | 0.53 |
| Hex | F8 | 16 | 22 | 0 | 5B | 56 | 3 | 165 | 5E | 35 |
| Octal | 370 | 26 | 42 | 0 | 133 | 126 | 3 | 545 | 136 | 65 |
| Binary | 11111000 | 10110 | 100010 | 0 | 1011011 | 1010110 | 11 | 101100101 | 1011110 | 110101 |
Color Harmonies of #F81622
Complementary color
Monochromatic Colors of #F81622
Black with #F81622
Text Example
Text Example
White with #F81622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81622; }
p { color: rgb(248,22,34); }
H1.HeaderClassName
{
color: #F81622;
}
.AnyTagClassName
{
color: #F81622;
}
</style>
background-color css
<style>
a { background-color: #F81622; }
a { background-color: rgb(248,22,34); }
div.DivClassName
{
background-color: #F81622;
}
.BgClassName
{
background-color: #F81622;
}
</style>
border-color css
<style>
span { border-color: #F81622; }
span { border-color: rgb(248,22,34); }
td.TdClassName
{
border-color: #F81622;
}
.TagClassName
{
border-color: #F81622;
}
</style>