Shades of Torch Red #F81846
Tints of Torch Red #F81846
RGB
CMYK
RGB Variations
Color information
#F81846 (or 0xF81846) is known color: Torch Red. HEX triplet: F8, 18 and 46. RGB value is (248,24,70). Sum of RGB (Red+Green+Blue) = 248+24+70=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F81846 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81846 is #07E7B9. Grayscale: #606060. Windows color (decimal): -518074 or 4593912. OLE color: 4593912.
HSL color Cylindrical-coordinate representation of color #F81846: hue angle of 347.68º 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 #F81846 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 70 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.03 |
| HSL | 347.68º | 0.94% | 0.53% | - |
| HSV(B) | 347.68º | 0.9% | 0.97% | - |
| XYZ | 40.14 | 21.05 | 7.74 | - |
| YUV | 96.22 | 113.21 | 236.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 70 | 0 | 0.90 | 0.72 | 0.03 | 347.68 | 0.94 | 0.53 |
| Hex | F8 | 18 | 46 | 0 | 5A | 48 | 3 | 15C | 5E | 35 |
| Octal | 370 | 30 | 106 | 0 | 132 | 110 | 3 | 534 | 136 | 65 |
| Binary | 11111000 | 11000 | 1000110 | 0 | 1011010 | 1001000 | 11 | 101011100 | 1011110 | 110101 |
Color Harmonies of #F81846
Complementary color
Monochromatic Colors of #F81846
Black with #F81846
Text Example
Text Example
White with #F81846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81846; }
p { color: rgb(248,24,70); }
H1.HeaderClassName
{
color: #F81846;
}
.AnyTagClassName
{
color: #F81846;
}
</style>
background-color css
<style>
a { background-color: #F81846; }
a { background-color: rgb(248,24,70); }
div.DivClassName
{
background-color: #F81846;
}
.BgClassName
{
background-color: #F81846;
}
</style>
border-color css
<style>
span { border-color: #F81846; }
span { border-color: rgb(248,24,70); }
td.TdClassName
{
border-color: #F81846;
}
.TagClassName
{
border-color: #F81846;
}
</style>