Shades of Torch Red #F8043D
Tints of Torch Red #F8043D
RGB
CMYK
RGB Variations
Color information
#F8043D (or 0xF8043D) is known color: Torch Red. HEX triplet: F8, 04 and 3D. RGB value is (248,4,61). Sum of RGB (Red+Green+Blue) = 248+4+61=313 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.23% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 248 - color contains mainly: red. Hex color #F8043D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8043D is #07FBC2. Grayscale: #535353. Windows color (decimal): -523203 or 3998968. OLE color: 3998968.
HSL color Cylindrical-coordinate representation of color #F8043D: hue angle of 345.98º 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 #F8043D is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.03 |
| HSL | 345.98º | 0.97% | 0.49% | - |
| HSV(B) | 345.98º | 0.98% | 0.97% | - |
| XYZ | 39.6 | 20.38 | 6.26 | - |
| YUV | 83.45 | 115.34 | 245.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 61 | 0 | 0.98 | 0.75 | 0.03 | 345.98 | 0.97 | 0.49 |
| Hex | F8 | 4 | 3D | 0 | 62 | 4B | 3 | 15A | 61 | 31 |
| Octal | 370 | 4 | 75 | 0 | 142 | 113 | 3 | 532 | 141 | 61 |
| Binary | 11111000 | 100 | 111101 | 0 | 1100010 | 1001011 | 11 | 101011010 | 1100001 | 110001 |
Color Harmonies of #F8043D
Complementary color
Monochromatic Colors of #F8043D
Black with #F8043D
Text Example
Text Example
White with #F8043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8043D; }
p { color: rgb(248,4,61); }
H1.HeaderClassName
{
color: #F8043D;
}
.AnyTagClassName
{
color: #F8043D;
}
</style>
background-color css
<style>
a { background-color: #F8043D; }
a { background-color: rgb(248,4,61); }
div.DivClassName
{
background-color: #F8043D;
}
.BgClassName
{
background-color: #F8043D;
}
</style>
border-color css
<style>
span { border-color: #F8043D; }
span { border-color: rgb(248,4,61); }
td.TdClassName
{
border-color: #F8043D;
}
.TagClassName
{
border-color: #F8043D;
}
</style>