Shades of Torch Red #F00712
Tints of Torch Red #F00712
RGB
CMYK
RGB Variations
Color information
#F00712 (or 0xF00712) is known color: Torch Red. HEX triplet: F0, 07 and 12. RGB value is (240,7,18). Sum of RGB (Red+Green+Blue) = 240+7+18=265 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.57% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 240 - color contains mainly: red. Hex color #F00712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00712 is #0FF8ED. Grayscale: #4E4E4E. Windows color (decimal): -1046766 or 1181680. OLE color: 1181680.
HSL color Cylindrical-coordinate representation of color #F00712: hue angle of 357.17º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00712 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 18 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.06 |
| HSL | 357.17º | 0.94% | 0.48% | - |
| HSV(B) | 357.17º | 0.97% | 0.94% | - |
| XYZ | 36.12 | 18.72 | 2.28 | - |
| YUV | 77.92 | 94.19 | 243.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 18 | 0 | 0.97 | 0.92 | 0.06 | 357.17 | 0.94 | 0.48 |
| Hex | F0 | 7 | 12 | 0 | 61 | 5C | 6 | 165 | 5E | 30 |
| Octal | 360 | 7 | 22 | 0 | 141 | 134 | 6 | 545 | 136 | 60 |
| Binary | 11110000 | 111 | 10010 | 0 | 1100001 | 1011100 | 110 | 101100101 | 1011110 | 110000 |
Color Harmonies of #F00712
Complementary color
Monochromatic Colors of #F00712
Black with #F00712
Text Example
Text Example
White with #F00712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00712; }
p { color: rgb(240,7,18); }
H1.HeaderClassName
{
color: #F00712;
}
.AnyTagClassName
{
color: #F00712;
}
</style>
background-color css
<style>
a { background-color: #F00712; }
a { background-color: rgb(240,7,18); }
div.DivClassName
{
background-color: #F00712;
}
.BgClassName
{
background-color: #F00712;
}
</style>
border-color css
<style>
span { border-color: #F00712; }
span { border-color: rgb(240,7,18); }
td.TdClassName
{
border-color: #F00712;
}
.TagClassName
{
border-color: #F00712;
}
</style>