Shades of Torch Red #F80230
Tints of Torch Red #F80230
RGB
CMYK
RGB Variations
Color information
#F80230 (or 0xF80230) is known color: Torch Red. HEX triplet: F8, 02 and 30. RGB value is (248,2,48). Sum of RGB (Red+Green+Blue) = 248+2+48=298 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.22% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 248 - color contains mainly: red. Hex color #F80230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80230 is #07FDCF. Grayscale: #505050. Windows color (decimal): -523728 or 3146488. OLE color: 3146488.
HSL color Cylindrical-coordinate representation of color #F80230: hue angle of 348.78º 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 #F80230 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 48 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.03 |
| HSL | 348.78º | 0.98% | 0.49% | - |
| HSV(B) | 348.78º | 0.99% | 0.97% | - |
| XYZ | 39.27 | 20.21 | 4.63 | - |
| YUV | 80.8 | 109.5 | 247.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 48 | 0 | 0.99 | 0.81 | 0.03 | 348.78 | 0.98 | 0.49 |
| Hex | F8 | 2 | 30 | 0 | 63 | 51 | 3 | 15D | 62 | 31 |
| Octal | 370 | 2 | 60 | 0 | 143 | 121 | 3 | 535 | 142 | 61 |
| Binary | 11111000 | 10 | 110000 | 0 | 1100011 | 1010001 | 11 | 101011101 | 1100010 | 110001 |
Color Harmonies of #F80230
Complementary color
Monochromatic Colors of #F80230
Black with #F80230
Text Example
Text Example
White with #F80230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80230; }
p { color: rgb(248,2,48); }
H1.HeaderClassName
{
color: #F80230;
}
.AnyTagClassName
{
color: #F80230;
}
</style>
background-color css
<style>
a { background-color: #F80230; }
a { background-color: rgb(248,2,48); }
div.DivClassName
{
background-color: #F80230;
}
.BgClassName
{
background-color: #F80230;
}
</style>
border-color css
<style>
span { border-color: #F80230; }
span { border-color: rgb(248,2,48); }
td.TdClassName
{
border-color: #F80230;
}
.TagClassName
{
border-color: #F80230;
}
</style>