Shades of Torch Red #F8031D
Tints of Torch Red #F8031D
RGB
CMYK
RGB Variations
Color information
#F8031D (or 0xF8031D) is known color: Torch Red. HEX triplet: F8, 03 and 1D. RGB value is (248,3,29). Sum of RGB (Red+Green+Blue) = 248+3+29=280 (37% of max value = 765). Red value is 248 (97.27% from 255 or 88.57% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 248 - color contains mainly: red. Hex color #F8031D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8031D is #07FCE2. Grayscale: #4F4F4F. Windows color (decimal): -523491 or 1901560. OLE color: 1901560.
HSL color Cylindrical-coordinate representation of color #F8031D: hue angle of 353.63º 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 #F8031D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.03 |
| HSL | 353.63º | 0.98% | 0.49% | - |
| HSV(B) | 353.63º | 0.99% | 0.97% | - |
| XYZ | 38.97 | 20.11 | 2.99 | - |
| YUV | 79.22 | 99.67 | 248.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 29 | 0 | 0.99 | 0.88 | 0.03 | 353.63 | 0.98 | 0.49 |
| Hex | F8 | 3 | 1D | 0 | 63 | 58 | 3 | 162 | 62 | 31 |
| Octal | 370 | 3 | 35 | 0 | 143 | 130 | 3 | 542 | 142 | 61 |
| Binary | 11111000 | 11 | 11101 | 0 | 1100011 | 1011000 | 11 | 101100010 | 1100010 | 110001 |
Color Harmonies of #F8031D
Complementary color
Monochromatic Colors of #F8031D
Black with #F8031D
Text Example
Text Example
White with #F8031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8031D; }
p { color: rgb(248,3,29); }
H1.HeaderClassName
{
color: #F8031D;
}
.AnyTagClassName
{
color: #F8031D;
}
</style>
background-color css
<style>
a { background-color: #F8031D; }
a { background-color: rgb(248,3,29); }
div.DivClassName
{
background-color: #F8031D;
}
.BgClassName
{
background-color: #F8031D;
}
</style>
border-color css
<style>
span { border-color: #F8031D; }
span { border-color: rgb(248,3,29); }
td.TdClassName
{
border-color: #F8031D;
}
.TagClassName
{
border-color: #F8031D;
}
</style>