Shades of Torch Red #F80522
Tints of Torch Red #F80522
RGB
CMYK
RGB Variations
Color information
#F80522 (or 0xF80522) is known color: Torch Red. HEX triplet: F8, 05 and 22. RGB value is (248,5,34). Sum of RGB (Red+Green+Blue) = 248+5+34=287 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.41% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 248 - color contains mainly: red. Hex color #F80522 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80522 is #07FADD. Grayscale: #515151. Windows color (decimal): -522974 or 2229752. OLE color: 2229752.
HSL color Cylindrical-coordinate representation of color #F80522: hue angle of 352.84º 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 #F80522 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 34 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.03 |
| HSL | 352.84º | 0.96% | 0.5% | - |
| HSV(B) | 352.84º | 0.98% | 0.97% | - |
| XYZ | 39.05 | 20.18 | 3.35 | - |
| YUV | 80.96 | 101.51 | 247.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 34 | 0 | 0.98 | 0.86 | 0.03 | 352.84 | 0.96 | 0.5 |
| Hex | F8 | 5 | 22 | 0 | 62 | 56 | 3 | 161 | 60 | 32 |
| Octal | 370 | 5 | 42 | 0 | 142 | 126 | 3 | 541 | 140 | 62 |
| Binary | 11111000 | 101 | 100010 | 0 | 1100010 | 1010110 | 11 | 101100001 | 1100000 | 110010 |
Color Harmonies of #F80522
Complementary color
Monochromatic Colors of #F80522
Black with #F80522
Text Example
Text Example
White with #F80522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80522; }
p { color: rgb(248,5,34); }
H1.HeaderClassName
{
color: #F80522;
}
.AnyTagClassName
{
color: #F80522;
}
</style>
background-color css
<style>
a { background-color: #F80522; }
a { background-color: rgb(248,5,34); }
div.DivClassName
{
background-color: #F80522;
}
.BgClassName
{
background-color: #F80522;
}
</style>
border-color css
<style>
span { border-color: #F80522; }
span { border-color: rgb(248,5,34); }
td.TdClassName
{
border-color: #F80522;
}
.TagClassName
{
border-color: #F80522;
}
</style>