Shades of Torch Red #F81819
Tints of Torch Red #F81819
RGB
CMYK
RGB Variations
Color information
#F81819 (or 0xF81819) is known color: Torch Red. HEX triplet: F8, 18 and 19. RGB value is (248,24,25). Sum of RGB (Red+Green+Blue) = 248+24+25=297 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.50% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 248 - color contains mainly: red. Hex color #F81819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81819 is #07E7E6. Grayscale: #5B5B5B. Windows color (decimal): -518119 or 1644792. OLE color: 1644792.
HSL color Cylindrical-coordinate representation of color #F81819: hue angle of 359.73º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81819 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 25 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.03 |
| HSL | 359.73º | 0.94% | 0.53% | - |
| HSV(B) | 359.73º | 0.9% | 0.97% | - |
| XYZ | 39.21 | 20.68 | 2.84 | - |
| YUV | 91.09 | 90.71 | 239.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 25 | 0 | 0.90 | 0.90 | 0.03 | 359.73 | 0.94 | 0.53 |
| Hex | F8 | 18 | 19 | 0 | 5A | 5A | 3 | 168 | 5E | 35 |
| Octal | 370 | 30 | 31 | 0 | 132 | 132 | 3 | 550 | 136 | 65 |
| Binary | 11111000 | 11000 | 11001 | 0 | 1011010 | 1011010 | 11 | 101101000 | 1011110 | 110101 |
Color Harmonies of #F81819
Complementary color
Monochromatic Colors of #F81819
Black with #F81819
Text Example
Text Example
White with #F81819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81819; }
p { color: rgb(248,24,25); }
H1.HeaderClassName
{
color: #F81819;
}
.AnyTagClassName
{
color: #F81819;
}
</style>
background-color css
<style>
a { background-color: #F81819; }
a { background-color: rgb(248,24,25); }
div.DivClassName
{
background-color: #F81819;
}
.BgClassName
{
background-color: #F81819;
}
</style>
border-color css
<style>
span { border-color: #F81819; }
span { border-color: rgb(248,24,25); }
td.TdClassName
{
border-color: #F81819;
}
.TagClassName
{
border-color: #F81819;
}
</style>