Shades of Torch Red #F80B17
Tints of Torch Red #F80B17
RGB
CMYK
RGB Variations
Color information
#F80B17 (or 0xF80B17) is known color: Torch Red. HEX triplet: F8, 0B and 17. RGB value is (248,11,23). Sum of RGB (Red+Green+Blue) = 248+11+23=282 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.94% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80B17 is #07F4E8. Grayscale: #535353. Windows color (decimal): -521449 or 1510392. OLE color: 1510392.
HSL color Cylindrical-coordinate representation of color #F80B17: hue angle of 356.96º 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 #F80B17 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 23 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.03 |
| HSL | 356.96º | 0.94% | 0.51% | - |
| HSV(B) | 356.96º | 0.96% | 0.97% | - |
| XYZ | 38.99 | 20.26 | 2.67 | - |
| YUV | 83.23 | 94.02 | 245.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 23 | 0 | 0.96 | 0.91 | 0.03 | 356.96 | 0.94 | 0.51 |
| Hex | F8 | B | 17 | 0 | 60 | 5B | 3 | 165 | 5E | 33 |
| Octal | 370 | 13 | 27 | 0 | 140 | 133 | 3 | 545 | 136 | 63 |
| Binary | 11111000 | 1011 | 10111 | 0 | 1100000 | 1011011 | 11 | 101100101 | 1011110 | 110011 |
Color Harmonies of #F80B17
Complementary color
Monochromatic Colors of #F80B17
Black with #F80B17
Text Example
Text Example
White with #F80B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80B17; }
p { color: rgb(248,11,23); }
H1.HeaderClassName
{
color: #F80B17;
}
.AnyTagClassName
{
color: #F80B17;
}
</style>
background-color css
<style>
a { background-color: #F80B17; }
a { background-color: rgb(248,11,23); }
div.DivClassName
{
background-color: #F80B17;
}
.BgClassName
{
background-color: #F80B17;
}
</style>
border-color css
<style>
span { border-color: #F80B17; }
span { border-color: rgb(248,11,23); }
td.TdClassName
{
border-color: #F80B17;
}
.TagClassName
{
border-color: #F80B17;
}
</style>