Shades of Torch Red #F5172D
Tints of Torch Red #F5172D
RGB
CMYK
RGB Variations
Color information
#F5172D (or 0xF5172D) is known color: Torch Red. HEX triplet: F5, 17 and 2D. RGB value is (245,23,45). Sum of RGB (Red+Green+Blue) = 245+23+45=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F5172D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5172D is #0AE8D2. Grayscale: #5C5C5C. Windows color (decimal): -714963 or 2955253. OLE color: 2955253.
HSL color Cylindrical-coordinate representation of color #F5172D: hue angle of 354.05º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5172D is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 45 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.04 |
| HSL | 354.05º | 0.92% | 0.53% | - |
| HSV(B) | 354.05º | 0.91% | 0.96% | - |
| XYZ | 38.44 | 20.21 | 4.36 | - |
| YUV | 91.89 | 101.55 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 45 | 0 | 0.91 | 0.82 | 0.04 | 354.05 | 0.92 | 0.53 |
| Hex | F5 | 17 | 2D | 0 | 5B | 52 | 4 | 162 | 5C | 35 |
| Octal | 365 | 27 | 55 | 0 | 133 | 122 | 4 | 542 | 134 | 65 |
| Binary | 11110101 | 10111 | 101101 | 0 | 1011011 | 1010010 | 100 | 101100010 | 1011100 | 110101 |
Color Harmonies of #F5172D
Complementary color
Monochromatic Colors of #F5172D
Black with #F5172D
Text Example
Text Example
White with #F5172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5172D; }
p { color: rgb(245,23,45); }
H1.HeaderClassName
{
color: #F5172D;
}
.AnyTagClassName
{
color: #F5172D;
}
</style>
background-color css
<style>
a { background-color: #F5172D; }
a { background-color: rgb(245,23,45); }
div.DivClassName
{
background-color: #F5172D;
}
.BgClassName
{
background-color: #F5172D;
}
</style>
border-color css
<style>
span { border-color: #F5172D; }
span { border-color: rgb(245,23,45); }
td.TdClassName
{
border-color: #F5172D;
}
.TagClassName
{
border-color: #F5172D;
}
</style>