Shades of Torch Red #F81525
Tints of Torch Red #F81525
RGB
CMYK
RGB Variations
Color information
#F81525 (or 0xF81525) is known color: Torch Red. HEX triplet: F8, 15 and 25. RGB value is (248,21,37). Sum of RGB (Red+Green+Blue) = 248+21+37=306 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.05% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 248 - color contains mainly: red. Hex color #F81525 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81525 is #07EADA. Grayscale: #5A5A5A. Windows color (decimal): -518875 or 2430456. OLE color: 2430456.
HSL color Cylindrical-coordinate representation of color #F81525: hue angle of 355.77º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81525 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 37 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.03 |
| HSL | 355.77º | 0.94% | 0.53% | - |
| HSV(B) | 355.77º | 0.92% | 0.97% | - |
| XYZ | 39.31 | 20.63 | 3.66 | - |
| YUV | 90.7 | 97.71 | 240.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 37 | 0 | 0.92 | 0.85 | 0.03 | 355.77 | 0.94 | 0.53 |
| Hex | F8 | 15 | 25 | 0 | 5C | 55 | 3 | 164 | 5E | 35 |
| Octal | 370 | 25 | 45 | 0 | 134 | 125 | 3 | 544 | 136 | 65 |
| Binary | 11111000 | 10101 | 100101 | 0 | 1011100 | 1010101 | 11 | 101100100 | 1011110 | 110101 |
Color Harmonies of #F81525
Complementary color
Monochromatic Colors of #F81525
Black with #F81525
Text Example
Text Example
White with #F81525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81525; }
p { color: rgb(248,21,37); }
H1.HeaderClassName
{
color: #F81525;
}
.AnyTagClassName
{
color: #F81525;
}
</style>
background-color css
<style>
a { background-color: #F81525; }
a { background-color: rgb(248,21,37); }
div.DivClassName
{
background-color: #F81525;
}
.BgClassName
{
background-color: #F81525;
}
</style>
border-color css
<style>
span { border-color: #F81525; }
span { border-color: rgb(248,21,37); }
td.TdClassName
{
border-color: #F81525;
}
.TagClassName
{
border-color: #F81525;
}
</style>