Shades of Torch Red #F80311
Tints of Torch Red #F80311
RGB
CMYK
RGB Variations
Color information
#F80311 (or 0xF80311) is known color: Torch Red. HEX triplet: F8, 03 and 11. RGB value is (248,3,17). Sum of RGB (Red+Green+Blue) = 248+3+17=268 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.54% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 248 - color contains mainly: red. Hex color #F80311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80311 is #07FCEE. Grayscale: #4E4E4E. Windows color (decimal): -523503 or 1115128. OLE color: 1115128.
HSL color Cylindrical-coordinate representation of color #F80311: hue angle of 356.57º 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 #F80311 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 17 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.03 |
| HSL | 356.57º | 0.98% | 0.49% | - |
| HSV(B) | 356.57º | 0.99% | 0.97% | - |
| XYZ | 38.85 | 20.06 | 2.36 | - |
| YUV | 77.85 | 93.67 | 249.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 17 | 0 | 0.99 | 0.93 | 0.03 | 356.57 | 0.98 | 0.49 |
| Hex | F8 | 3 | 11 | 0 | 63 | 5D | 3 | 165 | 62 | 31 |
| Octal | 370 | 3 | 21 | 0 | 143 | 135 | 3 | 545 | 142 | 61 |
| Binary | 11111000 | 11 | 10001 | 0 | 1100011 | 1011101 | 11 | 101100101 | 1100010 | 110001 |
Color Harmonies of #F80311
Complementary color
Monochromatic Colors of #F80311
Black with #F80311
Text Example
Text Example
White with #F80311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80311; }
p { color: rgb(248,3,17); }
H1.HeaderClassName
{
color: #F80311;
}
.AnyTagClassName
{
color: #F80311;
}
</style>
background-color css
<style>
a { background-color: #F80311; }
a { background-color: rgb(248,3,17); }
div.DivClassName
{
background-color: #F80311;
}
.BgClassName
{
background-color: #F80311;
}
</style>
border-color css
<style>
span { border-color: #F80311; }
span { border-color: rgb(248,3,17); }
td.TdClassName
{
border-color: #F80311;
}
.TagClassName
{
border-color: #F80311;
}
</style>