Shades of Torch Red #F81619
Tints of Torch Red #F81619
RGB
CMYK
RGB Variations
Color information
#F81619 (or 0xF81619) is known color: Torch Red. HEX triplet: F8, 16 and 19. RGB value is (248,22,25). Sum of RGB (Red+Green+Blue) = 248+22+25=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F81619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81619 is #07E9E6. Grayscale: #5A5A5A. Windows color (decimal): -518631 or 1644280. OLE color: 1644280.
HSL color Cylindrical-coordinate representation of color #F81619: hue angle of 359.2º 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 #F81619 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.03 |
| HSL | 359.2º | 0.94% | 0.53% | - |
| HSV(B) | 359.2º | 0.91% | 0.97% | - |
| XYZ | 39.17 | 20.6 | 2.83 | - |
| YUV | 89.92 | 91.37 | 240.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 25 | 0 | 0.91 | 0.90 | 0.03 | 359.2 | 0.94 | 0.53 |
| Hex | F8 | 16 | 19 | 0 | 5B | 5A | 3 | 167 | 5E | 35 |
| Octal | 370 | 26 | 31 | 0 | 133 | 132 | 3 | 547 | 136 | 65 |
| Binary | 11111000 | 10110 | 11001 | 0 | 1011011 | 1011010 | 11 | 101100111 | 1011110 | 110101 |
Color Harmonies of #F81619
Complementary color
Monochromatic Colors of #F81619
Black with #F81619
Text Example
Text Example
White with #F81619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81619; }
p { color: rgb(248,22,25); }
H1.HeaderClassName
{
color: #F81619;
}
.AnyTagClassName
{
color: #F81619;
}
</style>
background-color css
<style>
a { background-color: #F81619; }
a { background-color: rgb(248,22,25); }
div.DivClassName
{
background-color: #F81619;
}
.BgClassName
{
background-color: #F81619;
}
</style>
border-color css
<style>
span { border-color: #F81619; }
span { border-color: rgb(248,22,25); }
td.TdClassName
{
border-color: #F81619;
}
.TagClassName
{
border-color: #F81619;
}
</style>