Shades of Torch Red #F50115
Tints of Torch Red #F50115
RGB
CMYK
RGB Variations
Color information
#F50115 (or 0xF50115) is known color: Torch Red. HEX triplet: F5, 01 and 15. RGB value is (245,1,21). Sum of RGB (Red+Green+Blue) = 245+1+21=267 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.76% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 245 - color contains mainly: red. Hex color #F50115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50115 is #0AFEEA. Grayscale: #4C4C4C. Windows color (decimal): -720619 or 1376757. OLE color: 1376757.
HSL color Cylindrical-coordinate representation of color #F50115: hue angle of 355.08º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50115 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 21 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.04 |
| HSL | 355.08º | 0.99% | 0.48% | - |
| HSV(B) | 355.08º | 1% | 0.96% | - |
| XYZ | 37.8 | 19.49 | 2.48 | - |
| YUV | 76.24 | 96.84 | 248.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 21 | 0 | 1.00 | 0.91 | 0.04 | 355.08 | 0.99 | 0.48 |
| Hex | F5 | 1 | 15 | 0 | 64 | 5B | 4 | 163 | 63 | 30 |
| Octal | 365 | 1 | 25 | 0 | 144 | 133 | 4 | 543 | 143 | 60 |
| Binary | 11110101 | 1 | 10101 | 0 | 1100100 | 1011011 | 100 | 101100011 | 1100011 | 110000 |
Color Harmonies of #F50115
Complementary color
Monochromatic Colors of #F50115
Black with #F50115
Text Example
Text Example
White with #F50115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50115; }
p { color: rgb(245,1,21); }
H1.HeaderClassName
{
color: #F50115;
}
.AnyTagClassName
{
color: #F50115;
}
</style>
background-color css
<style>
a { background-color: #F50115; }
a { background-color: rgb(245,1,21); }
div.DivClassName
{
background-color: #F50115;
}
.BgClassName
{
background-color: #F50115;
}
</style>
border-color css
<style>
span { border-color: #F50115; }
span { border-color: rgb(245,1,21); }
td.TdClassName
{
border-color: #F50115;
}
.TagClassName
{
border-color: #F50115;
}
</style>