Shades of Torch Red #F5011E
Tints of Torch Red #F5011E
RGB
CMYK
RGB Variations
Color information
#F5011E (or 0xF5011E) is known color: Torch Red. HEX triplet: F5, 01 and 1E. RGB value is (245,1,30). Sum of RGB (Red+Green+Blue) = 245+1+30=276 (36% of max value = 765). Red value is 245 (96.09% from 255 or 88.77% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 245 - color contains mainly: red. Hex color #F5011E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5011E is #0AFEE1. Grayscale: #4D4D4D. Windows color (decimal): -720610 or 1966581. OLE color: 1966581.
HSL color Cylindrical-coordinate representation of color #F5011E: hue angle of 352.87º 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 #F5011E is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 30 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.04 |
| HSL | 352.87º | 0.99% | 0.48% | - |
| HSV(B) | 352.87º | 1% | 0.96% | - |
| XYZ | 37.9 | 19.53 | 3 | - |
| YUV | 77.26 | 101.34 | 247.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 30 | 0 | 1.00 | 0.88 | 0.04 | 352.87 | 0.99 | 0.48 |
| Hex | F5 | 1 | 1E | 0 | 64 | 58 | 4 | 161 | 63 | 30 |
| Octal | 365 | 1 | 36 | 0 | 144 | 130 | 4 | 541 | 143 | 60 |
| Binary | 11110101 | 1 | 11110 | 0 | 1100100 | 1011000 | 100 | 101100001 | 1100011 | 110000 |
Color Harmonies of #F5011E
Complementary color
Monochromatic Colors of #F5011E
Black with #F5011E
Text Example
Text Example
White with #F5011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5011E; }
p { color: rgb(245,1,30); }
H1.HeaderClassName
{
color: #F5011E;
}
.AnyTagClassName
{
color: #F5011E;
}
</style>
background-color css
<style>
a { background-color: #F5011E; }
a { background-color: rgb(245,1,30); }
div.DivClassName
{
background-color: #F5011E;
}
.BgClassName
{
background-color: #F5011E;
}
</style>
border-color css
<style>
span { border-color: #F5011E; }
span { border-color: rgb(245,1,30); }
td.TdClassName
{
border-color: #F5011E;
}
.TagClassName
{
border-color: #F5011E;
}
</style>