Shades of Torch Red #F81847
Tints of Torch Red #F81847
RGB
CMYK
RGB Variations
Color information
#F81847 (or 0xF81847) is known color: Torch Red. HEX triplet: F8, 18 and 47. RGB value is (248,24,71). Sum of RGB (Red+Green+Blue) = 248+24+71=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F81847 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81847 is #07E7B8. Grayscale: #606060. Windows color (decimal): -518073 or 4659448. OLE color: 4659448.
HSL color Cylindrical-coordinate representation of color #F81847: hue angle of 347.41º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81847 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 71 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.03 |
| HSL | 347.41º | 0.94% | 0.53% | - |
| HSV(B) | 347.41º | 0.9% | 0.97% | - |
| XYZ | 40.18 | 21.06 | 7.91 | - |
| YUV | 96.33 | 113.71 | 236.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 71 | 0 | 0.90 | 0.71 | 0.03 | 347.41 | 0.94 | 0.53 |
| Hex | F8 | 18 | 47 | 0 | 5A | 47 | 3 | 15B | 5E | 35 |
| Octal | 370 | 30 | 107 | 0 | 132 | 107 | 3 | 533 | 136 | 65 |
| Binary | 11111000 | 11000 | 1000111 | 0 | 1011010 | 1000111 | 11 | 101011011 | 1011110 | 110101 |
Color Harmonies of #F81847
Complementary color
Monochromatic Colors of #F81847
Black with #F81847
Text Example
Text Example
White with #F81847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81847; }
p { color: rgb(248,24,71); }
H1.HeaderClassName
{
color: #F81847;
}
.AnyTagClassName
{
color: #F81847;
}
</style>
background-color css
<style>
a { background-color: #F81847; }
a { background-color: rgb(248,24,71); }
div.DivClassName
{
background-color: #F81847;
}
.BgClassName
{
background-color: #F81847;
}
</style>
border-color css
<style>
span { border-color: #F81847; }
span { border-color: rgb(248,24,71); }
td.TdClassName
{
border-color: #F81847;
}
.TagClassName
{
border-color: #F81847;
}
</style>