Shades of Torch Red #F5182D
Tints of Torch Red #F5182D
RGB
CMYK
RGB Variations
Color information
#F5182D (or 0xF5182D) is known color: Torch Red. HEX triplet: F5, 18 and 2D. RGB value is (245,24,45). Sum of RGB (Red+Green+Blue) = 245+24+45=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F5182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5182D is #0AE7D2. Grayscale: #5C5C5C. Windows color (decimal): -714707 or 2955509. OLE color: 2955509.
HSL color Cylindrical-coordinate representation of color #F5182D: hue angle of 354.3º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5182D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 45 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.04 |
| HSL | 354.3º | 0.92% | 0.53% | - |
| HSV(B) | 354.3º | 0.9% | 0.96% | - |
| XYZ | 38.46 | 20.26 | 4.37 | - |
| YUV | 92.47 | 101.22 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 45 | 0 | 0.90 | 0.82 | 0.04 | 354.3 | 0.92 | 0.53 |
| Hex | F5 | 18 | 2D | 0 | 5A | 52 | 4 | 162 | 5C | 35 |
| Octal | 365 | 30 | 55 | 0 | 132 | 122 | 4 | 542 | 134 | 65 |
| Binary | 11110101 | 11000 | 101101 | 0 | 1011010 | 1010010 | 100 | 101100010 | 1011100 | 110101 |
Color Harmonies of #F5182D
Complementary color
Monochromatic Colors of #F5182D
Black with #F5182D
Text Example
Text Example
White with #F5182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5182D; }
p { color: rgb(245,24,45); }
H1.HeaderClassName
{
color: #F5182D;
}
.AnyTagClassName
{
color: #F5182D;
}
</style>
background-color css
<style>
a { background-color: #F5182D; }
a { background-color: rgb(245,24,45); }
div.DivClassName
{
background-color: #F5182D;
}
.BgClassName
{
background-color: #F5182D;
}
</style>
border-color css
<style>
span { border-color: #F5182D; }
span { border-color: rgb(245,24,45); }
td.TdClassName
{
border-color: #F5182D;
}
.TagClassName
{
border-color: #F5182D;
}
</style>