Shades of Torch Red #F80224
Tints of Torch Red #F80224
RGB
CMYK
RGB Variations
Color information
#F80224 (or 0xF80224) is known color: Torch Red. HEX triplet: F8, 02 and 24. RGB value is (248,2,36). Sum of RGB (Red+Green+Blue) = 248+2+36=286 (37% of max value = 765). Red value is 248 (97.27% from 255 or 86.71% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 248 - color contains mainly: red. Hex color #F80224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80224 is #07FDDB. Grayscale: #4F4F4F. Windows color (decimal): -523740 or 2360056. OLE color: 2360056.
HSL color Cylindrical-coordinate representation of color #F80224: hue angle of 351.71º 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 #F80224 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.03 |
| HSL | 351.71º | 0.98% | 0.49% | - |
| HSV(B) | 351.71º | 0.99% | 0.97% | - |
| XYZ | 39.05 | 20.13 | 3.5 | - |
| YUV | 79.43 | 103.5 | 248.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 36 | 0 | 0.99 | 0.85 | 0.03 | 351.71 | 0.98 | 0.49 |
| Hex | F8 | 2 | 24 | 0 | 63 | 55 | 3 | 160 | 62 | 31 |
| Octal | 370 | 2 | 44 | 0 | 143 | 125 | 3 | 540 | 142 | 61 |
| Binary | 11111000 | 10 | 100100 | 0 | 1100011 | 1010101 | 11 | 101100000 | 1100010 | 110001 |
Color Harmonies of #F80224
Complementary color
Monochromatic Colors of #F80224
Black with #F80224
Text Example
Text Example
White with #F80224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80224; }
p { color: rgb(248,2,36); }
H1.HeaderClassName
{
color: #F80224;
}
.AnyTagClassName
{
color: #F80224;
}
</style>
background-color css
<style>
a { background-color: #F80224; }
a { background-color: rgb(248,2,36); }
div.DivClassName
{
background-color: #F80224;
}
.BgClassName
{
background-color: #F80224;
}
</style>
border-color css
<style>
span { border-color: #F80224; }
span { border-color: rgb(248,2,36); }
td.TdClassName
{
border-color: #F80224;
}
.TagClassName
{
border-color: #F80224;
}
</style>