Shades of Torch Red #F8051B
Tints of Torch Red #F8051B
RGB
CMYK
RGB Variations
Color information
#F8051B (or 0xF8051B) is known color: Torch Red. HEX triplet: F8, 05 and 1B. RGB value is (248,5,27). Sum of RGB (Red+Green+Blue) = 248+5+27=280 (37% of max value = 765). Red value is 248 (97.27% from 255 or 88.57% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 248 - color contains mainly: red. Hex color #F8051B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8051B is #07FAE4. Grayscale: #505050. Windows color (decimal): -522981 or 1771000. OLE color: 1771000.
HSL color Cylindrical-coordinate representation of color #F8051B: hue angle of 354.57º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8051B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.03 |
| HSL | 354.57º | 0.96% | 0.5% | - |
| HSV(B) | 354.57º | 0.98% | 0.97% | - |
| XYZ | 38.96 | 20.14 | 2.87 | - |
| YUV | 80.17 | 98.01 | 247.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 27 | 0 | 0.98 | 0.89 | 0.03 | 354.57 | 0.96 | 0.5 |
| Hex | F8 | 5 | 1B | 0 | 62 | 59 | 3 | 163 | 60 | 32 |
| Octal | 370 | 5 | 33 | 0 | 142 | 131 | 3 | 543 | 140 | 62 |
| Binary | 11111000 | 101 | 11011 | 0 | 1100010 | 1011001 | 11 | 101100011 | 1100000 | 110010 |
Color Harmonies of #F8051B
Complementary color
Monochromatic Colors of #F8051B
Black with #F8051B
Text Example
Text Example
White with #F8051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8051B; }
p { color: rgb(248,5,27); }
H1.HeaderClassName
{
color: #F8051B;
}
.AnyTagClassName
{
color: #F8051B;
}
</style>
background-color css
<style>
a { background-color: #F8051B; }
a { background-color: rgb(248,5,27); }
div.DivClassName
{
background-color: #F8051B;
}
.BgClassName
{
background-color: #F8051B;
}
</style>
border-color css
<style>
span { border-color: #F8051B; }
span { border-color: rgb(248,5,27); }
td.TdClassName
{
border-color: #F8051B;
}
.TagClassName
{
border-color: #F8051B;
}
</style>