Shades of Torch Red #F8183C
Tints of Torch Red #F8183C
RGB
CMYK
RGB Variations
Color information
#F8183C (or 0xF8183C) is known color: Torch Red. HEX triplet: F8, 18 and 3C. RGB value is (248,24,60). Sum of RGB (Red+Green+Blue) = 248+24+60=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F8183C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8183C is #07E7C3. Grayscale: #5F5F5F. Windows color (decimal): -518084 or 3938552. OLE color: 3938552.
HSL color Cylindrical-coordinate representation of color #F8183C: hue angle of 350.36º 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 #F8183C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 60 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.03 |
| HSL | 350.36º | 0.94% | 0.53% | - |
| HSV(B) | 350.36º | 0.9% | 0.97% | - |
| XYZ | 39.85 | 20.94 | 6.22 | - |
| YUV | 95.08 | 108.21 | 237.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 60 | 0 | 0.90 | 0.76 | 0.03 | 350.36 | 0.94 | 0.53 |
| Hex | F8 | 18 | 3C | 0 | 5A | 4C | 3 | 15E | 5E | 35 |
| Octal | 370 | 30 | 74 | 0 | 132 | 114 | 3 | 536 | 136 | 65 |
| Binary | 11111000 | 11000 | 111100 | 0 | 1011010 | 1001100 | 11 | 101011110 | 1011110 | 110101 |
Color Harmonies of #F8183C
Complementary color
Monochromatic Colors of #F8183C
Black with #F8183C
Text Example
Text Example
White with #F8183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8183C; }
p { color: rgb(248,24,60); }
H1.HeaderClassName
{
color: #F8183C;
}
.AnyTagClassName
{
color: #F8183C;
}
</style>
background-color css
<style>
a { background-color: #F8183C; }
a { background-color: rgb(248,24,60); }
div.DivClassName
{
background-color: #F8183C;
}
.BgClassName
{
background-color: #F8183C;
}
</style>
border-color css
<style>
span { border-color: #F8183C; }
span { border-color: rgb(248,24,60); }
td.TdClassName
{
border-color: #F8183C;
}
.TagClassName
{
border-color: #F8183C;
}
</style>