Shades of Torch Red #F81945
Tints of Torch Red #F81945
RGB
CMYK
RGB Variations
Color information
#F81945 (or 0xF81945) is known color: Torch Red. HEX triplet: F8, 19 and 45. RGB value is (248,25,69). Sum of RGB (Red+Green+Blue) = 248+25+69=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F81945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81945 is #07E6BA. Grayscale: #606060. Windows color (decimal): -517819 or 4528632. OLE color: 4528632.
HSL color Cylindrical-coordinate representation of color #F81945: hue angle of 348.16º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81945 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 69 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.03 |
| HSL | 348.16º | 0.94% | 0.54% | - |
| HSV(B) | 348.16º | 0.9% | 0.97% | - |
| XYZ | 40.13 | 21.08 | 7.58 | - |
| YUV | 96.69 | 112.38 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 69 | 0 | 0.90 | 0.72 | 0.03 | 348.16 | 0.94 | 0.54 |
| Hex | F8 | 19 | 45 | 0 | 5A | 48 | 3 | 15C | 5E | 36 |
| Octal | 370 | 31 | 105 | 0 | 132 | 110 | 3 | 534 | 136 | 66 |
| Binary | 11111000 | 11001 | 1000101 | 0 | 1011010 | 1001000 | 11 | 101011100 | 1011110 | 110110 |
Color Harmonies of #F81945
Complementary color
Monochromatic Colors of #F81945
Black with #F81945
Text Example
Text Example
White with #F81945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81945; }
p { color: rgb(248,25,69); }
H1.HeaderClassName
{
color: #F81945;
}
.AnyTagClassName
{
color: #F81945;
}
</style>
background-color css
<style>
a { background-color: #F81945; }
a { background-color: rgb(248,25,69); }
div.DivClassName
{
background-color: #F81945;
}
.BgClassName
{
background-color: #F81945;
}
</style>
border-color css
<style>
span { border-color: #F81945; }
span { border-color: rgb(248,25,69); }
td.TdClassName
{
border-color: #F81945;
}
.TagClassName
{
border-color: #F81945;
}
</style>