Shades of Torch Red #F8184D
Tints of Torch Red #F8184D
RGB
CMYK
RGB Variations
Color information
#F8184D (or 0xF8184D) is known color: Torch Red. HEX triplet: F8, 18 and 4D. RGB value is (248,24,77). Sum of RGB (Red+Green+Blue) = 248+24+77=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F8184D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8184D is #07E7B2. Grayscale: #616161. Windows color (decimal): -518067 or 5052664. OLE color: 5052664.
HSL color Cylindrical-coordinate representation of color #F8184D: hue angle of 345.8º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8184D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 77 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.03 |
| HSL | 345.8º | 0.94% | 0.53% | - |
| HSV(B) | 345.8º | 0.9% | 0.97% | - |
| XYZ | 40.38 | 21.15 | 8.97 | - |
| YUV | 97.02 | 116.71 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 77 | 0 | 0.90 | 0.69 | 0.03 | 345.8 | 0.94 | 0.53 |
| Hex | F8 | 18 | 4D | 0 | 5A | 45 | 3 | 15A | 5E | 35 |
| Octal | 370 | 30 | 115 | 0 | 132 | 105 | 3 | 532 | 136 | 65 |
| Binary | 11111000 | 11000 | 1001101 | 0 | 1011010 | 1000101 | 11 | 101011010 | 1011110 | 110101 |
Color Harmonies of #F8184D
Complementary color
Monochromatic Colors of #F8184D
Black with #F8184D
Text Example
Text Example
White with #F8184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8184D; }
p { color: rgb(248,24,77); }
H1.HeaderClassName
{
color: #F8184D;
}
.AnyTagClassName
{
color: #F8184D;
}
</style>
background-color css
<style>
a { background-color: #F8184D; }
a { background-color: rgb(248,24,77); }
div.DivClassName
{
background-color: #F8184D;
}
.BgClassName
{
background-color: #F8184D;
}
</style>
border-color css
<style>
span { border-color: #F8184D; }
span { border-color: rgb(248,24,77); }
td.TdClassName
{
border-color: #F8184D;
}
.TagClassName
{
border-color: #F8184D;
}
</style>