Shades of Torch Red #F81A32
Tints of Torch Red #F81A32
RGB
CMYK
RGB Variations
Color information
#F81A32 (or 0xF81A32) is known color: Torch Red. HEX triplet: F8, 1A and 32. RGB value is (248,26,50). Sum of RGB (Red+Green+Blue) = 248+26+50=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81A32 is #07E5CD. Grayscale: #5F5F5F. Windows color (decimal): -517582 or 3283704. OLE color: 3283704.
HSL color Cylindrical-coordinate representation of color #F81A32: hue angle of 353.51º 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 #F81A32 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 50 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.03 |
| HSL | 353.51º | 0.94% | 0.54% | - |
| HSV(B) | 353.51º | 0.9% | 0.97% | - |
| XYZ | 39.66 | 20.93 | 4.97 | - |
| YUV | 95.11 | 102.55 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 50 | 0 | 0.90 | 0.80 | 0.03 | 353.51 | 0.94 | 0.54 |
| Hex | F8 | 1A | 32 | 0 | 5A | 50 | 3 | 162 | 5E | 36 |
| Octal | 370 | 32 | 62 | 0 | 132 | 120 | 3 | 542 | 136 | 66 |
| Binary | 11111000 | 11010 | 110010 | 0 | 1011010 | 1010000 | 11 | 101100010 | 1011110 | 110110 |
Color Harmonies of #F81A32
Complementary color
Monochromatic Colors of #F81A32
Black with #F81A32
Text Example
Text Example
White with #F81A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81A32; }
p { color: rgb(248,26,50); }
H1.HeaderClassName
{
color: #F81A32;
}
.AnyTagClassName
{
color: #F81A32;
}
</style>
background-color css
<style>
a { background-color: #F81A32; }
a { background-color: rgb(248,26,50); }
div.DivClassName
{
background-color: #F81A32;
}
.BgClassName
{
background-color: #F81A32;
}
</style>
border-color css
<style>
span { border-color: #F81A32; }
span { border-color: rgb(248,26,50); }
td.TdClassName
{
border-color: #F81A32;
}
.TagClassName
{
border-color: #F81A32;
}
</style>