Shades of Torch Red #F81744
Tints of Torch Red #F81744
RGB
CMYK
RGB Variations
Color information
#F81744 (or 0xF81744) is known color: Torch Red. HEX triplet: F8, 17 and 44. RGB value is (248,23,68). Sum of RGB (Red+Green+Blue) = 248+23+68=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F81744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81744 is #07E8BB. Grayscale: #5F5F5F. Windows color (decimal): -518332 or 4462584. OLE color: 4462584.
HSL color Cylindrical-coordinate representation of color #F81744: hue angle of 348º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81744 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 68 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.03 |
| HSL | 348º | 0.94% | 0.53% | - |
| HSV(B) | 348º | 0.91% | 0.97% | - |
| XYZ | 40.06 | 20.99 | 7.41 | - |
| YUV | 95.41 | 112.54 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 68 | 0 | 0.91 | 0.73 | 0.03 | 348 | 0.94 | 0.53 |
| Hex | F8 | 17 | 44 | 0 | 5B | 49 | 3 | 15C | 5E | 35 |
| Octal | 370 | 27 | 104 | 0 | 133 | 111 | 3 | 534 | 136 | 65 |
| Binary | 11111000 | 10111 | 1000100 | 0 | 1011011 | 1001001 | 11 | 101011100 | 1011110 | 110101 |
Color Harmonies of #F81744
Complementary color
Monochromatic Colors of #F81744
Black with #F81744
Text Example
Text Example
White with #F81744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81744; }
p { color: rgb(248,23,68); }
H1.HeaderClassName
{
color: #F81744;
}
.AnyTagClassName
{
color: #F81744;
}
</style>
background-color css
<style>
a { background-color: #F81744; }
a { background-color: rgb(248,23,68); }
div.DivClassName
{
background-color: #F81744;
}
.BgClassName
{
background-color: #F81744;
}
</style>
border-color css
<style>
span { border-color: #F81744; }
span { border-color: rgb(248,23,68); }
td.TdClassName
{
border-color: #F81744;
}
.TagClassName
{
border-color: #F81744;
}
</style>