Shades of Torch Red #F5121F
Tints of Torch Red #F5121F
RGB
CMYK
RGB Variations
Color information
#F5121F (or 0xF5121F) is known color: Torch Red. HEX triplet: F5, 12 and 1F. RGB value is (245,18,31). Sum of RGB (Red+Green+Blue) = 245+18+31=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F5121F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5121F is #0AEDE0. Grayscale: #575757. Windows color (decimal): -716257 or 2036469. OLE color: 2036469.
HSL color Cylindrical-coordinate representation of color #F5121F: hue angle of 356.56º 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 #F5121F is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 31 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.04 |
| HSL | 356.56º | 0.92% | 0.52% | - |
| HSV(B) | 356.56º | 0.93% | 0.96% | - |
| XYZ | 38.12 | 19.94 | 3.14 | - |
| YUV | 87.36 | 96.21 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 31 | 0 | 0.93 | 0.87 | 0.04 | 356.56 | 0.92 | 0.52 |
| Hex | F5 | 12 | 1F | 0 | 5D | 57 | 4 | 165 | 5C | 34 |
| Octal | 365 | 22 | 37 | 0 | 135 | 127 | 4 | 545 | 134 | 64 |
| Binary | 11110101 | 10010 | 11111 | 0 | 1011101 | 1010111 | 100 | 101100101 | 1011100 | 110100 |
Color Harmonies of #F5121F
Complementary color
Monochromatic Colors of #F5121F
Black with #F5121F
Text Example
Text Example
White with #F5121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5121F; }
p { color: rgb(245,18,31); }
H1.HeaderClassName
{
color: #F5121F;
}
.AnyTagClassName
{
color: #F5121F;
}
</style>
background-color css
<style>
a { background-color: #F5121F; }
a { background-color: rgb(245,18,31); }
div.DivClassName
{
background-color: #F5121F;
}
.BgClassName
{
background-color: #F5121F;
}
</style>
border-color css
<style>
span { border-color: #F5121F; }
span { border-color: rgb(245,18,31); }
td.TdClassName
{
border-color: #F5121F;
}
.TagClassName
{
border-color: #F5121F;
}
</style>