Shades of Torch Red #FF071F
Tints of Torch Red #FF071F
RGB
CMYK
RGB Variations
Color information
#FF071F (or 0xFF071F) is known color: Torch Red. HEX triplet: FF, 07 and 1F. RGB value is (255,7,31). Sum of RGB (Red+Green+Blue) = 255+7+31=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF071F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF071F is #00F8E0. Grayscale: #545454. Windows color (decimal): -63713 or 2033663. OLE color: 2033663.
HSL color Cylindrical-coordinate representation of color #FF071F: hue angle of 354.19º 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 #FF071F is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 31 | - |
| CMYK | 0 | 0.97 | 0.88 | 0 |
| HSL | 354.19º | 1% | 0.51% | - |
| HSV(B) | 354.19º | 0.97% | 1% | - |
| XYZ | 41.56 | 21.51 | 3.26 | - |
| YUV | 83.89 | 98.16 | 250.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 31 | 0 | 0.97 | 0.88 | 0 | 354.19 | 1 | 0.51 |
| Hex | FF | 7 | 1F | 0 | 61 | 58 | 0 | 162 | 64 | 33 |
| Octal | 377 | 7 | 37 | 0 | 141 | 130 | 0 | 542 | 144 | 63 |
| Binary | 11111111 | 111 | 11111 | 0 | 1100001 | 1011000 | 0 | 101100010 | 1100100 | 110011 |
Color Harmonies of #FF071F
Complementary color
Monochromatic Colors of #FF071F
Black with #FF071F
Text Example
Text Example
White with #FF071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF071F; }
p { color: rgb(255,7,31); }
H1.HeaderClassName
{
color: #FF071F;
}
.AnyTagClassName
{
color: #FF071F;
}
</style>
background-color css
<style>
a { background-color: #FF071F; }
a { background-color: rgb(255,7,31); }
div.DivClassName
{
background-color: #FF071F;
}
.BgClassName
{
background-color: #FF071F;
}
</style>
border-color css
<style>
span { border-color: #FF071F; }
span { border-color: rgb(255,7,31); }
td.TdClassName
{
border-color: #FF071F;
}
.TagClassName
{
border-color: #FF071F;
}
</style>