Shades of Torch Red #F80121
Tints of Torch Red #F80121
RGB
CMYK
RGB Variations
Color information
#F80121 (or 0xF80121) is known color: Torch Red. HEX triplet: F8, 01 and 21. RGB value is (248,1,33). Sum of RGB (Red+Green+Blue) = 248+1+33=282 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.94% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 248 - color contains mainly: red. Hex color #F80121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80121 is #07FEDE. Grayscale: #4E4E4E. Windows color (decimal): -523999 or 2163192. OLE color: 2163192.
HSL color Cylindrical-coordinate representation of color #F80121: hue angle of 352.23º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80121 is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.03 |
| HSL | 352.23º | 0.99% | 0.49% | - |
| HSV(B) | 352.23º | 1% | 0.97% | - |
| XYZ | 39 | 20.09 | 3.26 | - |
| YUV | 78.5 | 102.33 | 248.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 33 | 0 | 1.00 | 0.87 | 0.03 | 352.23 | 0.99 | 0.49 |
| Hex | F8 | 1 | 21 | 0 | 64 | 57 | 3 | 160 | 63 | 31 |
| Octal | 370 | 1 | 41 | 0 | 144 | 127 | 3 | 540 | 143 | 61 |
| Binary | 11111000 | 1 | 100001 | 0 | 1100100 | 1010111 | 11 | 101100000 | 1100011 | 110001 |
Color Harmonies of #F80121
Complementary color
Monochromatic Colors of #F80121
Black with #F80121
Text Example
Text Example
White with #F80121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80121; }
p { color: rgb(248,1,33); }
H1.HeaderClassName
{
color: #F80121;
}
.AnyTagClassName
{
color: #F80121;
}
</style>
background-color css
<style>
a { background-color: #F80121; }
a { background-color: rgb(248,1,33); }
div.DivClassName
{
background-color: #F80121;
}
.BgClassName
{
background-color: #F80121;
}
</style>
border-color css
<style>
span { border-color: #F80121; }
span { border-color: rgb(248,1,33); }
td.TdClassName
{
border-color: #F80121;
}
.TagClassName
{
border-color: #F80121;
}
</style>