Shades of Torch Red #F80221
Tints of Torch Red #F80221
RGB
CMYK
RGB Variations
Color information
#F80221 (or 0xF80221) is known color: Torch Red. HEX triplet: F8, 02 and 21. RGB value is (248,2,33). Sum of RGB (Red+Green+Blue) = 248+2+33=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F80221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80221 is #07FDDE. Grayscale: #4F4F4F. Windows color (decimal): -523743 or 2163448. OLE color: 2163448.
HSL color Cylindrical-coordinate representation of color #F80221: hue angle of 352.44º 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 #F80221 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.03 |
| HSL | 352.44º | 0.98% | 0.49% | - |
| HSV(B) | 352.44º | 0.99% | 0.97% | - |
| XYZ | 39.01 | 20.11 | 3.26 | - |
| YUV | 79.09 | 102 | 248.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 33 | 0 | 0.99 | 0.87 | 0.03 | 352.44 | 0.98 | 0.49 |
| Hex | F8 | 2 | 21 | 0 | 63 | 57 | 3 | 160 | 62 | 31 |
| Octal | 370 | 2 | 41 | 0 | 143 | 127 | 3 | 540 | 142 | 61 |
| Binary | 11111000 | 10 | 100001 | 0 | 1100011 | 1010111 | 11 | 101100000 | 1100010 | 110001 |
Color Harmonies of #F80221
Complementary color
Monochromatic Colors of #F80221
Black with #F80221
Text Example
Text Example
White with #F80221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80221; }
p { color: rgb(248,2,33); }
H1.HeaderClassName
{
color: #F80221;
}
.AnyTagClassName
{
color: #F80221;
}
</style>
background-color css
<style>
a { background-color: #F80221; }
a { background-color: rgb(248,2,33); }
div.DivClassName
{
background-color: #F80221;
}
.BgClassName
{
background-color: #F80221;
}
</style>
border-color css
<style>
span { border-color: #F80221; }
span { border-color: rgb(248,2,33); }
td.TdClassName
{
border-color: #F80221;
}
.TagClassName
{
border-color: #F80221;
}
</style>