Shades of Torch Red #F5121D
Tints of Torch Red #F5121D
RGB
CMYK
RGB Variations
Color information
#F5121D (or 0xF5121D) is known color: Torch Red. HEX triplet: F5, 12 and 1D. RGB value is (245,18,29). Sum of RGB (Red+Green+Blue) = 245+18+29=292 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.90% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 245 - color contains mainly: red. Hex color #F5121D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5121D is #0AEDE2. Grayscale: #575757. Windows color (decimal): -716259 or 1905397. OLE color: 1905397.
HSL color Cylindrical-coordinate representation of color #F5121D: hue angle of 357.09º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5121D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 29 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.04 |
| HSL | 357.09º | 0.92% | 0.52% | - |
| HSV(B) | 357.09º | 0.93% | 0.96% | - |
| XYZ | 38.09 | 19.93 | 3 | - |
| YUV | 87.13 | 95.21 | 240.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 29 | 0 | 0.93 | 0.88 | 0.04 | 357.09 | 0.92 | 0.52 |
| Hex | F5 | 12 | 1D | 0 | 5D | 58 | 4 | 165 | 5C | 34 |
| Octal | 365 | 22 | 35 | 0 | 135 | 130 | 4 | 545 | 134 | 64 |
| Binary | 11110101 | 10010 | 11101 | 0 | 1011101 | 1011000 | 100 | 101100101 | 1011100 | 110100 |
Color Harmonies of #F5121D
Complementary color
Monochromatic Colors of #F5121D
Black with #F5121D
Text Example
Text Example
White with #F5121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5121D; }
p { color: rgb(245,18,29); }
H1.HeaderClassName
{
color: #F5121D;
}
.AnyTagClassName
{
color: #F5121D;
}
</style>
background-color css
<style>
a { background-color: #F5121D; }
a { background-color: rgb(245,18,29); }
div.DivClassName
{
background-color: #F5121D;
}
.BgClassName
{
background-color: #F5121D;
}
</style>
border-color css
<style>
span { border-color: #F5121D; }
span { border-color: rgb(245,18,29); }
td.TdClassName
{
border-color: #F5121D;
}
.TagClassName
{
border-color: #F5121D;
}
</style>