Shades of Torch Red #F5131D
Tints of Torch Red #F5131D
RGB
CMYK
RGB Variations
Color information
#F5131D (or 0xF5131D) is known color: Torch Red. HEX triplet: F5, 13 and 1D. RGB value is (245,19,29). Sum of RGB (Red+Green+Blue) = 245+19+29=293 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.62% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 245 - color contains mainly: red. Hex color #F5131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5131D is #0AECE2. Grayscale: #575757. Windows color (decimal): -716003 or 1905653. OLE color: 1905653.
HSL color Cylindrical-coordinate representation of color #F5131D: hue angle of 357.35º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5131D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.04 |
| HSL | 357.35º | 0.92% | 0.52% | - |
| HSV(B) | 357.35º | 0.92% | 0.96% | - |
| XYZ | 38.11 | 19.97 | 3.01 | - |
| YUV | 87.71 | 94.87 | 240.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 29 | 0 | 0.92 | 0.88 | 0.04 | 357.35 | 0.92 | 0.52 |
| Hex | F5 | 13 | 1D | 0 | 5C | 58 | 4 | 165 | 5C | 34 |
| Octal | 365 | 23 | 35 | 0 | 134 | 130 | 4 | 545 | 134 | 64 |
| Binary | 11110101 | 10011 | 11101 | 0 | 1011100 | 1011000 | 100 | 101100101 | 1011100 | 110100 |
Color Harmonies of #F5131D
Complementary color
Monochromatic Colors of #F5131D
Black with #F5131D
Text Example
Text Example
White with #F5131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5131D; }
p { color: rgb(245,19,29); }
H1.HeaderClassName
{
color: #F5131D;
}
.AnyTagClassName
{
color: #F5131D;
}
</style>
background-color css
<style>
a { background-color: #F5131D; }
a { background-color: rgb(245,19,29); }
div.DivClassName
{
background-color: #F5131D;
}
.BgClassName
{
background-color: #F5131D;
}
</style>
border-color css
<style>
span { border-color: #F5131D; }
span { border-color: rgb(245,19,29); }
td.TdClassName
{
border-color: #F5131D;
}
.TagClassName
{
border-color: #F5131D;
}
</style>