Shades of Torch Red #FF070F
Tints of Torch Red #FF070F
RGB
CMYK
RGB Variations
Color information
#FF070F (or 0xFF070F) is known color: Torch Red. HEX triplet: FF, 07 and 0F. RGB value is (255,7,15). Sum of RGB (Red+Green+Blue) = 255+7+15=277 (36% of max value = 765). Red value is 255 (100% from 255 or 92.06% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 255 - color contains mainly: red. Hex color #FF070F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF070F is #00F8F0. Grayscale: #525252. Windows color (decimal): -63729 or 985087. OLE color: 985087.
HSL color Cylindrical-coordinate representation of color #FF070F: hue angle of 358.06º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF070F is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 15 | - |
| CMYK | 0 | 0.97 | 0.94 | 0 |
| HSL | 358.06º | 1% | 0.51% | - |
| HSV(B) | 358.06º | 0.97% | 1% | - |
| XYZ | 41.4 | 21.45 | 2.41 | - |
| YUV | 82.06 | 90.16 | 251.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 15 | 0 | 0.97 | 0.94 | 0 | 358.06 | 1 | 0.51 |
| Hex | FF | 7 | F | 0 | 61 | 5E | 0 | 166 | 64 | 33 |
| Octal | 377 | 7 | 17 | 0 | 141 | 136 | 0 | 546 | 144 | 63 |
| Binary | 11111111 | 111 | 1111 | 0 | 1100001 | 1011110 | 0 | 101100110 | 1100100 | 110011 |
Color Harmonies of #FF070F
Complementary color
Monochromatic Colors of #FF070F
Black with #FF070F
Text Example
Text Example
White with #FF070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF070F; }
p { color: rgb(255,7,15); }
H1.HeaderClassName
{
color: #FF070F;
}
.AnyTagClassName
{
color: #FF070F;
}
</style>
background-color css
<style>
a { background-color: #FF070F; }
a { background-color: rgb(255,7,15); }
div.DivClassName
{
background-color: #FF070F;
}
.BgClassName
{
background-color: #FF070F;
}
</style>
border-color css
<style>
span { border-color: #FF070F; }
span { border-color: rgb(255,7,15); }
td.TdClassName
{
border-color: #FF070F;
}
.TagClassName
{
border-color: #FF070F;
}
</style>