Shades of Torch Red #F81526
Tints of Torch Red #F81526
RGB
CMYK
RGB Variations
Color information
#F81526 (or 0xF81526) is known color: Torch Red. HEX triplet: F8, 15 and 26. RGB value is (248,21,38). Sum of RGB (Red+Green+Blue) = 248+21+38=307 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.78% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 248 - color contains mainly: red. Hex color #F81526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81526 is #07EAD9. Grayscale: #5A5A5A. Windows color (decimal): -518874 or 2495992. OLE color: 2495992.
HSL color Cylindrical-coordinate representation of color #F81526: hue angle of 355.51º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81526 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 38 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.03 |
| HSL | 355.51º | 0.94% | 0.53% | - |
| HSV(B) | 355.51º | 0.92% | 0.97% | - |
| XYZ | 39.33 | 20.63 | 3.74 | - |
| YUV | 90.81 | 98.21 | 240.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 38 | 0 | 0.92 | 0.85 | 0.03 | 355.51 | 0.94 | 0.53 |
| Hex | F8 | 15 | 26 | 0 | 5C | 55 | 3 | 164 | 5E | 35 |
| Octal | 370 | 25 | 46 | 0 | 134 | 125 | 3 | 544 | 136 | 65 |
| Binary | 11111000 | 10101 | 100110 | 0 | 1011100 | 1010101 | 11 | 101100100 | 1011110 | 110101 |
Color Harmonies of #F81526
Complementary color
Monochromatic Colors of #F81526
Black with #F81526
Text Example
Text Example
White with #F81526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81526; }
p { color: rgb(248,21,38); }
H1.HeaderClassName
{
color: #F81526;
}
.AnyTagClassName
{
color: #F81526;
}
</style>
background-color css
<style>
a { background-color: #F81526; }
a { background-color: rgb(248,21,38); }
div.DivClassName
{
background-color: #F81526;
}
.BgClassName
{
background-color: #F81526;
}
</style>
border-color css
<style>
span { border-color: #F81526; }
span { border-color: rgb(248,21,38); }
td.TdClassName
{
border-color: #F81526;
}
.TagClassName
{
border-color: #F81526;
}
</style>