Shades of Torch Red #F5011B
Tints of Torch Red #F5011B
RGB
CMYK
RGB Variations
Color information
#F5011B (or 0xF5011B) is known color: Torch Red. HEX triplet: F5, 01 and 1B. RGB value is (245,1,27). Sum of RGB (Red+Green+Blue) = 245+1+27=273 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.74% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 245 - color contains mainly: red. Hex color #F5011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5011B is #0AFEE4. Grayscale: #4D4D4D. Windows color (decimal): -720613 or 1769973. OLE color: 1769973.
HSL color Cylindrical-coordinate representation of color #F5011B: hue angle of 353.61º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5011B is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.04 |
| HSL | 353.61º | 0.99% | 0.48% | - |
| HSV(B) | 353.61º | 1% | 0.96% | - |
| XYZ | 37.86 | 19.51 | 2.81 | - |
| YUV | 76.92 | 99.84 | 247.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 27 | 0 | 1.00 | 0.89 | 0.04 | 353.61 | 0.99 | 0.48 |
| Hex | F5 | 1 | 1B | 0 | 64 | 59 | 4 | 162 | 63 | 30 |
| Octal | 365 | 1 | 33 | 0 | 144 | 131 | 4 | 542 | 143 | 60 |
| Binary | 11110101 | 1 | 11011 | 0 | 1100100 | 1011001 | 100 | 101100010 | 1100011 | 110000 |
Color Harmonies of #F5011B
Complementary color
Monochromatic Colors of #F5011B
Black with #F5011B
Text Example
Text Example
White with #F5011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5011B; }
p { color: rgb(245,1,27); }
H1.HeaderClassName
{
color: #F5011B;
}
.AnyTagClassName
{
color: #F5011B;
}
</style>
background-color css
<style>
a { background-color: #F5011B; }
a { background-color: rgb(245,1,27); }
div.DivClassName
{
background-color: #F5011B;
}
.BgClassName
{
background-color: #F5011B;
}
</style>
border-color css
<style>
span { border-color: #F5011B; }
span { border-color: rgb(245,1,27); }
td.TdClassName
{
border-color: #F5011B;
}
.TagClassName
{
border-color: #F5011B;
}
</style>