Shades of Torch Red #F80B2E
Tints of Torch Red #F80B2E
RGB
CMYK
RGB Variations
Color information
#F80B2E (or 0xF80B2E) is known color: Torch Red. HEX triplet: F8, 0B and 2E. RGB value is (248,11,46). Sum of RGB (Red+Green+Blue) = 248+11+46=305 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.31% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80B2E is #07F4D1. Grayscale: #555555. Windows color (decimal): -521426 or 3017720. OLE color: 3017720.
HSL color Cylindrical-coordinate representation of color #F80B2E: hue angle of 351.14º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80B2E is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 46 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.03 |
| HSL | 351.14º | 0.94% | 0.51% | - |
| HSV(B) | 351.14º | 0.96% | 0.97% | - |
| XYZ | 39.32 | 20.39 | 4.45 | - |
| YUV | 85.85 | 105.52 | 243.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 46 | 0 | 0.96 | 0.81 | 0.03 | 351.14 | 0.94 | 0.51 |
| Hex | F8 | B | 2E | 0 | 60 | 51 | 3 | 15F | 5E | 33 |
| Octal | 370 | 13 | 56 | 0 | 140 | 121 | 3 | 537 | 136 | 63 |
| Binary | 11111000 | 1011 | 101110 | 0 | 1100000 | 1010001 | 11 | 101011111 | 1011110 | 110011 |
Color Harmonies of #F80B2E
Complementary color
Monochromatic Colors of #F80B2E
Black with #F80B2E
Text Example
Text Example
White with #F80B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80B2E; }
p { color: rgb(248,11,46); }
H1.HeaderClassName
{
color: #F80B2E;
}
.AnyTagClassName
{
color: #F80B2E;
}
</style>
background-color css
<style>
a { background-color: #F80B2E; }
a { background-color: rgb(248,11,46); }
div.DivClassName
{
background-color: #F80B2E;
}
.BgClassName
{
background-color: #F80B2E;
}
</style>
border-color css
<style>
span { border-color: #F80B2E; }
span { border-color: rgb(248,11,46); }
td.TdClassName
{
border-color: #F80B2E;
}
.TagClassName
{
border-color: #F80B2E;
}
</style>