Shades of Torch Red #F81722
Tints of Torch Red #F81722
RGB
CMYK
RGB Variations
Color information
#F81722 (or 0xF81722) is known color: Torch Red. HEX triplet: F8, 17 and 22. RGB value is (248,23,34). Sum of RGB (Red+Green+Blue) = 248+23+34=305 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.31% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 248 - color contains mainly: red. Hex color #F81722 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81722 is #07E8DD. Grayscale: #5B5B5B. Windows color (decimal): -518366 or 2234360. OLE color: 2234360.
HSL color Cylindrical-coordinate representation of color #F81722: hue angle of 357.07º 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 #F81722 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 34 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.03 |
| HSL | 357.07º | 0.94% | 0.53% | - |
| HSV(B) | 357.07º | 0.91% | 0.97% | - |
| XYZ | 39.31 | 20.68 | 3.43 | - |
| YUV | 91.53 | 95.54 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 34 | 0 | 0.91 | 0.86 | 0.03 | 357.07 | 0.94 | 0.53 |
| Hex | F8 | 17 | 22 | 0 | 5B | 56 | 3 | 165 | 5E | 35 |
| Octal | 370 | 27 | 42 | 0 | 133 | 126 | 3 | 545 | 136 | 65 |
| Binary | 11111000 | 10111 | 100010 | 0 | 1011011 | 1010110 | 11 | 101100101 | 1011110 | 110101 |
Color Harmonies of #F81722
Complementary color
Monochromatic Colors of #F81722
Black with #F81722
Text Example
Text Example
White with #F81722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81722; }
p { color: rgb(248,23,34); }
H1.HeaderClassName
{
color: #F81722;
}
.AnyTagClassName
{
color: #F81722;
}
</style>
background-color css
<style>
a { background-color: #F81722; }
a { background-color: rgb(248,23,34); }
div.DivClassName
{
background-color: #F81722;
}
.BgClassName
{
background-color: #F81722;
}
</style>
border-color css
<style>
span { border-color: #F81722; }
span { border-color: rgb(248,23,34); }
td.TdClassName
{
border-color: #F81722;
}
.TagClassName
{
border-color: #F81722;
}
</style>