Shades of Torch Red #F81944
Tints of Torch Red #F81944
RGB
CMYK
RGB Variations
Color information
#F81944 (or 0xF81944) is known color: Torch Red. HEX triplet: F8, 19 and 44. RGB value is (248,25,68). Sum of RGB (Red+Green+Blue) = 248+25+68=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F81944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81944 is #07E6BB. Grayscale: #606060. Windows color (decimal): -517820 or 4463096. OLE color: 4463096.
HSL color Cylindrical-coordinate representation of color #F81944: hue angle of 348.43º 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 #F81944 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 68 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.03 |
| HSL | 348.43º | 0.94% | 0.54% | - |
| HSV(B) | 348.43º | 0.9% | 0.97% | - |
| XYZ | 40.1 | 21.07 | 7.42 | - |
| YUV | 96.58 | 111.88 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 68 | 0 | 0.90 | 0.73 | 0.03 | 348.43 | 0.94 | 0.54 |
| Hex | F8 | 19 | 44 | 0 | 5A | 49 | 3 | 15C | 5E | 36 |
| Octal | 370 | 31 | 104 | 0 | 132 | 111 | 3 | 534 | 136 | 66 |
| Binary | 11111000 | 11001 | 1000100 | 0 | 1011010 | 1001001 | 11 | 101011100 | 1011110 | 110110 |
Color Harmonies of #F81944
Complementary color
Monochromatic Colors of #F81944
Black with #F81944
Text Example
Text Example
White with #F81944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81944; }
p { color: rgb(248,25,68); }
H1.HeaderClassName
{
color: #F81944;
}
.AnyTagClassName
{
color: #F81944;
}
</style>
background-color css
<style>
a { background-color: #F81944; }
a { background-color: rgb(248,25,68); }
div.DivClassName
{
background-color: #F81944;
}
.BgClassName
{
background-color: #F81944;
}
</style>
border-color css
<style>
span { border-color: #F81944; }
span { border-color: rgb(248,25,68); }
td.TdClassName
{
border-color: #F81944;
}
.TagClassName
{
border-color: #F81944;
}
</style>