Shades of Torch Red #F81325
Tints of Torch Red #F81325
RGB
CMYK
RGB Variations
Color information
#F81325 (or 0xF81325) is known color: Torch Red. HEX triplet: F8, 13 and 25. RGB value is (248,19,37). Sum of RGB (Red+Green+Blue) = 248+19+37=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F81325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81325 is #07ECDA. Grayscale: #595959. Windows color (decimal): -519387 or 2429944. OLE color: 2429944.
HSL color Cylindrical-coordinate representation of color #F81325: hue angle of 355.28º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81325 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 37 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.03 |
| HSL | 355.28º | 0.94% | 0.52% | - |
| HSV(B) | 355.28º | 0.92% | 0.97% | - |
| XYZ | 39.28 | 20.56 | 3.65 | - |
| YUV | 89.52 | 98.37 | 241.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 37 | 0 | 0.92 | 0.85 | 0.03 | 355.28 | 0.94 | 0.52 |
| Hex | F8 | 13 | 25 | 0 | 5C | 55 | 3 | 163 | 5E | 34 |
| Octal | 370 | 23 | 45 | 0 | 134 | 125 | 3 | 543 | 136 | 64 |
| Binary | 11111000 | 10011 | 100101 | 0 | 1011100 | 1010101 | 11 | 101100011 | 1011110 | 110100 |
Color Harmonies of #F81325
Complementary color
Monochromatic Colors of #F81325
Black with #F81325
Text Example
Text Example
White with #F81325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81325; }
p { color: rgb(248,19,37); }
H1.HeaderClassName
{
color: #F81325;
}
.AnyTagClassName
{
color: #F81325;
}
</style>
background-color css
<style>
a { background-color: #F81325; }
a { background-color: rgb(248,19,37); }
div.DivClassName
{
background-color: #F81325;
}
.BgClassName
{
background-color: #F81325;
}
</style>
border-color css
<style>
span { border-color: #F81325; }
span { border-color: rgb(248,19,37); }
td.TdClassName
{
border-color: #F81325;
}
.TagClassName
{
border-color: #F81325;
}
</style>