Shades of Torch Red #F5021B
Tints of Torch Red #F5021B
RGB
CMYK
RGB Variations
Color information
#F5021B (or 0xF5021B) is known color: Torch Red. HEX triplet: F5, 02 and 1B. RGB value is (245,2,27). Sum of RGB (Red+Green+Blue) = 245+2+27=274 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.42% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 245 - color contains mainly: red. Hex color #F5021B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5021B is #0AFDE4. Grayscale: #4D4D4D. Windows color (decimal): -720357 or 1770229. OLE color: 1770229.
HSL color Cylindrical-coordinate representation of color #F5021B: hue angle of 353.83º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5021B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.04 |
| HSL | 353.83º | 0.98% | 0.48% | - |
| HSV(B) | 353.83º | 0.99% | 0.96% | - |
| XYZ | 37.88 | 19.54 | 2.81 | - |
| YUV | 77.51 | 99.51 | 247.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 27 | 0 | 0.99 | 0.89 | 0.04 | 353.83 | 0.98 | 0.48 |
| Hex | F5 | 2 | 1B | 0 | 63 | 59 | 4 | 162 | 62 | 30 |
| Octal | 365 | 2 | 33 | 0 | 143 | 131 | 4 | 542 | 142 | 60 |
| Binary | 11110101 | 10 | 11011 | 0 | 1100011 | 1011001 | 100 | 101100010 | 1100010 | 110000 |
Color Harmonies of #F5021B
Complementary color
Monochromatic Colors of #F5021B
Black with #F5021B
Text Example
Text Example
White with #F5021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5021B; }
p { color: rgb(245,2,27); }
H1.HeaderClassName
{
color: #F5021B;
}
.AnyTagClassName
{
color: #F5021B;
}
</style>
background-color css
<style>
a { background-color: #F5021B; }
a { background-color: rgb(245,2,27); }
div.DivClassName
{
background-color: #F5021B;
}
.BgClassName
{
background-color: #F5021B;
}
</style>
border-color css
<style>
span { border-color: #F5021B; }
span { border-color: rgb(245,2,27); }
td.TdClassName
{
border-color: #F5021B;
}
.TagClassName
{
border-color: #F5021B;
}
</style>