Shades of Torch Red #F5181E
Tints of Torch Red #F5181E
RGB
CMYK
RGB Variations
Color information
#F5181E (or 0xF5181E) is known color: Torch Red. HEX triplet: F5, 18 and 1E. RGB value is (245,24,30). Sum of RGB (Red+Green+Blue) = 245+24+30=299 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.94% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 245 - color contains mainly: red. Hex color #F5181E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5181E is #0AE7E1. Grayscale: #5A5A5A. Windows color (decimal): -714722 or 1972469. OLE color: 1972469.
HSL color Cylindrical-coordinate representation of color #F5181E: hue angle of 358.37º 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 #F5181E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 30 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.04 |
| HSL | 358.37º | 0.92% | 0.53% | - |
| HSV(B) | 358.37º | 0.9% | 0.96% | - |
| XYZ | 38.22 | 20.16 | 3.11 | - |
| YUV | 90.76 | 93.72 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 30 | 0 | 0.90 | 0.88 | 0.04 | 358.37 | 0.92 | 0.53 |
| Hex | F5 | 18 | 1E | 0 | 5A | 58 | 4 | 166 | 5C | 35 |
| Octal | 365 | 30 | 36 | 0 | 132 | 130 | 4 | 546 | 134 | 65 |
| Binary | 11110101 | 11000 | 11110 | 0 | 1011010 | 1011000 | 100 | 101100110 | 1011100 | 110101 |
Color Harmonies of #F5181E
Complementary color
Monochromatic Colors of #F5181E
Black with #F5181E
Text Example
Text Example
White with #F5181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5181E; }
p { color: rgb(245,24,30); }
H1.HeaderClassName
{
color: #F5181E;
}
.AnyTagClassName
{
color: #F5181E;
}
</style>
background-color css
<style>
a { background-color: #F5181E; }
a { background-color: rgb(245,24,30); }
div.DivClassName
{
background-color: #F5181E;
}
.BgClassName
{
background-color: #F5181E;
}
</style>
border-color css
<style>
span { border-color: #F5181E; }
span { border-color: rgb(245,24,30); }
td.TdClassName
{
border-color: #F5181E;
}
.TagClassName
{
border-color: #F5181E;
}
</style>