Shades of Torch Red #F40E3E
Tints of Torch Red #F40E3E
RGB
CMYK
RGB Variations
Color information
#F40E3E (or 0xF40E3E) is known color: Torch Red. HEX triplet: F4, 0E and 3E. RGB value is (244,14,62). Sum of RGB (Red+Green+Blue) = 244+14+62=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40E3E is #0BF1C1. Grayscale: #585858. Windows color (decimal): -782786 or 4067060. OLE color: 4067060.
HSL color Cylindrical-coordinate representation of color #F40E3E: hue angle of 347.48º 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 #F40E3E is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 62 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.04 |
| HSL | 347.48º | 0.91% | 0.51% | - |
| HSV(B) | 347.48º | 0.94% | 0.96% | - |
| XYZ | 38.33 | 19.89 | 6.38 | - |
| YUV | 88.24 | 113.2 | 239.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 62 | 0 | 0.94 | 0.75 | 0.04 | 347.48 | 0.91 | 0.51 |
| Hex | F4 | E | 3E | 0 | 5E | 4B | 4 | 15B | 5B | 33 |
| Octal | 364 | 16 | 76 | 0 | 136 | 113 | 4 | 533 | 133 | 63 |
| Binary | 11110100 | 1110 | 111110 | 0 | 1011110 | 1001011 | 100 | 101011011 | 1011011 | 110011 |
Color Harmonies of #F40E3E
Complementary color
Monochromatic Colors of #F40E3E
Black with #F40E3E
Text Example
Text Example
White with #F40E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40E3E; }
p { color: rgb(244,14,62); }
H1.HeaderClassName
{
color: #F40E3E;
}
.AnyTagClassName
{
color: #F40E3E;
}
</style>
background-color css
<style>
a { background-color: #F40E3E; }
a { background-color: rgb(244,14,62); }
div.DivClassName
{
background-color: #F40E3E;
}
.BgClassName
{
background-color: #F40E3E;
}
</style>
border-color css
<style>
span { border-color: #F40E3E; }
span { border-color: rgb(244,14,62); }
td.TdClassName
{
border-color: #F40E3E;
}
.TagClassName
{
border-color: #F40E3E;
}
</style>