Shades of Torch Red #FA1637
Tints of Torch Red #FA1637
RGB
CMYK
RGB Variations
Color information
#FA1637 (or 0xFA1637) is known color: Torch Red. HEX triplet: FA, 16 and 37. RGB value is (250,22,55). Sum of RGB (Red+Green+Blue) = 250+22+55=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1637 is #05E9C8. Grayscale: #5E5E5E. Windows color (decimal): -387529 or 3610362. OLE color: 3610362.
HSL color Cylindrical-coordinate representation of color #FA1637: hue angle of 351.32º 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 #FA1637 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 55 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.02 |
| HSL | 351.32º | 0.96% | 0.53% | - |
| HSV(B) | 351.32º | 0.91% | 0.98% | - |
| XYZ | 40.4 | 21.17 | 5.57 | - |
| YUV | 93.93 | 106.04 | 239.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 55 | 0 | 0.91 | 0.78 | 0.02 | 351.32 | 0.96 | 0.53 |
| Hex | FA | 16 | 37 | 0 | 5B | 4E | 2 | 15F | 60 | 35 |
| Octal | 372 | 26 | 67 | 0 | 133 | 116 | 2 | 537 | 140 | 65 |
| Binary | 11111010 | 10110 | 110111 | 0 | 1011011 | 1001110 | 10 | 101011111 | 1100000 | 110101 |
Color Harmonies of #FA1637
Complementary color
Monochromatic Colors of #FA1637
Black with #FA1637
Text Example
Text Example
White with #FA1637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1637; }
p { color: rgb(250,22,55); }
H1.HeaderClassName
{
color: #FA1637;
}
.AnyTagClassName
{
color: #FA1637;
}
</style>
background-color css
<style>
a { background-color: #FA1637; }
a { background-color: rgb(250,22,55); }
div.DivClassName
{
background-color: #FA1637;
}
.BgClassName
{
background-color: #FA1637;
}
</style>
border-color css
<style>
span { border-color: #FA1637; }
span { border-color: rgb(250,22,55); }
td.TdClassName
{
border-color: #FA1637;
}
.TagClassName
{
border-color: #FA1637;
}
</style>