Shades of Torch Red #F81426
Tints of Torch Red #F81426
RGB
CMYK
RGB Variations
Color information
#F81426 (or 0xF81426) is known color: Torch Red. HEX triplet: F8, 14 and 26. RGB value is (248,20,38). Sum of RGB (Red+Green+Blue) = 248+20+38=306 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.05% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 248 - color contains mainly: red. Hex color #F81426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81426 is #07EBD9. Grayscale: #5A5A5A. Windows color (decimal): -519130 or 2495736. OLE color: 2495736.
HSL color Cylindrical-coordinate representation of color #F81426: hue angle of 355.26º 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 #F81426 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 38 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.03 |
| HSL | 355.26º | 0.94% | 0.53% | - |
| HSV(B) | 355.26º | 0.92% | 0.97% | - |
| XYZ | 39.31 | 20.6 | 3.74 | - |
| YUV | 90.22 | 98.54 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 38 | 0 | 0.92 | 0.85 | 0.03 | 355.26 | 0.94 | 0.53 |
| Hex | F8 | 14 | 26 | 0 | 5C | 55 | 3 | 163 | 5E | 35 |
| Octal | 370 | 24 | 46 | 0 | 134 | 125 | 3 | 543 | 136 | 65 |
| Binary | 11111000 | 10100 | 100110 | 0 | 1011100 | 1010101 | 11 | 101100011 | 1011110 | 110101 |
Color Harmonies of #F81426
Complementary color
Monochromatic Colors of #F81426
Black with #F81426
Text Example
Text Example
White with #F81426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81426; }
p { color: rgb(248,20,38); }
H1.HeaderClassName
{
color: #F81426;
}
.AnyTagClassName
{
color: #F81426;
}
</style>
background-color css
<style>
a { background-color: #F81426; }
a { background-color: rgb(248,20,38); }
div.DivClassName
{
background-color: #F81426;
}
.BgClassName
{
background-color: #F81426;
}
</style>
border-color css
<style>
span { border-color: #F81426; }
span { border-color: rgb(248,20,38); }
td.TdClassName
{
border-color: #F81426;
}
.TagClassName
{
border-color: #F81426;
}
</style>