Shades of Torch Red #F81039
Tints of Torch Red #F81039
RGB
CMYK
RGB Variations
Color information
#F81039 (or 0xF81039) is known color: Torch Red. HEX triplet: F8, 10 and 39. RGB value is (248,16,57). Sum of RGB (Red+Green+Blue) = 248+16+57=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F81039 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81039 is #07EFC6. Grayscale: #5A5A5A. Windows color (decimal): -520135 or 3739896. OLE color: 3739896.
HSL color Cylindrical-coordinate representation of color #F81039: hue angle of 349.4º 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 #F81039 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 57 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.03 |
| HSL | 349.4º | 0.94% | 0.52% | - |
| HSV(B) | 349.4º | 0.94% | 0.97% | - |
| XYZ | 39.64 | 20.62 | 5.76 | - |
| YUV | 90.04 | 109.36 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 57 | 0 | 0.94 | 0.77 | 0.03 | 349.4 | 0.94 | 0.52 |
| Hex | F8 | 10 | 39 | 0 | 5E | 4D | 3 | 15D | 5E | 34 |
| Octal | 370 | 20 | 71 | 0 | 136 | 115 | 3 | 535 | 136 | 64 |
| Binary | 11111000 | 10000 | 111001 | 0 | 1011110 | 1001101 | 11 | 101011101 | 1011110 | 110100 |
Color Harmonies of #F81039
Complementary color
Monochromatic Colors of #F81039
Black with #F81039
Text Example
Text Example
White with #F81039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81039; }
p { color: rgb(248,16,57); }
H1.HeaderClassName
{
color: #F81039;
}
.AnyTagClassName
{
color: #F81039;
}
</style>
background-color css
<style>
a { background-color: #F81039; }
a { background-color: rgb(248,16,57); }
div.DivClassName
{
background-color: #F81039;
}
.BgClassName
{
background-color: #F81039;
}
</style>
border-color css
<style>
span { border-color: #F81039; }
span { border-color: rgb(248,16,57); }
td.TdClassName
{
border-color: #F81039;
}
.TagClassName
{
border-color: #F81039;
}
</style>