Shades of Torch Red #F70E1E
Tints of Torch Red #F70E1E
RGB
CMYK
RGB Variations
Color information
#F70E1E (or 0xF70E1E) is known color: Torch Red. HEX triplet: F7, 0E and 1E. RGB value is (247,14,30). Sum of RGB (Red+Green+Blue) = 247+14+30=291 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.88% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 247 - color contains mainly: red. Hex color #F70E1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70E1E is #08F1E1. Grayscale: #555555. Windows color (decimal): -586210 or 1969911. OLE color: 1969911.
HSL color Cylindrical-coordinate representation of color #F70E1E: hue angle of 355.88º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70E1E is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 30 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.03 |
| HSL | 355.88º | 0.94% | 0.51% | - |
| HSV(B) | 355.88º | 0.94% | 0.97% | - |
| XYZ | 38.75 | 20.18 | 3.08 | - |
| YUV | 85.49 | 96.69 | 243.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 30 | 0 | 0.94 | 0.88 | 0.03 | 355.88 | 0.94 | 0.51 |
| Hex | F7 | E | 1E | 0 | 5E | 58 | 3 | 164 | 5E | 33 |
| Octal | 367 | 16 | 36 | 0 | 136 | 130 | 3 | 544 | 136 | 63 |
| Binary | 11110111 | 1110 | 11110 | 0 | 1011110 | 1011000 | 11 | 101100100 | 1011110 | 110011 |
Color Harmonies of #F70E1E
Complementary color
Monochromatic Colors of #F70E1E
Black with #F70E1E
Text Example
Text Example
White with #F70E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70E1E; }
p { color: rgb(247,14,30); }
H1.HeaderClassName
{
color: #F70E1E;
}
.AnyTagClassName
{
color: #F70E1E;
}
</style>
background-color css
<style>
a { background-color: #F70E1E; }
a { background-color: rgb(247,14,30); }
div.DivClassName
{
background-color: #F70E1E;
}
.BgClassName
{
background-color: #F70E1E;
}
</style>
border-color css
<style>
span { border-color: #F70E1E; }
span { border-color: rgb(247,14,30); }
td.TdClassName
{
border-color: #F70E1E;
}
.TagClassName
{
border-color: #F70E1E;
}
</style>