Shades of Torch Red #FA1127
Tints of Torch Red #FA1127
RGB
CMYK
RGB Variations
Color information
#FA1127 (or 0xFA1127) is known color: Torch Red. HEX triplet: FA, 11 and 27. RGB value is (250,17,39). Sum of RGB (Red+Green+Blue) = 250+17+39=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1127 is #05EED8. Grayscale: #595959. Windows color (decimal): -388825 or 2560506. OLE color: 2560506.
HSL color Cylindrical-coordinate representation of color #FA1127: hue angle of 354.33º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1127 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 39 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.02 |
| HSL | 354.33º | 0.96% | 0.52% | - |
| HSV(B) | 354.33º | 0.93% | 0.98% | - |
| XYZ | 39.99 | 20.87 | 3.84 | - |
| YUV | 89.18 | 99.69 | 242.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 39 | 0 | 0.93 | 0.84 | 0.02 | 354.33 | 0.96 | 0.52 |
| Hex | FA | 11 | 27 | 0 | 5D | 54 | 2 | 162 | 60 | 34 |
| Octal | 372 | 21 | 47 | 0 | 135 | 124 | 2 | 542 | 140 | 64 |
| Binary | 11111010 | 10001 | 100111 | 0 | 1011101 | 1010100 | 10 | 101100010 | 1100000 | 110100 |
Color Harmonies of #FA1127
Complementary color
Monochromatic Colors of #FA1127
Black with #FA1127
Text Example
Text Example
White with #FA1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1127; }
p { color: rgb(250,17,39); }
H1.HeaderClassName
{
color: #FA1127;
}
.AnyTagClassName
{
color: #FA1127;
}
</style>
background-color css
<style>
a { background-color: #FA1127; }
a { background-color: rgb(250,17,39); }
div.DivClassName
{
background-color: #FA1127;
}
.BgClassName
{
background-color: #FA1127;
}
</style>
border-color css
<style>
span { border-color: #FA1127; }
span { border-color: rgb(250,17,39); }
td.TdClassName
{
border-color: #FA1127;
}
.TagClassName
{
border-color: #FA1127;
}
</style>