Shades of Torch Red #F8042D
Tints of Torch Red #F8042D
RGB
CMYK
RGB Variations
Color information
#F8042D (or 0xF8042D) is known color: Torch Red. HEX triplet: F8, 04 and 2D. RGB value is (248,4,45). Sum of RGB (Red+Green+Blue) = 248+4+45=297 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.50% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 248 - color contains mainly: red. Hex color #F8042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8042D is #07FBD2. Grayscale: #515151. Windows color (decimal): -523219 or 2950392. OLE color: 2950392.
HSL color Cylindrical-coordinate representation of color #F8042D: hue angle of 349.92º 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 #F8042D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.03 |
| HSL | 349.92º | 0.97% | 0.49% | - |
| HSV(B) | 349.92º | 0.98% | 0.97% | - |
| XYZ | 39.23 | 20.23 | 4.32 | - |
| YUV | 81.63 | 107.34 | 246.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 45 | 0 | 0.98 | 0.82 | 0.03 | 349.92 | 0.97 | 0.49 |
| Hex | F8 | 4 | 2D | 0 | 62 | 52 | 3 | 15E | 61 | 31 |
| Octal | 370 | 4 | 55 | 0 | 142 | 122 | 3 | 536 | 141 | 61 |
| Binary | 11111000 | 100 | 101101 | 0 | 1100010 | 1010010 | 11 | 101011110 | 1100001 | 110001 |
Color Harmonies of #F8042D
Complementary color
Monochromatic Colors of #F8042D
Black with #F8042D
Text Example
Text Example
White with #F8042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8042D; }
p { color: rgb(248,4,45); }
H1.HeaderClassName
{
color: #F8042D;
}
.AnyTagClassName
{
color: #F8042D;
}
</style>
background-color css
<style>
a { background-color: #F8042D; }
a { background-color: rgb(248,4,45); }
div.DivClassName
{
background-color: #F8042D;
}
.BgClassName
{
background-color: #F8042D;
}
</style>
border-color css
<style>
span { border-color: #F8042D; }
span { border-color: rgb(248,4,45); }
td.TdClassName
{
border-color: #F8042D;
}
.TagClassName
{
border-color: #F8042D;
}
</style>