Shades of Torch Red #F80132
Tints of Torch Red #F80132
RGB
CMYK
RGB Variations
Color information
#F80132 (or 0xF80132) is known color: Torch Red. HEX triplet: F8, 01 and 32. RGB value is (248,1,50). Sum of RGB (Red+Green+Blue) = 248+1+50=299 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.94% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 248 - color contains mainly: red. Hex color #F80132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80132 is #07FECD. Grayscale: #505050. Windows color (decimal): -523982 or 3277304. OLE color: 3277304.
HSL color Cylindrical-coordinate representation of color #F80132: hue angle of 348.1º 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 #F80132 is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.03 |
| HSL | 348.1º | 0.99% | 0.49% | - |
| HSV(B) | 348.1º | 1% | 0.97% | - |
| XYZ | 39.3 | 20.21 | 4.85 | - |
| YUV | 80.44 | 110.83 | 247.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 50 | 0 | 1.00 | 0.80 | 0.03 | 348.1 | 0.99 | 0.49 |
| Hex | F8 | 1 | 32 | 0 | 64 | 50 | 3 | 15C | 63 | 31 |
| Octal | 370 | 1 | 62 | 0 | 144 | 120 | 3 | 534 | 143 | 61 |
| Binary | 11111000 | 1 | 110010 | 0 | 1100100 | 1010000 | 11 | 101011100 | 1100011 | 110001 |
Color Harmonies of #F80132
Complementary color
Monochromatic Colors of #F80132
Black with #F80132
Text Example
Text Example
White with #F80132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80132; }
p { color: rgb(248,1,50); }
H1.HeaderClassName
{
color: #F80132;
}
.AnyTagClassName
{
color: #F80132;
}
</style>
background-color css
<style>
a { background-color: #F80132; }
a { background-color: rgb(248,1,50); }
div.DivClassName
{
background-color: #F80132;
}
.BgClassName
{
background-color: #F80132;
}
</style>
border-color css
<style>
span { border-color: #F80132; }
span { border-color: rgb(248,1,50); }
td.TdClassName
{
border-color: #F80132;
}
.TagClassName
{
border-color: #F80132;
}
</style>