Shades of Torch Red #F81719
Tints of Torch Red #F81719
RGB
CMYK
RGB Variations
Color information
#F81719 (or 0xF81719) is known color: Torch Red. HEX triplet: F8, 17 and 19. RGB value is (248,23,25). Sum of RGB (Red+Green+Blue) = 248+23+25=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F81719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81719 is #07E8E6. Grayscale: #5A5A5A. Windows color (decimal): -518375 or 1644536. OLE color: 1644536.
HSL color Cylindrical-coordinate representation of color #F81719: hue angle of 359.47º 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 #F81719 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.03 |
| HSL | 359.47º | 0.94% | 0.53% | - |
| HSV(B) | 359.47º | 0.91% | 0.97% | - |
| XYZ | 39.19 | 20.64 | 2.84 | - |
| YUV | 90.5 | 91.04 | 240.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 25 | 0 | 0.91 | 0.90 | 0.03 | 359.47 | 0.94 | 0.53 |
| Hex | F8 | 17 | 19 | 0 | 5B | 5A | 3 | 167 | 5E | 35 |
| Octal | 370 | 27 | 31 | 0 | 133 | 132 | 3 | 547 | 136 | 65 |
| Binary | 11111000 | 10111 | 11001 | 0 | 1011011 | 1011010 | 11 | 101100111 | 1011110 | 110101 |
Color Harmonies of #F81719
Complementary color
Monochromatic Colors of #F81719
Black with #F81719
Text Example
Text Example
White with #F81719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81719; }
p { color: rgb(248,23,25); }
H1.HeaderClassName
{
color: #F81719;
}
.AnyTagClassName
{
color: #F81719;
}
</style>
background-color css
<style>
a { background-color: #F81719; }
a { background-color: rgb(248,23,25); }
div.DivClassName
{
background-color: #F81719;
}
.BgClassName
{
background-color: #F81719;
}
</style>
border-color css
<style>
span { border-color: #F81719; }
span { border-color: rgb(248,23,25); }
td.TdClassName
{
border-color: #F81719;
}
.TagClassName
{
border-color: #F81719;
}
</style>