Shades of Torch Red #F5071B
Tints of Torch Red #F5071B
RGB
CMYK
RGB Variations
Color information
#F5071B (or 0xF5071B) is known color: Torch Red. HEX triplet: F5, 07 and 1B. RGB value is (245,7,27). Sum of RGB (Red+Green+Blue) = 245+7+27=279 (36% of max value = 765). Red value is 245 (96.09% from 255 or 87.81% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 245 - color contains mainly: red. Hex color #F5071B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5071B is #0AF8E4. Grayscale: #505050. Windows color (decimal): -719077 or 1771509. OLE color: 1771509.
HSL color Cylindrical-coordinate representation of color #F5071B: hue angle of 354.96º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5071B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 27 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.04 |
| HSL | 354.96º | 0.94% | 0.49% | - |
| HSV(B) | 354.96º | 0.97% | 0.96% | - |
| XYZ | 37.93 | 19.64 | 2.83 | - |
| YUV | 80.44 | 97.85 | 245.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 27 | 0 | 0.97 | 0.89 | 0.04 | 354.96 | 0.94 | 0.49 |
| Hex | F5 | 7 | 1B | 0 | 61 | 59 | 4 | 163 | 5E | 31 |
| Octal | 365 | 7 | 33 | 0 | 141 | 131 | 4 | 543 | 136 | 61 |
| Binary | 11110101 | 111 | 11011 | 0 | 1100001 | 1011001 | 100 | 101100011 | 1011110 | 110001 |
Color Harmonies of #F5071B
Complementary color
Monochromatic Colors of #F5071B
Black with #F5071B
Text Example
Text Example
White with #F5071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5071B; }
p { color: rgb(245,7,27); }
H1.HeaderClassName
{
color: #F5071B;
}
.AnyTagClassName
{
color: #F5071B;
}
</style>
background-color css
<style>
a { background-color: #F5071B; }
a { background-color: rgb(245,7,27); }
div.DivClassName
{
background-color: #F5071B;
}
.BgClassName
{
background-color: #F5071B;
}
</style>
border-color css
<style>
span { border-color: #F5071B; }
span { border-color: rgb(245,7,27); }
td.TdClassName
{
border-color: #F5071B;
}
.TagClassName
{
border-color: #F5071B;
}
</style>