Shades of Torch Red #F80319
Tints of Torch Red #F80319
RGB
CMYK
RGB Variations
Color information
#F80319 (or 0xF80319) is known color: Torch Red. HEX triplet: F8, 03 and 19. RGB value is (248,3,25). Sum of RGB (Red+Green+Blue) = 248+3+25=276 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.86% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 248 - color contains mainly: red. Hex color #F80319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80319 is #07FCE6. Grayscale: #4E4E4E. Windows color (decimal): -523495 or 1639416. OLE color: 1639416.
HSL color Cylindrical-coordinate representation of color #F80319: hue angle of 354.61º 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 #F80319 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 25 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.03 |
| HSL | 354.61º | 0.98% | 0.49% | - |
| HSV(B) | 354.61º | 0.99% | 0.97% | - |
| XYZ | 38.92 | 20.09 | 2.75 | - |
| YUV | 78.76 | 97.67 | 248.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 25 | 0 | 0.99 | 0.90 | 0.03 | 354.61 | 0.98 | 0.49 |
| Hex | F8 | 3 | 19 | 0 | 63 | 5A | 3 | 163 | 62 | 31 |
| Octal | 370 | 3 | 31 | 0 | 143 | 132 | 3 | 543 | 142 | 61 |
| Binary | 11111000 | 11 | 11001 | 0 | 1100011 | 1011010 | 11 | 101100011 | 1100010 | 110001 |
Color Harmonies of #F80319
Complementary color
Monochromatic Colors of #F80319
Black with #F80319
Text Example
Text Example
White with #F80319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80319; }
p { color: rgb(248,3,25); }
H1.HeaderClassName
{
color: #F80319;
}
.AnyTagClassName
{
color: #F80319;
}
</style>
background-color css
<style>
a { background-color: #F80319; }
a { background-color: rgb(248,3,25); }
div.DivClassName
{
background-color: #F80319;
}
.BgClassName
{
background-color: #F80319;
}
</style>
border-color css
<style>
span { border-color: #F80319; }
span { border-color: rgb(248,3,25); }
td.TdClassName
{
border-color: #F80319;
}
.TagClassName
{
border-color: #F80319;
}
</style>