Shades of Torch Red #F81640
Tints of Torch Red #F81640
RGB
CMYK
RGB Variations
Color information
#F81640 (or 0xF81640) is known color: Torch Red. HEX triplet: F8, 16 and 40. RGB value is (248,22,64). Sum of RGB (Red+Green+Blue) = 248+22+64=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F81640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81640 is #07E9BF. Grayscale: #5E5E5E. Windows color (decimal): -518592 or 4200184. OLE color: 4200184.
HSL color Cylindrical-coordinate representation of color #F81640: hue angle of 348.85º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81640 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 64 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.03 |
| HSL | 348.85º | 0.94% | 0.53% | - |
| HSV(B) | 348.85º | 0.91% | 0.97% | - |
| XYZ | 39.92 | 20.9 | 6.78 | - |
| YUV | 94.36 | 110.87 | 237.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 64 | 0 | 0.91 | 0.74 | 0.03 | 348.85 | 0.94 | 0.53 |
| Hex | F8 | 16 | 40 | 0 | 5B | 4A | 3 | 15D | 5E | 35 |
| Octal | 370 | 26 | 100 | 0 | 133 | 112 | 3 | 535 | 136 | 65 |
| Binary | 11111000 | 10110 | 1000000 | 0 | 1011011 | 1001010 | 11 | 101011101 | 1011110 | 110101 |
Color Harmonies of #F81640
Complementary color
Monochromatic Colors of #F81640
Black with #F81640
Text Example
Text Example
White with #F81640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81640; }
p { color: rgb(248,22,64); }
H1.HeaderClassName
{
color: #F81640;
}
.AnyTagClassName
{
color: #F81640;
}
</style>
background-color css
<style>
a { background-color: #F81640; }
a { background-color: rgb(248,22,64); }
div.DivClassName
{
background-color: #F81640;
}
.BgClassName
{
background-color: #F81640;
}
</style>
border-color css
<style>
span { border-color: #F81640; }
span { border-color: rgb(248,22,64); }
td.TdClassName
{
border-color: #F81640;
}
.TagClassName
{
border-color: #F81640;
}
</style>