Shades of Torch Red #F8031C
Tints of Torch Red #F8031C
RGB
CMYK
RGB Variations
Color information
#F8031C (or 0xF8031C) is known color: Torch Red. HEX triplet: F8, 03 and 1C. RGB value is (248,3,28). Sum of RGB (Red+Green+Blue) = 248+3+28=279 (36% of max value = 765). Red value is 248 (97.27% from 255 or 88.89% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 248 - color contains mainly: red. Hex color #F8031C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8031C is #07FCE3. Grayscale: #4F4F4F. Windows color (decimal): -523492 or 1836024. OLE color: 1836024.
HSL color Cylindrical-coordinate representation of color #F8031C: hue angle of 353.88º 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 #F8031C is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 28 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.03 |
| HSL | 353.88º | 0.98% | 0.49% | - |
| HSV(B) | 353.88º | 0.99% | 0.97% | - |
| XYZ | 38.95 | 20.11 | 2.93 | - |
| YUV | 79.11 | 99.17 | 248.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 28 | 0 | 0.99 | 0.89 | 0.03 | 353.88 | 0.98 | 0.49 |
| Hex | F8 | 3 | 1C | 0 | 63 | 59 | 3 | 162 | 62 | 31 |
| Octal | 370 | 3 | 34 | 0 | 143 | 131 | 3 | 542 | 142 | 61 |
| Binary | 11111000 | 11 | 11100 | 0 | 1100011 | 1011001 | 11 | 101100010 | 1100010 | 110001 |
Color Harmonies of #F8031C
Complementary color
Monochromatic Colors of #F8031C
Black with #F8031C
Text Example
Text Example
White with #F8031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8031C; }
p { color: rgb(248,3,28); }
H1.HeaderClassName
{
color: #F8031C;
}
.AnyTagClassName
{
color: #F8031C;
}
</style>
background-color css
<style>
a { background-color: #F8031C; }
a { background-color: rgb(248,3,28); }
div.DivClassName
{
background-color: #F8031C;
}
.BgClassName
{
background-color: #F8031C;
}
</style>
border-color css
<style>
span { border-color: #F8031C; }
span { border-color: rgb(248,3,28); }
td.TdClassName
{
border-color: #F8031C;
}
.TagClassName
{
border-color: #F8031C;
}
</style>