Shades of Torch Red #FA1937
Tints of Torch Red #FA1937
RGB
CMYK
RGB Variations
Color information
#FA1937 (or 0xFA1937) is known color: Torch Red. HEX triplet: FA, 19 and 37. RGB value is (250,25,55). Sum of RGB (Red+Green+Blue) = 250+25+55=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1937 is #05E6C8. Grayscale: #5F5F5F. Windows color (decimal): -386761 or 3611130. OLE color: 3611130.
HSL color Cylindrical-coordinate representation of color #FA1937: hue angle of 352º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1937 is Cyan = 0, Magento = 0.9, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 55 | - |
| CMYK | 0 | 0.9 | 0.78 | 0.02 |
| HSL | 352º | 0.96% | 0.54% | - |
| HSV(B) | 352º | 0.9% | 0.98% | - |
| XYZ | 40.46 | 21.3 | 5.59 | - |
| YUV | 95.7 | 105.04 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 55 | 0 | 0.9 | 0.78 | 0.02 | 352 | 0.96 | 0.54 |
| Hex | FA | 19 | 37 | 0 | 5A | 4E | 2 | 160 | 60 | 36 |
| Octal | 372 | 31 | 67 | 0 | 132 | 116 | 2 | 540 | 140 | 66 |
| Binary | 11111010 | 11001 | 110111 | 0 | 1011010 | 1001110 | 10 | 101100000 | 1100000 | 110110 |
Color Harmonies of #FA1937
Complementary color
Monochromatic Colors of #FA1937
Black with #FA1937
Text Example
Text Example
White with #FA1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1937; }
p { color: rgb(250,25,55); }
H1.HeaderClassName
{
color: #FA1937;
}
.AnyTagClassName
{
color: #FA1937;
}
</style>
background-color css
<style>
a { background-color: #FA1937; }
a { background-color: rgb(250,25,55); }
div.DivClassName
{
background-color: #FA1937;
}
.BgClassName
{
background-color: #FA1937;
}
</style>
border-color css
<style>
span { border-color: #FA1937; }
span { border-color: rgb(250,25,55); }
td.TdClassName
{
border-color: #FA1937;
}
.TagClassName
{
border-color: #FA1937;
}
</style>