Shades of Torch Red #F81A26
Tints of Torch Red #F81A26
RGB
CMYK
RGB Variations
Color information
#F81A26 (or 0xF81A26) is known color: Torch Red. HEX triplet: F8, 1A and 26. RGB value is (248,26,38). Sum of RGB (Red+Green+Blue) = 248+26+38=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81A26 is #07E5D9. Grayscale: #5D5D5D. Windows color (decimal): -517594 or 2497272. OLE color: 2497272.
HSL color Cylindrical-coordinate representation of color #F81A26: hue angle of 356.76º 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 #F81A26 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 38 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.03 |
| HSL | 356.76º | 0.94% | 0.54% | - |
| HSV(B) | 356.76º | 0.9% | 0.97% | - |
| XYZ | 39.43 | 20.84 | 3.78 | - |
| YUV | 93.75 | 96.55 | 238.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 38 | 0 | 0.90 | 0.85 | 0.03 | 356.76 | 0.94 | 0.54 |
| Hex | F8 | 1A | 26 | 0 | 5A | 55 | 3 | 165 | 5E | 36 |
| Octal | 370 | 32 | 46 | 0 | 132 | 125 | 3 | 545 | 136 | 66 |
| Binary | 11111000 | 11010 | 100110 | 0 | 1011010 | 1010101 | 11 | 101100101 | 1011110 | 110110 |
Color Harmonies of #F81A26
Complementary color
Monochromatic Colors of #F81A26
Black with #F81A26
Text Example
Text Example
White with #F81A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81A26; }
p { color: rgb(248,26,38); }
H1.HeaderClassName
{
color: #F81A26;
}
.AnyTagClassName
{
color: #F81A26;
}
</style>
background-color css
<style>
a { background-color: #F81A26; }
a { background-color: rgb(248,26,38); }
div.DivClassName
{
background-color: #F81A26;
}
.BgClassName
{
background-color: #F81A26;
}
</style>
border-color css
<style>
span { border-color: #F81A26; }
span { border-color: rgb(248,26,38); }
td.TdClassName
{
border-color: #F81A26;
}
.TagClassName
{
border-color: #F81A26;
}
</style>