Shades of Torch Red #F8081D
Tints of Torch Red #F8081D
RGB
CMYK
RGB Variations
Color information
#F8081D (or 0xF8081D) is known color: Torch Red. HEX triplet: F8, 08 and 1D. RGB value is (248,8,29). Sum of RGB (Red+Green+Blue) = 248+8+29=285 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.02% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 248 - color contains mainly: red. Hex color #F8081D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8081D is #07F7E2. Grayscale: #525252. Windows color (decimal): -522211 or 1902840. OLE color: 1902840.
HSL color Cylindrical-coordinate representation of color #F8081D: hue angle of 354.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8081D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 29 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.03 |
| HSL | 354.75º | 0.94% | 0.5% | - |
| HSV(B) | 354.75º | 0.97% | 0.97% | - |
| XYZ | 39.02 | 20.22 | 3.01 | - |
| YUV | 82.15 | 98.01 | 246.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 29 | 0 | 0.97 | 0.88 | 0.03 | 354.75 | 0.94 | 0.5 |
| Hex | F8 | 8 | 1D | 0 | 61 | 58 | 3 | 163 | 5E | 32 |
| Octal | 370 | 10 | 35 | 0 | 141 | 130 | 3 | 543 | 136 | 62 |
| Binary | 11111000 | 1000 | 11101 | 0 | 1100001 | 1011000 | 11 | 101100011 | 1011110 | 110010 |
Color Harmonies of #F8081D
Complementary color
Monochromatic Colors of #F8081D
Black with #F8081D
Text Example
Text Example
White with #F8081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8081D; }
p { color: rgb(248,8,29); }
H1.HeaderClassName
{
color: #F8081D;
}
.AnyTagClassName
{
color: #F8081D;
}
</style>
background-color css
<style>
a { background-color: #F8081D; }
a { background-color: rgb(248,8,29); }
div.DivClassName
{
background-color: #F8081D;
}
.BgClassName
{
background-color: #F8081D;
}
</style>
border-color css
<style>
span { border-color: #F8081D; }
span { border-color: rgb(248,8,29); }
td.TdClassName
{
border-color: #F8081D;
}
.TagClassName
{
border-color: #F8081D;
}
</style>