Shades of Torch Red #F70018
Tints of Torch Red #F70018
RGB
CMYK
RGB Variations
Color information
#F70018 (or 0xF70018) is known color: Torch Red. HEX triplet: F7, 00 and 18. RGB value is (247,0,24). Sum of RGB (Red+Green+Blue) = 247+0+24=271 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.14% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 247 - color contains mainly: red. Hex color #F70018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70018 is #08FFE7. Grayscale: #4C4C4C. Windows color (decimal): -589800 or 1573111. OLE color: 1573111.
HSL color Cylindrical-coordinate representation of color #F70018: hue angle of 354.17º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70018 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.90 | 0.03 |
| HSL | 354.17º | 1% | 0.48% | - |
| HSV(B) | 354.17º | 1% | 0.97% | - |
| XYZ | 38.52 | 19.84 | 2.66 | - |
| YUV | 76.59 | 98.33 | 249.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 24 | 0 | 1 | 0.90 | 0.03 | 354.17 | 1 | 0.48 |
| Hex | F7 | 0 | 18 | 0 | 64 | 5A | 3 | 162 | 64 | 30 |
| Octal | 367 | 0 | 30 | 0 | 144 | 132 | 3 | 542 | 144 | 60 |
| Binary | 11110111 | 0 | 11000 | 0 | 1100100 | 1011010 | 11 | 101100010 | 1100100 | 110000 |
Color Harmonies of #F70018
Complementary color
Monochromatic Colors of #F70018
Black with #F70018
Text Example
Text Example
White with #F70018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70018; }
p { color: rgb(247,0,24); }
H1.HeaderClassName
{
color: #F70018;
}
.AnyTagClassName
{
color: #F70018;
}
</style>
background-color css
<style>
a { background-color: #F70018; }
a { background-color: rgb(247,0,24); }
div.DivClassName
{
background-color: #F70018;
}
.BgClassName
{
background-color: #F70018;
}
</style>
border-color css
<style>
span { border-color: #F70018; }
span { border-color: rgb(247,0,24); }
td.TdClassName
{
border-color: #F70018;
}
.TagClassName
{
border-color: #F70018;
}
</style>