Shades of Torch Red #F80231
Tints of Torch Red #F80231
RGB
CMYK
RGB Variations
Color information
#F80231 (or 0xF80231) is known color: Torch Red. HEX triplet: F8, 02 and 31. RGB value is (248,2,49). Sum of RGB (Red+Green+Blue) = 248+2+49=299 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.94% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 248 - color contains mainly: red. Hex color #F80231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80231 is #07FDCE. Grayscale: #505050. Windows color (decimal): -523727 or 3212024. OLE color: 3212024.
HSL color Cylindrical-coordinate representation of color #F80231: hue angle of 348.54º 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 #F80231 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.03 |
| HSL | 348.54º | 0.98% | 0.49% | - |
| HSV(B) | 348.54º | 0.99% | 0.97% | - |
| XYZ | 39.29 | 20.22 | 4.74 | - |
| YUV | 80.91 | 110 | 247.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 49 | 0 | 0.99 | 0.80 | 0.03 | 348.54 | 0.98 | 0.49 |
| Hex | F8 | 2 | 31 | 0 | 63 | 50 | 3 | 15D | 62 | 31 |
| Octal | 370 | 2 | 61 | 0 | 143 | 120 | 3 | 535 | 142 | 61 |
| Binary | 11111000 | 10 | 110001 | 0 | 1100011 | 1010000 | 11 | 101011101 | 1100010 | 110001 |
Color Harmonies of #F80231
Complementary color
Monochromatic Colors of #F80231
Black with #F80231
Text Example
Text Example
White with #F80231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80231; }
p { color: rgb(248,2,49); }
H1.HeaderClassName
{
color: #F80231;
}
.AnyTagClassName
{
color: #F80231;
}
</style>
background-color css
<style>
a { background-color: #F80231; }
a { background-color: rgb(248,2,49); }
div.DivClassName
{
background-color: #F80231;
}
.BgClassName
{
background-color: #F80231;
}
</style>
border-color css
<style>
span { border-color: #F80231; }
span { border-color: rgb(248,2,49); }
td.TdClassName
{
border-color: #F80231;
}
.TagClassName
{
border-color: #F80231;
}
</style>