Shades of Torch Red #FA162D
Tints of Torch Red #FA162D
RGB
CMYK
RGB Variations
Color information
#FA162D (or 0xFA162D) is known color: Torch Red. HEX triplet: FA, 16 and 2D. RGB value is (250,22,45). Sum of RGB (Red+Green+Blue) = 250+22+45=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA162D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA162D is #05E9D2. Grayscale: #5C5C5C. Windows color (decimal): -387539 or 2955002. OLE color: 2955002.
HSL color Cylindrical-coordinate representation of color #FA162D: hue angle of 353.95º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA162D is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 45 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.02 |
| HSL | 353.95º | 0.96% | 0.53% | - |
| HSV(B) | 353.95º | 0.91% | 0.98% | - |
| XYZ | 40.18 | 21.09 | 4.43 | - |
| YUV | 92.79 | 101.04 | 240.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 45 | 0 | 0.91 | 0.82 | 0.02 | 353.95 | 0.96 | 0.53 |
| Hex | FA | 16 | 2D | 0 | 5B | 52 | 2 | 162 | 60 | 35 |
| Octal | 372 | 26 | 55 | 0 | 133 | 122 | 2 | 542 | 140 | 65 |
| Binary | 11111010 | 10110 | 101101 | 0 | 1011011 | 1010010 | 10 | 101100010 | 1100000 | 110101 |
Color Harmonies of #FA162D
Complementary color
Monochromatic Colors of #FA162D
Black with #FA162D
Text Example
Text Example
White with #FA162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA162D; }
p { color: rgb(250,22,45); }
H1.HeaderClassName
{
color: #FA162D;
}
.AnyTagClassName
{
color: #FA162D;
}
</style>
background-color css
<style>
a { background-color: #FA162D; }
a { background-color: rgb(250,22,45); }
div.DivClassName
{
background-color: #FA162D;
}
.BgClassName
{
background-color: #FA162D;
}
</style>
border-color css
<style>
span { border-color: #FA162D; }
span { border-color: rgb(250,22,45); }
td.TdClassName
{
border-color: #FA162D;
}
.TagClassName
{
border-color: #FA162D;
}
</style>