Shades of Torch Red #F00E3E
Tints of Torch Red #F00E3E
RGB
CMYK
RGB Variations
Color information
#F00E3E (or 0xF00E3E) is known color: Torch Red. HEX triplet: F0, 0E and 3E. RGB value is (240,14,62). Sum of RGB (Red+Green+Blue) = 240+14+62=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00E3E is #0FF1C1. Grayscale: #575757. Windows color (decimal): -1044930 or 4067056. OLE color: 4067056.
HSL color Cylindrical-coordinate representation of color #F00E3E: hue angle of 347.26º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00E3E is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 62 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.06 |
| HSL | 347.26º | 0.89% | 0.5% | - |
| HSV(B) | 347.26º | 0.94% | 0.94% | - |
| XYZ | 36.96 | 19.19 | 6.31 | - |
| YUV | 87.05 | 113.87 | 237.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 62 | 0 | 0.94 | 0.74 | 0.06 | 347.26 | 0.89 | 0.5 |
| Hex | F0 | E | 3E | 0 | 5E | 4A | 6 | 15B | 59 | 32 |
| Octal | 360 | 16 | 76 | 0 | 136 | 112 | 6 | 533 | 131 | 62 |
| Binary | 11110000 | 1110 | 111110 | 0 | 1011110 | 1001010 | 110 | 101011011 | 1011001 | 110010 |
Color Harmonies of #F00E3E
Complementary color
Monochromatic Colors of #F00E3E
Black with #F00E3E
Text Example
Text Example
White with #F00E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E3E; }
p { color: rgb(240,14,62); }
H1.HeaderClassName
{
color: #F00E3E;
}
.AnyTagClassName
{
color: #F00E3E;
}
</style>
background-color css
<style>
a { background-color: #F00E3E; }
a { background-color: rgb(240,14,62); }
div.DivClassName
{
background-color: #F00E3E;
}
.BgClassName
{
background-color: #F00E3E;
}
</style>
border-color css
<style>
span { border-color: #F00E3E; }
span { border-color: rgb(240,14,62); }
td.TdClassName
{
border-color: #F00E3E;
}
.TagClassName
{
border-color: #F00E3E;
}
</style>