Shades of Torch Red #F50918
Tints of Torch Red #F50918
RGB
CMYK
RGB Variations
Color information
#F50918 (or 0xF50918) is known color: Torch Red. HEX triplet: F5, 09 and 18. RGB value is (245,9,24). Sum of RGB (Red+Green+Blue) = 245+9+24=278 (36% of max value = 765). Red value is 245 (96.09% from 255 or 88.13% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 245 - color contains mainly: red. Hex color #F50918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50918 is #0AF6E7. Grayscale: #515151. Windows color (decimal): -718568 or 1575413. OLE color: 1575413.
HSL color Cylindrical-coordinate representation of color #F50918: hue angle of 356.19º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50918 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 24 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.04 |
| HSL | 356.19º | 0.93% | 0.5% | - |
| HSV(B) | 356.19º | 0.96% | 0.96% | - |
| XYZ | 37.92 | 19.67 | 2.66 | - |
| YUV | 81.27 | 95.69 | 244.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 24 | 0 | 0.96 | 0.90 | 0.04 | 356.19 | 0.93 | 0.5 |
| Hex | F5 | 9 | 18 | 0 | 60 | 5A | 4 | 164 | 5D | 32 |
| Octal | 365 | 11 | 30 | 0 | 140 | 132 | 4 | 544 | 135 | 62 |
| Binary | 11110101 | 1001 | 11000 | 0 | 1100000 | 1011010 | 100 | 101100100 | 1011101 | 110010 |
Color Harmonies of #F50918
Complementary color
Monochromatic Colors of #F50918
Black with #F50918
Text Example
Text Example
White with #F50918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50918; }
p { color: rgb(245,9,24); }
H1.HeaderClassName
{
color: #F50918;
}
.AnyTagClassName
{
color: #F50918;
}
</style>
background-color css
<style>
a { background-color: #F50918; }
a { background-color: rgb(245,9,24); }
div.DivClassName
{
background-color: #F50918;
}
.BgClassName
{
background-color: #F50918;
}
</style>
border-color css
<style>
span { border-color: #F50918; }
span { border-color: rgb(245,9,24); }
td.TdClassName
{
border-color: #F50918;
}
.TagClassName
{
border-color: #F50918;
}
</style>