Shades of Torch Red #F80741
Tints of Torch Red #F80741
RGB
CMYK
RGB Variations
Color information
#F80741 (or 0xF80741) is known color: Torch Red. HEX triplet: F8, 07 and 41. RGB value is (248,7,65). Sum of RGB (Red+Green+Blue) = 248+7+65=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F80741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80741 is #07F8BE. Grayscale: #555555. Windows color (decimal): -522431 or 4261880. OLE color: 4261880.
HSL color Cylindrical-coordinate representation of color #F80741: hue angle of 345.56º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80741 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 65 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.03 |
| HSL | 345.56º | 0.95% | 0.5% | - |
| HSV(B) | 345.56º | 0.97% | 0.97% | - |
| XYZ | 39.74 | 20.49 | 6.86 | - |
| YUV | 85.67 | 116.34 | 243.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 65 | 0 | 0.97 | 0.74 | 0.03 | 345.56 | 0.95 | 0.5 |
| Hex | F8 | 7 | 41 | 0 | 61 | 4A | 3 | 15A | 5F | 32 |
| Octal | 370 | 7 | 101 | 0 | 141 | 112 | 3 | 532 | 137 | 62 |
| Binary | 11111000 | 111 | 1000001 | 0 | 1100001 | 1001010 | 11 | 101011010 | 1011111 | 110010 |
Color Harmonies of #F80741
Complementary color
Monochromatic Colors of #F80741
Black with #F80741
Text Example
Text Example
White with #F80741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80741; }
p { color: rgb(248,7,65); }
H1.HeaderClassName
{
color: #F80741;
}
.AnyTagClassName
{
color: #F80741;
}
</style>
background-color css
<style>
a { background-color: #F80741; }
a { background-color: rgb(248,7,65); }
div.DivClassName
{
background-color: #F80741;
}
.BgClassName
{
background-color: #F80741;
}
</style>
border-color css
<style>
span { border-color: #F80741; }
span { border-color: rgb(248,7,65); }
td.TdClassName
{
border-color: #F80741;
}
.TagClassName
{
border-color: #F80741;
}
</style>