Shades of Torch Red #F80130
Tints of Torch Red #F80130
RGB
CMYK
RGB Variations
Color information
#F80130 (or 0xF80130) is known color: Torch Red. HEX triplet: F8, 01 and 30. RGB value is (248,1,48). Sum of RGB (Red+Green+Blue) = 248+1+48=297 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.50% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 248 - color contains mainly: red. Hex color #F80130 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80130 is #07FECF. Grayscale: #505050. Windows color (decimal): -523984 or 3146232. OLE color: 3146232.
HSL color Cylindrical-coordinate representation of color #F80130: hue angle of 348.58º 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 #F80130 is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 48 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.03 |
| HSL | 348.58º | 0.99% | 0.49% | - |
| HSV(B) | 348.58º | 1% | 0.97% | - |
| XYZ | 39.26 | 20.19 | 4.62 | - |
| YUV | 80.21 | 109.83 | 247.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 48 | 0 | 1.00 | 0.81 | 0.03 | 348.58 | 0.99 | 0.49 |
| Hex | F8 | 1 | 30 | 0 | 64 | 51 | 3 | 15D | 63 | 31 |
| Octal | 370 | 1 | 60 | 0 | 144 | 121 | 3 | 535 | 143 | 61 |
| Binary | 11111000 | 1 | 110000 | 0 | 1100100 | 1010001 | 11 | 101011101 | 1100011 | 110001 |
Color Harmonies of #F80130
Complementary color
Monochromatic Colors of #F80130
Black with #F80130
Text Example
Text Example
White with #F80130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80130; }
p { color: rgb(248,1,48); }
H1.HeaderClassName
{
color: #F80130;
}
.AnyTagClassName
{
color: #F80130;
}
</style>
background-color css
<style>
a { background-color: #F80130; }
a { background-color: rgb(248,1,48); }
div.DivClassName
{
background-color: #F80130;
}
.BgClassName
{
background-color: #F80130;
}
</style>
border-color css
<style>
span { border-color: #F80130; }
span { border-color: rgb(248,1,48); }
td.TdClassName
{
border-color: #F80130;
}
.TagClassName
{
border-color: #F80130;
}
</style>