Shades of Torch Red #F8081B
Tints of Torch Red #F8081B
RGB
CMYK
RGB Variations
Color information
#F8081B (or 0xF8081B) is known color: Torch Red. HEX triplet: F8, 08 and 1B. RGB value is (248,8,27). Sum of RGB (Red+Green+Blue) = 248+8+27=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F8081B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8081B is #07F7E4. Grayscale: #525252. Windows color (decimal): -522213 or 1771768. OLE color: 1771768.
HSL color Cylindrical-coordinate representation of color #F8081B: hue angle of 355.25º 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 #F8081B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 27 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.03 |
| HSL | 355.25º | 0.94% | 0.5% | - |
| HSV(B) | 355.25º | 0.97% | 0.97% | - |
| XYZ | 39 | 20.21 | 2.88 | - |
| YUV | 81.93 | 97.01 | 246.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 27 | 0 | 0.97 | 0.89 | 0.03 | 355.25 | 0.94 | 0.5 |
| Hex | F8 | 8 | 1B | 0 | 61 | 59 | 3 | 163 | 5E | 32 |
| Octal | 370 | 10 | 33 | 0 | 141 | 131 | 3 | 543 | 136 | 62 |
| Binary | 11111000 | 1000 | 11011 | 0 | 1100001 | 1011001 | 11 | 101100011 | 1011110 | 110010 |
Color Harmonies of #F8081B
Complementary color
Monochromatic Colors of #F8081B
Black with #F8081B
Text Example
Text Example
White with #F8081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8081B; }
p { color: rgb(248,8,27); }
H1.HeaderClassName
{
color: #F8081B;
}
.AnyTagClassName
{
color: #F8081B;
}
</style>
background-color css
<style>
a { background-color: #F8081B; }
a { background-color: rgb(248,8,27); }
div.DivClassName
{
background-color: #F8081B;
}
.BgClassName
{
background-color: #F8081B;
}
</style>
border-color css
<style>
span { border-color: #F8081B; }
span { border-color: rgb(248,8,27); }
td.TdClassName
{
border-color: #F8081B;
}
.TagClassName
{
border-color: #F8081B;
}
</style>