Shades of Torch Red #F81032
Tints of Torch Red #F81032
RGB
CMYK
RGB Variations
Color information
#F81032 (or 0xF81032) is known color: Torch Red. HEX triplet: F8, 10 and 32. RGB value is (248,16,50). Sum of RGB (Red+Green+Blue) = 248+16+50=314 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.98% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 248 - color contains mainly: red. Hex color #F81032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81032 is #07EFCD. Grayscale: #595959. Windows color (decimal): -520142 or 3281144. OLE color: 3281144.
HSL color Cylindrical-coordinate representation of color #F81032: hue angle of 351.21º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F81032 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 50 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.03 |
| HSL | 351.21º | 0.94% | 0.52% | - |
| HSV(B) | 351.21º | 0.94% | 0.97% | - |
| XYZ | 39.47 | 20.56 | 4.91 | - |
| YUV | 89.24 | 105.86 | 241.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 50 | 0 | 0.94 | 0.80 | 0.03 | 351.21 | 0.94 | 0.52 |
| Hex | F8 | 10 | 32 | 0 | 5E | 50 | 3 | 15F | 5E | 34 |
| Octal | 370 | 20 | 62 | 0 | 136 | 120 | 3 | 537 | 136 | 64 |
| Binary | 11111000 | 10000 | 110010 | 0 | 1011110 | 1010000 | 11 | 101011111 | 1011110 | 110100 |
Color Harmonies of #F81032
Complementary color
Monochromatic Colors of #F81032
Black with #F81032
Text Example
Text Example
White with #F81032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81032; }
p { color: rgb(248,16,50); }
H1.HeaderClassName
{
color: #F81032;
}
.AnyTagClassName
{
color: #F81032;
}
</style>
background-color css
<style>
a { background-color: #F81032; }
a { background-color: rgb(248,16,50); }
div.DivClassName
{
background-color: #F81032;
}
.BgClassName
{
background-color: #F81032;
}
</style>
border-color css
<style>
span { border-color: #F81032; }
span { border-color: rgb(248,16,50); }
td.TdClassName
{
border-color: #F81032;
}
.TagClassName
{
border-color: #F81032;
}
</style>