Shades of Torch Red #F81849
Tints of Torch Red #F81849
RGB
CMYK
RGB Variations
Color information
#F81849 (or 0xF81849) is known color: Torch Red. HEX triplet: F8, 18 and 49. RGB value is (248,24,73). Sum of RGB (Red+Green+Blue) = 248+24+73=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F81849 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81849 is #07E7B6. Grayscale: #606060. Windows color (decimal): -518071 or 4790520. OLE color: 4790520.
HSL color Cylindrical-coordinate representation of color #F81849: hue angle of 346.88º 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 #F81849 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 73 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.03 |
| HSL | 346.88º | 0.94% | 0.53% | - |
| HSV(B) | 346.88º | 0.9% | 0.97% | - |
| XYZ | 40.24 | 21.09 | 8.25 | - |
| YUV | 96.56 | 114.71 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 73 | 0 | 0.90 | 0.71 | 0.03 | 346.88 | 0.94 | 0.53 |
| Hex | F8 | 18 | 49 | 0 | 5A | 47 | 3 | 15B | 5E | 35 |
| Octal | 370 | 30 | 111 | 0 | 132 | 107 | 3 | 533 | 136 | 65 |
| Binary | 11111000 | 11000 | 1001001 | 0 | 1011010 | 1000111 | 11 | 101011011 | 1011110 | 110101 |
Color Harmonies of #F81849
Complementary color
Monochromatic Colors of #F81849
Black with #F81849
Text Example
Text Example
White with #F81849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81849; }
p { color: rgb(248,24,73); }
H1.HeaderClassName
{
color: #F81849;
}
.AnyTagClassName
{
color: #F81849;
}
</style>
background-color css
<style>
a { background-color: #F81849; }
a { background-color: rgb(248,24,73); }
div.DivClassName
{
background-color: #F81849;
}
.BgClassName
{
background-color: #F81849;
}
</style>
border-color css
<style>
span { border-color: #F81849; }
span { border-color: rgb(248,24,73); }
td.TdClassName
{
border-color: #F81849;
}
.TagClassName
{
border-color: #F81849;
}
</style>