Shades of Torch Red #F8031B
Tints of Torch Red #F8031B
RGB
CMYK
RGB Variations
Color information
#F8031B (or 0xF8031B) is known color: Torch Red. HEX triplet: F8, 03 and 1B. RGB value is (248,3,27). Sum of RGB (Red+Green+Blue) = 248+3+27=278 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.21% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 248 - color contains mainly: red. Hex color #F8031B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8031B is #07FCE4. Grayscale: #4F4F4F. Windows color (decimal): -523493 or 1770488. OLE color: 1770488.
HSL color Cylindrical-coordinate representation of color #F8031B: hue angle of 354.12º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8031B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.03 |
| HSL | 354.12º | 0.98% | 0.49% | - |
| HSV(B) | 354.12º | 0.99% | 0.97% | - |
| XYZ | 38.94 | 20.1 | 2.86 | - |
| YUV | 78.99 | 98.67 | 248.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 27 | 0 | 0.99 | 0.89 | 0.03 | 354.12 | 0.98 | 0.49 |
| Hex | F8 | 3 | 1B | 0 | 63 | 59 | 3 | 162 | 62 | 31 |
| Octal | 370 | 3 | 33 | 0 | 143 | 131 | 3 | 542 | 142 | 61 |
| Binary | 11111000 | 11 | 11011 | 0 | 1100011 | 1011001 | 11 | 101100010 | 1100010 | 110001 |
Color Harmonies of #F8031B
Complementary color
Monochromatic Colors of #F8031B
Black with #F8031B
Text Example
Text Example
White with #F8031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8031B; }
p { color: rgb(248,3,27); }
H1.HeaderClassName
{
color: #F8031B;
}
.AnyTagClassName
{
color: #F8031B;
}
</style>
background-color css
<style>
a { background-color: #F8031B; }
a { background-color: rgb(248,3,27); }
div.DivClassName
{
background-color: #F8031B;
}
.BgClassName
{
background-color: #F8031B;
}
</style>
border-color css
<style>
span { border-color: #F8031B; }
span { border-color: rgb(248,3,27); }
td.TdClassName
{
border-color: #F8031B;
}
.TagClassName
{
border-color: #F8031B;
}
</style>