Shades of Torch Red #F40845
Tints of Torch Red #F40845
RGB
CMYK
RGB Variations
Color information
#F40845 (or 0xF40845) is known color: Torch Red. HEX triplet: F4, 08 and 45. RGB value is (244,8,69). Sum of RGB (Red+Green+Blue) = 244+8+69=321 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.01% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 244 - color contains mainly: red. Hex color #F40845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40845 is #0BF7BA. Grayscale: #555555. Windows color (decimal): -784315 or 4524276. OLE color: 4524276.
HSL color Cylindrical-coordinate representation of color #F40845: hue angle of 344.49º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40845 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 69 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.04 |
| HSL | 344.49º | 0.94% | 0.49% | - |
| HSV(B) | 344.49º | 0.97% | 0.96% | - |
| XYZ | 38.47 | 19.84 | 7.43 | - |
| YUV | 85.52 | 118.69 | 241.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 69 | 0 | 0.97 | 0.72 | 0.04 | 344.49 | 0.94 | 0.49 |
| Hex | F4 | 8 | 45 | 0 | 61 | 48 | 4 | 158 | 5E | 31 |
| Octal | 364 | 10 | 105 | 0 | 141 | 110 | 4 | 530 | 136 | 61 |
| Binary | 11110100 | 1000 | 1000101 | 0 | 1100001 | 1001000 | 100 | 101011000 | 1011110 | 110001 |
Color Harmonies of #F40845
Complementary color
Monochromatic Colors of #F40845
Black with #F40845
Text Example
Text Example
White with #F40845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40845; }
p { color: rgb(244,8,69); }
H1.HeaderClassName
{
color: #F40845;
}
.AnyTagClassName
{
color: #F40845;
}
</style>
background-color css
<style>
a { background-color: #F40845; }
a { background-color: rgb(244,8,69); }
div.DivClassName
{
background-color: #F40845;
}
.BgClassName
{
background-color: #F40845;
}
</style>
border-color css
<style>
span { border-color: #F40845; }
span { border-color: rgb(244,8,69); }
td.TdClassName
{
border-color: #F40845;
}
.TagClassName
{
border-color: #F40845;
}
</style>