Shades of Torch Red #F80222
Tints of Torch Red #F80222
RGB
CMYK
RGB Variations
Color information
#F80222 (or 0xF80222) is known color: Torch Red. HEX triplet: F8, 02 and 22. RGB value is (248,2,34). Sum of RGB (Red+Green+Blue) = 248+2+34=284 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.32% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 248 - color contains mainly: red. Hex color #F80222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80222 is #07FDDD. Grayscale: #4F4F4F. Windows color (decimal): -523742 or 2228984. OLE color: 2228984.
HSL color Cylindrical-coordinate representation of color #F80222: hue angle of 352.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80222 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.03 |
| HSL | 352.2º | 0.98% | 0.49% | - |
| HSV(B) | 352.2º | 0.99% | 0.97% | - |
| XYZ | 39.02 | 20.12 | 3.34 | - |
| YUV | 79.2 | 102.5 | 248.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 34 | 0 | 0.99 | 0.86 | 0.03 | 352.2 | 0.98 | 0.49 |
| Hex | F8 | 2 | 22 | 0 | 63 | 56 | 3 | 160 | 62 | 31 |
| Octal | 370 | 2 | 42 | 0 | 143 | 126 | 3 | 540 | 142 | 61 |
| Binary | 11111000 | 10 | 100010 | 0 | 1100011 | 1010110 | 11 | 101100000 | 1100010 | 110001 |
Color Harmonies of #F80222
Complementary color
Monochromatic Colors of #F80222
Black with #F80222
Text Example
Text Example
White with #F80222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80222; }
p { color: rgb(248,2,34); }
H1.HeaderClassName
{
color: #F80222;
}
.AnyTagClassName
{
color: #F80222;
}
</style>
background-color css
<style>
a { background-color: #F80222; }
a { background-color: rgb(248,2,34); }
div.DivClassName
{
background-color: #F80222;
}
.BgClassName
{
background-color: #F80222;
}
</style>
border-color css
<style>
span { border-color: #F80222; }
span { border-color: rgb(248,2,34); }
td.TdClassName
{
border-color: #F80222;
}
.TagClassName
{
border-color: #F80222;
}
</style>