Shades of Torch Red #F8091C
Tints of Torch Red #F8091C
RGB
CMYK
RGB Variations
Color information
#F8091C (or 0xF8091C) is known color: Torch Red. HEX triplet: F8, 09 and 1C. RGB value is (248,9,28). Sum of RGB (Red+Green+Blue) = 248+9+28=285 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.02% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 248 - color contains mainly: red. Hex color #F8091C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8091C is #07F6E3. Grayscale: #525252. Windows color (decimal): -521956 or 1837560. OLE color: 1837560.
HSL color Cylindrical-coordinate representation of color #F8091C: hue angle of 355.23º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8091C is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 28 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.03 |
| HSL | 355.23º | 0.94% | 0.5% | - |
| HSV(B) | 355.23º | 0.96% | 0.97% | - |
| XYZ | 39.02 | 20.24 | 2.95 | - |
| YUV | 82.63 | 97.18 | 245.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 28 | 0 | 0.96 | 0.89 | 0.03 | 355.23 | 0.94 | 0.5 |
| Hex | F8 | 9 | 1C | 0 | 60 | 59 | 3 | 163 | 5E | 32 |
| Octal | 370 | 11 | 34 | 0 | 140 | 131 | 3 | 543 | 136 | 62 |
| Binary | 11111000 | 1001 | 11100 | 0 | 1100000 | 1011001 | 11 | 101100011 | 1011110 | 110010 |
Color Harmonies of #F8091C
Complementary color
Monochromatic Colors of #F8091C
Black with #F8091C
Text Example
Text Example
White with #F8091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8091C; }
p { color: rgb(248,9,28); }
H1.HeaderClassName
{
color: #F8091C;
}
.AnyTagClassName
{
color: #F8091C;
}
</style>
background-color css
<style>
a { background-color: #F8091C; }
a { background-color: rgb(248,9,28); }
div.DivClassName
{
background-color: #F8091C;
}
.BgClassName
{
background-color: #F8091C;
}
</style>
border-color css
<style>
span { border-color: #F8091C; }
span { border-color: rgb(248,9,28); }
td.TdClassName
{
border-color: #F8091C;
}
.TagClassName
{
border-color: #F8091C;
}
</style>