Shades of Torch Red #F40F3E
Tints of Torch Red #F40F3E
RGB
CMYK
RGB Variations
Color information
#F40F3E (or 0xF40F3E) is known color: Torch Red. HEX triplet: F4, 0F and 3E. RGB value is (244,15,62). Sum of RGB (Red+Green+Blue) = 244+15+62=321 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.01% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40F3E is #0BF0C1. Grayscale: #585858. Windows color (decimal): -782530 or 4067316. OLE color: 4067316.
HSL color Cylindrical-coordinate representation of color #F40F3E: hue angle of 347.69º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40F3E is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 62 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.04 |
| HSL | 347.69º | 0.91% | 0.51% | - |
| HSV(B) | 347.69º | 0.94% | 0.96% | - |
| XYZ | 38.35 | 19.92 | 6.38 | - |
| YUV | 88.83 | 112.87 | 238.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 62 | 0 | 0.94 | 0.75 | 0.04 | 347.69 | 0.91 | 0.51 |
| Hex | F4 | F | 3E | 0 | 5E | 4B | 4 | 15C | 5B | 33 |
| Octal | 364 | 17 | 76 | 0 | 136 | 113 | 4 | 534 | 133 | 63 |
| Binary | 11110100 | 1111 | 111110 | 0 | 1011110 | 1001011 | 100 | 101011100 | 1011011 | 110011 |
Color Harmonies of #F40F3E
Complementary color
Monochromatic Colors of #F40F3E
Black with #F40F3E
Text Example
Text Example
White with #F40F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40F3E; }
p { color: rgb(244,15,62); }
H1.HeaderClassName
{
color: #F40F3E;
}
.AnyTagClassName
{
color: #F40F3E;
}
</style>
background-color css
<style>
a { background-color: #F40F3E; }
a { background-color: rgb(244,15,62); }
div.DivClassName
{
background-color: #F40F3E;
}
.BgClassName
{
background-color: #F40F3E;
}
</style>
border-color css
<style>
span { border-color: #F40F3E; }
span { border-color: rgb(244,15,62); }
td.TdClassName
{
border-color: #F40F3E;
}
.TagClassName
{
border-color: #F40F3E;
}
</style>