Shades of Torch Red #F50412
Tints of Torch Red #F50412
RGB
CMYK
RGB Variations
Color information
#F50412 (or 0xF50412) is known color: Torch Red. HEX triplet: F5, 04 and 12. RGB value is (245,4,18). Sum of RGB (Red+Green+Blue) = 245+4+18=267 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.76% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 245 - color contains mainly: red. Hex color #F50412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50412 is #0AFBED. Grayscale: #4D4D4D. Windows color (decimal): -719854 or 1180917. OLE color: 1180917.
HSL color Cylindrical-coordinate representation of color #F50412: hue angle of 356.51º 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 #F50412 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.04 |
| HSL | 356.51º | 0.97% | 0.49% | - |
| HSV(B) | 356.51º | 0.98% | 0.96% | - |
| XYZ | 37.81 | 19.54 | 2.35 | - |
| YUV | 77.66 | 94.34 | 247.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 18 | 0 | 0.98 | 0.93 | 0.04 | 356.51 | 0.97 | 0.49 |
| Hex | F5 | 4 | 12 | 0 | 62 | 5D | 4 | 165 | 61 | 31 |
| Octal | 365 | 4 | 22 | 0 | 142 | 135 | 4 | 545 | 141 | 61 |
| Binary | 11110101 | 100 | 10010 | 0 | 1100010 | 1011101 | 100 | 101100101 | 1100001 | 110001 |
Color Harmonies of #F50412
Complementary color
Monochromatic Colors of #F50412
Black with #F50412
Text Example
Text Example
White with #F50412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50412; }
p { color: rgb(245,4,18); }
H1.HeaderClassName
{
color: #F50412;
}
.AnyTagClassName
{
color: #F50412;
}
</style>
background-color css
<style>
a { background-color: #F50412; }
a { background-color: rgb(245,4,18); }
div.DivClassName
{
background-color: #F50412;
}
.BgClassName
{
background-color: #F50412;
}
</style>
border-color css
<style>
span { border-color: #F50412; }
span { border-color: rgb(245,4,18); }
td.TdClassName
{
border-color: #F50412;
}
.TagClassName
{
border-color: #F50412;
}
</style>