Shades of Torch Red #F8041E
Tints of Torch Red #F8041E
RGB
CMYK
RGB Variations
Color information
#F8041E (or 0xF8041E) is known color: Torch Red. HEX triplet: F8, 04 and 1E. RGB value is (248,4,30). Sum of RGB (Red+Green+Blue) = 248+4+30=282 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.94% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 248 - color contains mainly: red. Hex color #F8041E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8041E is #07FBE1. Grayscale: #505050. Windows color (decimal): -523234 or 1967352. OLE color: 1967352.
HSL color Cylindrical-coordinate representation of color #F8041E: hue angle of 353.61º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8041E is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 30 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.03 |
| HSL | 353.61º | 0.97% | 0.49% | - |
| HSV(B) | 353.61º | 0.98% | 0.97% | - |
| XYZ | 38.99 | 20.14 | 3.06 | - |
| YUV | 79.92 | 99.84 | 247.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 30 | 0 | 0.98 | 0.88 | 0.03 | 353.61 | 0.97 | 0.49 |
| Hex | F8 | 4 | 1E | 0 | 62 | 58 | 3 | 162 | 61 | 31 |
| Octal | 370 | 4 | 36 | 0 | 142 | 130 | 3 | 542 | 141 | 61 |
| Binary | 11111000 | 100 | 11110 | 0 | 1100010 | 1011000 | 11 | 101100010 | 1100001 | 110001 |
Color Harmonies of #F8041E
Complementary color
Monochromatic Colors of #F8041E
Black with #F8041E
Text Example
Text Example
White with #F8041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8041E; }
p { color: rgb(248,4,30); }
H1.HeaderClassName
{
color: #F8041E;
}
.AnyTagClassName
{
color: #F8041E;
}
</style>
background-color css
<style>
a { background-color: #F8041E; }
a { background-color: rgb(248,4,30); }
div.DivClassName
{
background-color: #F8041E;
}
.BgClassName
{
background-color: #F8041E;
}
</style>
border-color css
<style>
span { border-color: #F8041E; }
span { border-color: rgb(248,4,30); }
td.TdClassName
{
border-color: #F8041E;
}
.TagClassName
{
border-color: #F8041E;
}
</style>