Shades of Torch Red #F50818
Tints of Torch Red #F50818
RGB
CMYK
RGB Variations
Color information
#F50818 (or 0xF50818) is known color: Torch Red. HEX triplet: F5, 08 and 18. RGB value is (245,8,24). Sum of RGB (Red+Green+Blue) = 245+8+24=277 (36% of max value = 765). Red value is 245 (96.09% from 255 or 88.45% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 245 - color contains mainly: red. Hex color #F50818 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50818 is #0AF7E7. Grayscale: #505050. Windows color (decimal): -718824 or 1575157. OLE color: 1575157.
HSL color Cylindrical-coordinate representation of color #F50818: hue angle of 355.95º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50818 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 24 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.04 |
| HSL | 355.95º | 0.94% | 0.5% | - |
| HSV(B) | 355.95º | 0.97% | 0.96% | - |
| XYZ | 37.91 | 19.65 | 2.66 | - |
| YUV | 80.69 | 96.02 | 245.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 24 | 0 | 0.97 | 0.90 | 0.04 | 355.95 | 0.94 | 0.5 |
| Hex | F5 | 8 | 18 | 0 | 61 | 5A | 4 | 164 | 5E | 32 |
| Octal | 365 | 10 | 30 | 0 | 141 | 132 | 4 | 544 | 136 | 62 |
| Binary | 11110101 | 1000 | 11000 | 0 | 1100001 | 1011010 | 100 | 101100100 | 1011110 | 110010 |
Color Harmonies of #F50818
Complementary color
Monochromatic Colors of #F50818
Black with #F50818
Text Example
Text Example
White with #F50818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50818; }
p { color: rgb(245,8,24); }
H1.HeaderClassName
{
color: #F50818;
}
.AnyTagClassName
{
color: #F50818;
}
</style>
background-color css
<style>
a { background-color: #F50818; }
a { background-color: rgb(245,8,24); }
div.DivClassName
{
background-color: #F50818;
}
.BgClassName
{
background-color: #F50818;
}
</style>
border-color css
<style>
span { border-color: #F50818; }
span { border-color: rgb(245,8,24); }
td.TdClassName
{
border-color: #F50818;
}
.TagClassName
{
border-color: #F50818;
}
</style>