Shades of Torch Red #F80325
Tints of Torch Red #F80325
RGB
CMYK
RGB Variations
Color information
#F80325 (or 0xF80325) is known color: Torch Red. HEX triplet: F8, 03 and 25. RGB value is (248,3,37). Sum of RGB (Red+Green+Blue) = 248+3+37=288 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.11% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 248 - color contains mainly: red. Hex color #F80325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80325 is #07FCDA. Grayscale: #505050. Windows color (decimal): -523483 or 2425848. OLE color: 2425848.
HSL color Cylindrical-coordinate representation of color #F80325: hue angle of 351.67º 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 #F80325 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 37 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.03 |
| HSL | 351.67º | 0.98% | 0.49% | - |
| HSV(B) | 351.67º | 0.99% | 0.97% | - |
| XYZ | 39.08 | 20.16 | 3.58 | - |
| YUV | 80.13 | 103.67 | 247.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 37 | 0 | 0.99 | 0.85 | 0.03 | 351.67 | 0.98 | 0.49 |
| Hex | F8 | 3 | 25 | 0 | 63 | 55 | 3 | 160 | 62 | 31 |
| Octal | 370 | 3 | 45 | 0 | 143 | 125 | 3 | 540 | 142 | 61 |
| Binary | 11111000 | 11 | 100101 | 0 | 1100011 | 1010101 | 11 | 101100000 | 1100010 | 110001 |
Color Harmonies of #F80325
Complementary color
Monochromatic Colors of #F80325
Black with #F80325
Text Example
Text Example
White with #F80325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80325; }
p { color: rgb(248,3,37); }
H1.HeaderClassName
{
color: #F80325;
}
.AnyTagClassName
{
color: #F80325;
}
</style>
background-color css
<style>
a { background-color: #F80325; }
a { background-color: rgb(248,3,37); }
div.DivClassName
{
background-color: #F80325;
}
.BgClassName
{
background-color: #F80325;
}
</style>
border-color css
<style>
span { border-color: #F80325; }
span { border-color: rgb(248,3,37); }
td.TdClassName
{
border-color: #F80325;
}
.TagClassName
{
border-color: #F80325;
}
</style>