Shades of Torch Red #F5111A
Tints of Torch Red #F5111A
RGB
CMYK
RGB Variations
Color information
#F5111A (or 0xF5111A) is known color: Torch Red. HEX triplet: F5, 11 and 1A. RGB value is (245,17,26). Sum of RGB (Red+Green+Blue) = 245+17+26=288 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.07% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 245 - color contains mainly: red. Hex color #F5111A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5111A is #0AEEE5. Grayscale: #565656. Windows color (decimal): -716518 or 1708533. OLE color: 1708533.
HSL color Cylindrical-coordinate representation of color #F5111A: hue angle of 357.63º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5111A is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 26 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.04 |
| HSL | 357.63º | 0.92% | 0.51% | - |
| HSV(B) | 357.63º | 0.93% | 0.96% | - |
| XYZ | 38.04 | 19.89 | 2.81 | - |
| YUV | 86.2 | 94.04 | 241.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 26 | 0 | 0.93 | 0.89 | 0.04 | 357.63 | 0.92 | 0.51 |
| Hex | F5 | 11 | 1A | 0 | 5D | 59 | 4 | 166 | 5C | 33 |
| Octal | 365 | 21 | 32 | 0 | 135 | 131 | 4 | 546 | 134 | 63 |
| Binary | 11110101 | 10001 | 11010 | 0 | 1011101 | 1011001 | 100 | 101100110 | 1011100 | 110011 |
Color Harmonies of #F5111A
Complementary color
Monochromatic Colors of #F5111A
Black with #F5111A
Text Example
Text Example
White with #F5111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5111A; }
p { color: rgb(245,17,26); }
H1.HeaderClassName
{
color: #F5111A;
}
.AnyTagClassName
{
color: #F5111A;
}
</style>
background-color css
<style>
a { background-color: #F5111A; }
a { background-color: rgb(245,17,26); }
div.DivClassName
{
background-color: #F5111A;
}
.BgClassName
{
background-color: #F5111A;
}
</style>
border-color css
<style>
span { border-color: #F5111A; }
span { border-color: rgb(245,17,26); }
td.TdClassName
{
border-color: #F5111A;
}
.TagClassName
{
border-color: #F5111A;
}
</style>