Shades of Torch Red #F8041C
Tints of Torch Red #F8041C
RGB
CMYK
RGB Variations
Color information
#F8041C (or 0xF8041C) is known color: Torch Red. HEX triplet: F8, 04 and 1C. RGB value is (248,4,28). Sum of RGB (Red+Green+Blue) = 248+4+28=280 (37% of max value = 765). Red value is 248 (97.27% from 255 or 88.57% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 248 - color contains mainly: red. Hex color #F8041C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8041C is #07FBE3. Grayscale: #4F4F4F. Windows color (decimal): -523236 or 1836280. OLE color: 1836280.
HSL color Cylindrical-coordinate representation of color #F8041C: hue angle of 354.1º 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 #F8041C is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.03 |
| HSL | 354.1º | 0.97% | 0.49% | - |
| HSV(B) | 354.1º | 0.98% | 0.97% | - |
| XYZ | 38.96 | 20.13 | 2.93 | - |
| YUV | 79.69 | 98.84 | 248.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 28 | 0 | 0.98 | 0.89 | 0.03 | 354.1 | 0.97 | 0.49 |
| Hex | F8 | 4 | 1C | 0 | 62 | 59 | 3 | 162 | 61 | 31 |
| Octal | 370 | 4 | 34 | 0 | 142 | 131 | 3 | 542 | 141 | 61 |
| Binary | 11111000 | 100 | 11100 | 0 | 1100010 | 1011001 | 11 | 101100010 | 1100001 | 110001 |
Color Harmonies of #F8041C
Complementary color
Monochromatic Colors of #F8041C
Black with #F8041C
Text Example
Text Example
White with #F8041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8041C; }
p { color: rgb(248,4,28); }
H1.HeaderClassName
{
color: #F8041C;
}
.AnyTagClassName
{
color: #F8041C;
}
</style>
background-color css
<style>
a { background-color: #F8041C; }
a { background-color: rgb(248,4,28); }
div.DivClassName
{
background-color: #F8041C;
}
.BgClassName
{
background-color: #F8041C;
}
</style>
border-color css
<style>
span { border-color: #F8041C; }
span { border-color: rgb(248,4,28); }
td.TdClassName
{
border-color: #F8041C;
}
.TagClassName
{
border-color: #F8041C;
}
</style>