Shades of Torch Red #F81737
Tints of Torch Red #F81737
RGB
CMYK
RGB Variations
Color information
#F81737 (or 0xF81737) is known color: Torch Red. HEX triplet: F8, 17 and 37. RGB value is (248,23,55). Sum of RGB (Red+Green+Blue) = 248+23+55=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F81737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81737 is #07E8C8. Grayscale: #5E5E5E. Windows color (decimal): -518345 or 3610616. OLE color: 3610616.
HSL color Cylindrical-coordinate representation of color #F81737: hue angle of 351.47º 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 #F81737 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 55 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.03 |
| HSL | 351.47º | 0.94% | 0.53% | - |
| HSV(B) | 351.47º | 0.91% | 0.97% | - |
| XYZ | 39.71 | 20.85 | 5.55 | - |
| YUV | 93.92 | 106.04 | 237.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 55 | 0 | 0.91 | 0.78 | 0.03 | 351.47 | 0.94 | 0.53 |
| Hex | F8 | 17 | 37 | 0 | 5B | 4E | 3 | 15F | 5E | 35 |
| Octal | 370 | 27 | 67 | 0 | 133 | 116 | 3 | 537 | 136 | 65 |
| Binary | 11111000 | 10111 | 110111 | 0 | 1011011 | 1001110 | 11 | 101011111 | 1011110 | 110101 |
Color Harmonies of #F81737
Complementary color
Monochromatic Colors of #F81737
Black with #F81737
Text Example
Text Example
White with #F81737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81737; }
p { color: rgb(248,23,55); }
H1.HeaderClassName
{
color: #F81737;
}
.AnyTagClassName
{
color: #F81737;
}
</style>
background-color css
<style>
a { background-color: #F81737; }
a { background-color: rgb(248,23,55); }
div.DivClassName
{
background-color: #F81737;
}
.BgClassName
{
background-color: #F81737;
}
</style>
border-color css
<style>
span { border-color: #F81737; }
span { border-color: rgb(248,23,55); }
td.TdClassName
{
border-color: #F81737;
}
.TagClassName
{
border-color: #F81737;
}
</style>