Shades of Torch Red #F81845
Tints of Torch Red #F81845
RGB
CMYK
RGB Variations
Color information
#F81845 (or 0xF81845) is known color: Torch Red. HEX triplet: F8, 18 and 45. RGB value is (248,24,69). Sum of RGB (Red+Green+Blue) = 248+24+69=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F81845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81845 is #07E7BA. Grayscale: #606060. Windows color (decimal): -518075 or 4528376. OLE color: 4528376.
HSL color Cylindrical-coordinate representation of color #F81845: hue angle of 347.95º 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 #F81845 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 69 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.03 |
| HSL | 347.95º | 0.94% | 0.53% | - |
| HSV(B) | 347.95º | 0.9% | 0.97% | - |
| XYZ | 40.11 | 21.04 | 7.58 | - |
| YUV | 96.11 | 112.71 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 69 | 0 | 0.90 | 0.72 | 0.03 | 347.95 | 0.94 | 0.53 |
| Hex | F8 | 18 | 45 | 0 | 5A | 48 | 3 | 15C | 5E | 35 |
| Octal | 370 | 30 | 105 | 0 | 132 | 110 | 3 | 534 | 136 | 65 |
| Binary | 11111000 | 11000 | 1000101 | 0 | 1011010 | 1001000 | 11 | 101011100 | 1011110 | 110101 |
Color Harmonies of #F81845
Complementary color
Monochromatic Colors of #F81845
Black with #F81845
Text Example
Text Example
White with #F81845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81845; }
p { color: rgb(248,24,69); }
H1.HeaderClassName
{
color: #F81845;
}
.AnyTagClassName
{
color: #F81845;
}
</style>
background-color css
<style>
a { background-color: #F81845; }
a { background-color: rgb(248,24,69); }
div.DivClassName
{
background-color: #F81845;
}
.BgClassName
{
background-color: #F81845;
}
</style>
border-color css
<style>
span { border-color: #F81845; }
span { border-color: rgb(248,24,69); }
td.TdClassName
{
border-color: #F81845;
}
.TagClassName
{
border-color: #F81845;
}
</style>