Shades of Torch Red #F80736
Tints of Torch Red #F80736
RGB
CMYK
RGB Variations
Color information
#F80736 (or 0xF80736) is known color: Torch Red. HEX triplet: F8, 07 and 36. RGB value is (248,7,54). Sum of RGB (Red+Green+Blue) = 248+7+54=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F80736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80736 is #07F8C9. Grayscale: #545454. Windows color (decimal): -522442 or 3540984. OLE color: 3540984.
HSL color Cylindrical-coordinate representation of color #F80736: hue angle of 348.3º 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 #F80736 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 54 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.03 |
| HSL | 348.3º | 0.95% | 0.5% | - |
| HSV(B) | 348.3º | 0.97% | 0.97% | - |
| XYZ | 39.45 | 20.37 | 5.34 | - |
| YUV | 84.42 | 110.84 | 244.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 54 | 0 | 0.97 | 0.78 | 0.03 | 348.3 | 0.95 | 0.5 |
| Hex | F8 | 7 | 36 | 0 | 61 | 4E | 3 | 15C | 5F | 32 |
| Octal | 370 | 7 | 66 | 0 | 141 | 116 | 3 | 534 | 137 | 62 |
| Binary | 11111000 | 111 | 110110 | 0 | 1100001 | 1001110 | 11 | 101011100 | 1011111 | 110010 |
Color Harmonies of #F80736
Complementary color
Monochromatic Colors of #F80736
Black with #F80736
Text Example
Text Example
White with #F80736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80736; }
p { color: rgb(248,7,54); }
H1.HeaderClassName
{
color: #F80736;
}
.AnyTagClassName
{
color: #F80736;
}
</style>
background-color css
<style>
a { background-color: #F80736; }
a { background-color: rgb(248,7,54); }
div.DivClassName
{
background-color: #F80736;
}
.BgClassName
{
background-color: #F80736;
}
</style>
border-color css
<style>
span { border-color: #F80736; }
span { border-color: rgb(248,7,54); }
td.TdClassName
{
border-color: #F80736;
}
.TagClassName
{
border-color: #F80736;
}
</style>