Shades of Torch Red #F50311
Tints of Torch Red #F50311
RGB
CMYK
RGB Variations
Color information
#F50311 (or 0xF50311) is known color: Torch Red. HEX triplet: F5, 03 and 11. RGB value is (245,3,17). Sum of RGB (Red+Green+Blue) = 245+3+17=265 (35% of max value = 765). Red value is 245 (96.09% from 255 or 92.45% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 245 - color contains mainly: red. Hex color #F50311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50311 is #0AFCEE. Grayscale: #4D4D4D. Windows color (decimal): -720111 or 1115125. OLE color: 1115125.
HSL color Cylindrical-coordinate representation of color #F50311: hue angle of 356.53º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50311 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 17 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.04 |
| HSL | 356.53º | 0.98% | 0.49% | - |
| HSV(B) | 356.53º | 0.99% | 0.96% | - |
| XYZ | 37.79 | 19.52 | 2.31 | - |
| YUV | 76.95 | 94.17 | 247.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 17 | 0 | 0.99 | 0.93 | 0.04 | 356.53 | 0.98 | 0.49 |
| Hex | F5 | 3 | 11 | 0 | 63 | 5D | 4 | 165 | 62 | 31 |
| Octal | 365 | 3 | 21 | 0 | 143 | 135 | 4 | 545 | 142 | 61 |
| Binary | 11110101 | 11 | 10001 | 0 | 1100011 | 1011101 | 100 | 101100101 | 1100010 | 110001 |
Color Harmonies of #F50311
Complementary color
Monochromatic Colors of #F50311
Black with #F50311
Text Example
Text Example
White with #F50311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50311; }
p { color: rgb(245,3,17); }
H1.HeaderClassName
{
color: #F50311;
}
.AnyTagClassName
{
color: #F50311;
}
</style>
background-color css
<style>
a { background-color: #F50311; }
a { background-color: rgb(245,3,17); }
div.DivClassName
{
background-color: #F50311;
}
.BgClassName
{
background-color: #F50311;
}
</style>
border-color css
<style>
span { border-color: #F50311; }
span { border-color: rgb(245,3,17); }
td.TdClassName
{
border-color: #F50311;
}
.TagClassName
{
border-color: #F50311;
}
</style>