Shades of Torch Red #F81637
Tints of Torch Red #F81637
RGB
CMYK
RGB Variations
Color information
#F81637 (or 0xF81637) is known color: Torch Red. HEX triplet: F8, 16 and 37. RGB value is (248,22,55). Sum of RGB (Red+Green+Blue) = 248+22+55=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F81637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81637 is #07E9C8. Grayscale: #5D5D5D. Windows color (decimal): -518601 or 3610360. OLE color: 3610360.
HSL color Cylindrical-coordinate representation of color #F81637: hue angle of 351.24º 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 #F81637 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 55 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.03 |
| HSL | 351.24º | 0.94% | 0.53% | - |
| HSV(B) | 351.24º | 0.91% | 0.97% | - |
| XYZ | 39.69 | 20.81 | 5.54 | - |
| YUV | 93.34 | 106.37 | 238.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 55 | 0 | 0.91 | 0.78 | 0.03 | 351.24 | 0.94 | 0.53 |
| Hex | F8 | 16 | 37 | 0 | 5B | 4E | 3 | 15F | 5E | 35 |
| Octal | 370 | 26 | 67 | 0 | 133 | 116 | 3 | 537 | 136 | 65 |
| Binary | 11111000 | 10110 | 110111 | 0 | 1011011 | 1001110 | 11 | 101011111 | 1011110 | 110101 |
Color Harmonies of #F81637
Complementary color
Monochromatic Colors of #F81637
Black with #F81637
Text Example
Text Example
White with #F81637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81637; }
p { color: rgb(248,22,55); }
H1.HeaderClassName
{
color: #F81637;
}
.AnyTagClassName
{
color: #F81637;
}
</style>
background-color css
<style>
a { background-color: #F81637; }
a { background-color: rgb(248,22,55); }
div.DivClassName
{
background-color: #F81637;
}
.BgClassName
{
background-color: #F81637;
}
</style>
border-color css
<style>
span { border-color: #F81637; }
span { border-color: rgb(248,22,55); }
td.TdClassName
{
border-color: #F81637;
}
.TagClassName
{
border-color: #F81637;
}
</style>