Shades of Torch Red #F5162A
Tints of Torch Red #F5162A
RGB
CMYK
RGB Variations
Color information
#F5162A (or 0xF5162A) is known color: Torch Red. HEX triplet: F5, 16 and 2A. RGB value is (245,22,42). Sum of RGB (Red+Green+Blue) = 245+22+42=309 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.29% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 245 - color contains mainly: red. Hex color #F5162A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5162A is #0AE9D5. Grayscale: #5B5B5B. Windows color (decimal): -715222 or 2758389. OLE color: 2758389.
HSL color Cylindrical-coordinate representation of color #F5162A: hue angle of 354.62º 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 #F5162A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 42 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.04 |
| HSL | 354.62º | 0.92% | 0.52% | - |
| HSV(B) | 354.62º | 0.91% | 0.96% | - |
| XYZ | 38.36 | 20.15 | 4.06 | - |
| YUV | 90.96 | 100.38 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 42 | 0 | 0.91 | 0.83 | 0.04 | 354.62 | 0.92 | 0.52 |
| Hex | F5 | 16 | 2A | 0 | 5B | 53 | 4 | 163 | 5C | 34 |
| Octal | 365 | 26 | 52 | 0 | 133 | 123 | 4 | 543 | 134 | 64 |
| Binary | 11110101 | 10110 | 101010 | 0 | 1011011 | 1010011 | 100 | 101100011 | 1011100 | 110100 |
Color Harmonies of #F5162A
Complementary color
Monochromatic Colors of #F5162A
Black with #F5162A
Text Example
Text Example
White with #F5162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5162A; }
p { color: rgb(245,22,42); }
H1.HeaderClassName
{
color: #F5162A;
}
.AnyTagClassName
{
color: #F5162A;
}
</style>
background-color css
<style>
a { background-color: #F5162A; }
a { background-color: rgb(245,22,42); }
div.DivClassName
{
background-color: #F5162A;
}
.BgClassName
{
background-color: #F5162A;
}
</style>
border-color css
<style>
span { border-color: #F5162A; }
span { border-color: rgb(245,22,42); }
td.TdClassName
{
border-color: #F5162A;
}
.TagClassName
{
border-color: #F5162A;
}
</style>