Shades of Torch Red #F80309
Tints of Torch Red #F80309
RGB
CMYK
RGB Variations
Color information
#F80309 (or 0xF80309) is known color: Torch Red. HEX triplet: F8, 03 and 09. RGB value is (248,3,9). Sum of RGB (Red+Green+Blue) = 248+3+9=260 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.38% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 248 - color contains mainly: red. Hex color #F80309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80309 is #07FCF6. Grayscale: #4D4D4D. Windows color (decimal): -523511 or 590840. OLE color: 590840.
HSL color Cylindrical-coordinate representation of color #F80309: hue angle of 358.53º 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 #F80309 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.03 |
| HSL | 358.53º | 0.98% | 0.49% | - |
| HSV(B) | 358.53º | 0.99% | 0.97% | - |
| XYZ | 38.79 | 20.04 | 2.08 | - |
| YUV | 76.94 | 89.67 | 250.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 9 | 0 | 0.99 | 0.96 | 0.03 | 358.53 | 0.98 | 0.49 |
| Hex | F8 | 3 | 9 | 0 | 63 | 60 | 3 | 167 | 62 | 31 |
| Octal | 370 | 3 | 11 | 0 | 143 | 140 | 3 | 547 | 142 | 61 |
| Binary | 11111000 | 11 | 1001 | 0 | 1100011 | 1100000 | 11 | 101100111 | 1100010 | 110001 |
Color Harmonies of #F80309
Complementary color
Monochromatic Colors of #F80309
Black with #F80309
Text Example
Text Example
White with #F80309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80309; }
p { color: rgb(248,3,9); }
H1.HeaderClassName
{
color: #F80309;
}
.AnyTagClassName
{
color: #F80309;
}
</style>
background-color css
<style>
a { background-color: #F80309; }
a { background-color: rgb(248,3,9); }
div.DivClassName
{
background-color: #F80309;
}
.BgClassName
{
background-color: #F80309;
}
</style>
border-color css
<style>
span { border-color: #F80309; }
span { border-color: rgb(248,3,9); }
td.TdClassName
{
border-color: #F80309;
}
.TagClassName
{
border-color: #F80309;
}
</style>