Shades of Torch Red #FF070B
Tints of Torch Red #FF070B
RGB
CMYK
RGB Variations
Color information
#FF070B (or 0xFF070B) is known color: Torch Red. HEX triplet: FF, 07 and 0B. RGB value is (255,7,11). Sum of RGB (Red+Green+Blue) = 255+7+11=273 (36% of max value = 765). Red value is 255 (100% from 255 or 93.41% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 255 - color contains mainly: red. Hex color #FF070B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF070B is #00F8F4. Grayscale: #515151. Windows color (decimal): -63733 or 722943. OLE color: 722943.
HSL color Cylindrical-coordinate representation of color #FF070B: hue angle of 359.03º 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 #FF070B is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 11 | - |
| CMYK | 0 | 0.97 | 0.96 | 0 |
| HSL | 359.03º | 1% | 0.51% | - |
| HSV(B) | 359.03º | 0.97% | 1% | - |
| XYZ | 41.38 | 21.44 | 2.27 | - |
| YUV | 81.61 | 88.16 | 251.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 11 | 0 | 0.97 | 0.96 | 0 | 359.03 | 1 | 0.51 |
| Hex | FF | 7 | B | 0 | 61 | 60 | 0 | 167 | 64 | 33 |
| Octal | 377 | 7 | 13 | 0 | 141 | 140 | 0 | 547 | 144 | 63 |
| Binary | 11111111 | 111 | 1011 | 0 | 1100001 | 1100000 | 0 | 101100111 | 1100100 | 110011 |
Color Harmonies of #FF070B
Complementary color
Monochromatic Colors of #FF070B
Black with #FF070B
Text Example
Text Example
White with #FF070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF070B; }
p { color: rgb(255,7,11); }
H1.HeaderClassName
{
color: #FF070B;
}
.AnyTagClassName
{
color: #FF070B;
}
</style>
background-color css
<style>
a { background-color: #FF070B; }
a { background-color: rgb(255,7,11); }
div.DivClassName
{
background-color: #FF070B;
}
.BgClassName
{
background-color: #FF070B;
}
</style>
border-color css
<style>
span { border-color: #FF070B; }
span { border-color: rgb(255,7,11); }
td.TdClassName
{
border-color: #FF070B;
}
.TagClassName
{
border-color: #FF070B;
}
</style>