Shades of Torch Red #F5151E
Tints of Torch Red #F5151E
RGB
CMYK
RGB Variations
Color information
#F5151E (or 0xF5151E) is known color: Torch Red. HEX triplet: F5, 15 and 1E. RGB value is (245,21,30). Sum of RGB (Red+Green+Blue) = 245+21+30=296 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.77% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 245 - color contains mainly: red. Hex color #F5151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5151E is #0AEAE1. Grayscale: #595959. Windows color (decimal): -715490 or 1971701. OLE color: 1971701.
HSL color Cylindrical-coordinate representation of color #F5151E: hue angle of 357.59º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5151E is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 30 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.04 |
| HSL | 357.59º | 0.92% | 0.52% | - |
| HSV(B) | 357.59º | 0.91% | 0.96% | - |
| XYZ | 38.16 | 20.04 | 3.09 | - |
| YUV | 89 | 94.71 | 239.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 30 | 0 | 0.91 | 0.88 | 0.04 | 357.59 | 0.92 | 0.52 |
| Hex | F5 | 15 | 1E | 0 | 5B | 58 | 4 | 166 | 5C | 34 |
| Octal | 365 | 25 | 36 | 0 | 133 | 130 | 4 | 546 | 134 | 64 |
| Binary | 11110101 | 10101 | 11110 | 0 | 1011011 | 1011000 | 100 | 101100110 | 1011100 | 110100 |
Color Harmonies of #F5151E
Complementary color
Monochromatic Colors of #F5151E
Black with #F5151E
Text Example
Text Example
White with #F5151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5151E; }
p { color: rgb(245,21,30); }
H1.HeaderClassName
{
color: #F5151E;
}
.AnyTagClassName
{
color: #F5151E;
}
</style>
background-color css
<style>
a { background-color: #F5151E; }
a { background-color: rgb(245,21,30); }
div.DivClassName
{
background-color: #F5151E;
}
.BgClassName
{
background-color: #F5151E;
}
</style>
border-color css
<style>
span { border-color: #F5151E; }
span { border-color: rgb(245,21,30); }
td.TdClassName
{
border-color: #F5151E;
}
.TagClassName
{
border-color: #F5151E;
}
</style>