Shades of Torch Red #F81440
Tints of Torch Red #F81440
RGB
CMYK
RGB Variations
Color information
#F81440 (or 0xF81440) is known color: Torch Red. HEX triplet: F8, 14 and 40. RGB value is (248,20,64). Sum of RGB (Red+Green+Blue) = 248+20+64=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F81440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81440 is #07EBBF. Grayscale: #5D5D5D. Windows color (decimal): -519104 or 4199672. OLE color: 4199672.
HSL color Cylindrical-coordinate representation of color #F81440: hue angle of 348.42º 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 #F81440 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 64 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.03 |
| HSL | 348.42º | 0.94% | 0.53% | - |
| HSV(B) | 348.42º | 0.92% | 0.97% | - |
| XYZ | 39.89 | 20.83 | 6.77 | - |
| YUV | 93.19 | 111.54 | 238.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 64 | 0 | 0.92 | 0.74 | 0.03 | 348.42 | 0.94 | 0.53 |
| Hex | F8 | 14 | 40 | 0 | 5C | 4A | 3 | 15C | 5E | 35 |
| Octal | 370 | 24 | 100 | 0 | 134 | 112 | 3 | 534 | 136 | 65 |
| Binary | 11111000 | 10100 | 1000000 | 0 | 1011100 | 1001010 | 11 | 101011100 | 1011110 | 110101 |
Color Harmonies of #F81440
Complementary color
Monochromatic Colors of #F81440
Black with #F81440
Text Example
Text Example
White with #F81440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81440; }
p { color: rgb(248,20,64); }
H1.HeaderClassName
{
color: #F81440;
}
.AnyTagClassName
{
color: #F81440;
}
</style>
background-color css
<style>
a { background-color: #F81440; }
a { background-color: rgb(248,20,64); }
div.DivClassName
{
background-color: #F81440;
}
.BgClassName
{
background-color: #F81440;
}
</style>
border-color css
<style>
span { border-color: #F81440; }
span { border-color: rgb(248,20,64); }
td.TdClassName
{
border-color: #F81440;
}
.TagClassName
{
border-color: #F81440;
}
</style>