Shades of Torch Red #FF071E
Tints of Torch Red #FF071E
RGB
CMYK
RGB Variations
Color information
#FF071E (or 0xFF071E) is known color: Torch Red. HEX triplet: FF, 07 and 1E. RGB value is (255,7,30). Sum of RGB (Red+Green+Blue) = 255+7+30=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF071E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF071E is #00F8E1. Grayscale: #535353. Windows color (decimal): -63714 or 1968127. OLE color: 1968127.
HSL color Cylindrical-coordinate representation of color #FF071E: hue angle of 354.44º 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 #FF071E is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 30 | - |
| CMYK | 0 | 0.97 | 0.88 | 0 |
| HSL | 354.44º | 1% | 0.51% | - |
| HSV(B) | 354.44º | 0.97% | 1% | - |
| XYZ | 41.55 | 21.51 | 3.19 | - |
| YUV | 83.77 | 97.66 | 250.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 30 | 0 | 0.97 | 0.88 | 0 | 354.44 | 1 | 0.51 |
| Hex | FF | 7 | 1E | 0 | 61 | 58 | 0 | 162 | 64 | 33 |
| Octal | 377 | 7 | 36 | 0 | 141 | 130 | 0 | 542 | 144 | 63 |
| Binary | 11111111 | 111 | 11110 | 0 | 1100001 | 1011000 | 0 | 101100010 | 1100100 | 110011 |
Color Harmonies of #FF071E
Complementary color
Monochromatic Colors of #FF071E
Black with #FF071E
Text Example
Text Example
White with #FF071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF071E; }
p { color: rgb(255,7,30); }
H1.HeaderClassName
{
color: #FF071E;
}
.AnyTagClassName
{
color: #FF071E;
}
</style>
background-color css
<style>
a { background-color: #FF071E; }
a { background-color: rgb(255,7,30); }
div.DivClassName
{
background-color: #FF071E;
}
.BgClassName
{
background-color: #FF071E;
}
</style>
border-color css
<style>
span { border-color: #FF071E; }
span { border-color: rgb(255,7,30); }
td.TdClassName
{
border-color: #FF071E;
}
.TagClassName
{
border-color: #FF071E;
}
</style>