Shades of Torch Red #F80308
Tints of Torch Red #F80308
RGB
CMYK
RGB Variations
Color information
#F80308 (or 0xF80308) is known color: Torch Red. HEX triplet: F8, 03 and 08. RGB value is (248,3,8). Sum of RGB (Red+Green+Blue) = 248+3+8=259 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.75% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 248 - color contains mainly: red. Hex color #F80308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80308 is #07FCF7. Grayscale: #4D4D4D. Windows color (decimal): -523512 or 525304. OLE color: 525304.
HSL color Cylindrical-coordinate representation of color #F80308: hue angle of 358.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 #F80308 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 8 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.03 |
| HSL | 358.78º | 0.98% | 0.49% | - |
| HSV(B) | 358.78º | 0.99% | 0.97% | - |
| XYZ | 38.79 | 20.04 | 2.05 | - |
| YUV | 76.83 | 89.17 | 250.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 8 | 0 | 0.99 | 0.97 | 0.03 | 358.78 | 0.98 | 0.49 |
| Hex | F8 | 3 | 8 | 0 | 63 | 61 | 3 | 167 | 62 | 31 |
| Octal | 370 | 3 | 10 | 0 | 143 | 141 | 3 | 547 | 142 | 61 |
| Binary | 11111000 | 11 | 1000 | 0 | 1100011 | 1100001 | 11 | 101100111 | 1100010 | 110001 |
Color Harmonies of #F80308
Complementary color
Monochromatic Colors of #F80308
Black with #F80308
Text Example
Text Example
White with #F80308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80308; }
p { color: rgb(248,3,8); }
H1.HeaderClassName
{
color: #F80308;
}
.AnyTagClassName
{
color: #F80308;
}
</style>
background-color css
<style>
a { background-color: #F80308; }
a { background-color: rgb(248,3,8); }
div.DivClassName
{
background-color: #F80308;
}
.BgClassName
{
background-color: #F80308;
}
</style>
border-color css
<style>
span { border-color: #F80308; }
span { border-color: rgb(248,3,8); }
td.TdClassName
{
border-color: #F80308;
}
.TagClassName
{
border-color: #F80308;
}
</style>