Shades of Torch Red #F81935
Tints of Torch Red #F81935
RGB
CMYK
RGB Variations
Color information
#F81935 (or 0xF81935) is known color: Torch Red. HEX triplet: F8, 19 and 35. RGB value is (248,25,53). Sum of RGB (Red+Green+Blue) = 248+25+53=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F81935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81935 is #07E6CA. Grayscale: #5E5E5E. Windows color (decimal): -517835 or 3480056. OLE color: 3480056.
HSL color Cylindrical-coordinate representation of color #F81935: hue angle of 352.47º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81935 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 53 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.03 |
| HSL | 352.47º | 0.94% | 0.54% | - |
| HSV(B) | 352.47º | 0.9% | 0.97% | - |
| XYZ | 39.7 | 20.91 | 5.31 | - |
| YUV | 94.87 | 104.38 | 237.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 53 | 0 | 0.90 | 0.79 | 0.03 | 352.47 | 0.94 | 0.54 |
| Hex | F8 | 19 | 35 | 0 | 5A | 4F | 3 | 160 | 5E | 36 |
| Octal | 370 | 31 | 65 | 0 | 132 | 117 | 3 | 540 | 136 | 66 |
| Binary | 11111000 | 11001 | 110101 | 0 | 1011010 | 1001111 | 11 | 101100000 | 1011110 | 110110 |
Color Harmonies of #F81935
Complementary color
Monochromatic Colors of #F81935
Black with #F81935
Text Example
Text Example
White with #F81935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81935; }
p { color: rgb(248,25,53); }
H1.HeaderClassName
{
color: #F81935;
}
.AnyTagClassName
{
color: #F81935;
}
</style>
background-color css
<style>
a { background-color: #F81935; }
a { background-color: rgb(248,25,53); }
div.DivClassName
{
background-color: #F81935;
}
.BgClassName
{
background-color: #F81935;
}
</style>
border-color css
<style>
span { border-color: #F81935; }
span { border-color: rgb(248,25,53); }
td.TdClassName
{
border-color: #F81935;
}
.TagClassName
{
border-color: #F81935;
}
</style>