Shades of Torch Red #F5040B
Tints of Torch Red #F5040B
RGB
CMYK
RGB Variations
Color information
#F5040B (or 0xF5040B) is known color: Torch Red. HEX triplet: F5, 04 and 0B. RGB value is (245,4,11). Sum of RGB (Red+Green+Blue) = 245+4+11=260 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.23% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 245 - color contains mainly: red. Hex color #F5040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5040B is #0AFBF4. Grayscale: #4D4D4D. Windows color (decimal): -719861 or 722165. OLE color: 722165.
HSL color Cylindrical-coordinate representation of color #F5040B: hue angle of 358.26º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5040B is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.04 |
| HSL | 358.26º | 0.97% | 0.49% | - |
| HSV(B) | 358.26º | 0.98% | 0.96% | - |
| XYZ | 37.76 | 19.52 | 2.09 | - |
| YUV | 76.86 | 90.84 | 247.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 11 | 0 | 0.98 | 0.96 | 0.04 | 358.26 | 0.97 | 0.49 |
| Hex | F5 | 4 | B | 0 | 62 | 60 | 4 | 166 | 61 | 31 |
| Octal | 365 | 4 | 13 | 0 | 142 | 140 | 4 | 546 | 141 | 61 |
| Binary | 11110101 | 100 | 1011 | 0 | 1100010 | 1100000 | 100 | 101100110 | 1100001 | 110001 |
Color Harmonies of #F5040B
Complementary color
Monochromatic Colors of #F5040B
Black with #F5040B
Text Example
Text Example
White with #F5040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5040B; }
p { color: rgb(245,4,11); }
H1.HeaderClassName
{
color: #F5040B;
}
.AnyTagClassName
{
color: #F5040B;
}
</style>
background-color css
<style>
a { background-color: #F5040B; }
a { background-color: rgb(245,4,11); }
div.DivClassName
{
background-color: #F5040B;
}
.BgClassName
{
background-color: #F5040B;
}
</style>
border-color css
<style>
span { border-color: #F5040B; }
span { border-color: rgb(245,4,11); }
td.TdClassName
{
border-color: #F5040B;
}
.TagClassName
{
border-color: #F5040B;
}
</style>