Shades of Torch Red #F82036
Tints of Torch Red #F82036
RGB
CMYK
RGB Variations
Color information
#F82036 (or 0xF82036) is known color: Torch Red. HEX triplet: F8, 20 and 36. RGB value is (248,32,54). Sum of RGB (Red+Green+Blue) = 248+32+54=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F82036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82036 is #07DFC9. Grayscale: #636363. Windows color (decimal): -516042 or 3547384. OLE color: 3547384.
HSL color Cylindrical-coordinate representation of color #F82036: hue angle of 353.89º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F82036 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 54 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.03 |
| HSL | 353.89º | 0.94% | 0.55% | - |
| HSV(B) | 353.89º | 0.87% | 0.97% | - |
| XYZ | 39.89 | 21.26 | 5.49 | - |
| YUV | 99.09 | 102.56 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 54 | 0 | 0.87 | 0.78 | 0.03 | 353.89 | 0.94 | 0.55 |
| Hex | F8 | 20 | 36 | 0 | 57 | 4E | 3 | 162 | 5E | 37 |
| Octal | 370 | 40 | 66 | 0 | 127 | 116 | 3 | 542 | 136 | 67 |
| Binary | 11111000 | 100000 | 110110 | 0 | 1010111 | 1001110 | 11 | 101100010 | 1011110 | 110111 |
Color Harmonies of #F82036
Complementary color
Monochromatic Colors of #F82036
Black with #F82036
Text Example
Text Example
White with #F82036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82036; }
p { color: rgb(248,32,54); }
H1.HeaderClassName
{
color: #F82036;
}
.AnyTagClassName
{
color: #F82036;
}
</style>
background-color css
<style>
a { background-color: #F82036; }
a { background-color: rgb(248,32,54); }
div.DivClassName
{
background-color: #F82036;
}
.BgClassName
{
background-color: #F82036;
}
</style>
border-color css
<style>
span { border-color: #F82036; }
span { border-color: rgb(248,32,54); }
td.TdClassName
{
border-color: #F82036;
}
.TagClassName
{
border-color: #F82036;
}
</style>