Shades of Torch Red #F8183E
Tints of Torch Red #F8183E
RGB
CMYK
RGB Variations
Color information
#F8183E (or 0xF8183E) is known color: Torch Red. HEX triplet: F8, 18 and 3E. RGB value is (248,24,62). Sum of RGB (Red+Green+Blue) = 248+24+62=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F8183E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8183E is #07E7C1. Grayscale: #5F5F5F. Windows color (decimal): -518082 or 4069624. OLE color: 4069624.
HSL color Cylindrical-coordinate representation of color #F8183E: hue angle of 349.82º 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 #F8183E is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 62 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.03 |
| HSL | 349.82º | 0.94% | 0.53% | - |
| HSV(B) | 349.82º | 0.9% | 0.97% | - |
| XYZ | 39.91 | 20.96 | 6.5 | - |
| YUV | 95.31 | 109.21 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 62 | 0 | 0.90 | 0.75 | 0.03 | 349.82 | 0.94 | 0.53 |
| Hex | F8 | 18 | 3E | 0 | 5A | 4B | 3 | 15E | 5E | 35 |
| Octal | 370 | 30 | 76 | 0 | 132 | 113 | 3 | 536 | 136 | 65 |
| Binary | 11111000 | 11000 | 111110 | 0 | 1011010 | 1001011 | 11 | 101011110 | 1011110 | 110101 |
Color Harmonies of #F8183E
Complementary color
Monochromatic Colors of #F8183E
Black with #F8183E
Text Example
Text Example
White with #F8183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8183E; }
p { color: rgb(248,24,62); }
H1.HeaderClassName
{
color: #F8183E;
}
.AnyTagClassName
{
color: #F8183E;
}
</style>
background-color css
<style>
a { background-color: #F8183E; }
a { background-color: rgb(248,24,62); }
div.DivClassName
{
background-color: #F8183E;
}
.BgClassName
{
background-color: #F8183E;
}
</style>
border-color css
<style>
span { border-color: #F8183E; }
span { border-color: rgb(248,24,62); }
td.TdClassName
{
border-color: #F8183E;
}
.TagClassName
{
border-color: #F8183E;
}
</style>