Shades of Torch Red #FA1B26
Tints of Torch Red #FA1B26
RGB
CMYK
RGB Variations
Color information
#FA1B26 (or 0xFA1B26) is known color: Torch Red. HEX triplet: FA, 1B and 26. RGB value is (250,27,38). Sum of RGB (Red+Green+Blue) = 250+27+38=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1B26 is #05E4D9. Grayscale: #5F5F5F. Windows color (decimal): -386266 or 2497530. OLE color: 2497530.
HSL color Cylindrical-coordinate representation of color #FA1B26: hue angle of 357.04º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1B26 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 38 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.02 |
| HSL | 357.04º | 0.96% | 0.54% | - |
| HSV(B) | 357.04º | 0.89% | 0.98% | - |
| XYZ | 40.17 | 21.25 | 3.82 | - |
| YUV | 94.93 | 95.88 | 238.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 38 | 0 | 0.89 | 0.85 | 0.02 | 357.04 | 0.96 | 0.54 |
| Hex | FA | 1B | 26 | 0 | 59 | 55 | 2 | 165 | 60 | 36 |
| Octal | 372 | 33 | 46 | 0 | 131 | 125 | 2 | 545 | 140 | 66 |
| Binary | 11111010 | 11011 | 100110 | 0 | 1011001 | 1010101 | 10 | 101100101 | 1100000 | 110110 |
Color Harmonies of #FA1B26
Complementary color
Monochromatic Colors of #FA1B26
Black with #FA1B26
Text Example
Text Example
White with #FA1B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B26; }
p { color: rgb(250,27,38); }
H1.HeaderClassName
{
color: #FA1B26;
}
.AnyTagClassName
{
color: #FA1B26;
}
</style>
background-color css
<style>
a { background-color: #FA1B26; }
a { background-color: rgb(250,27,38); }
div.DivClassName
{
background-color: #FA1B26;
}
.BgClassName
{
background-color: #FA1B26;
}
</style>
border-color css
<style>
span { border-color: #FA1B26; }
span { border-color: rgb(250,27,38); }
td.TdClassName
{
border-color: #FA1B26;
}
.TagClassName
{
border-color: #FA1B26;
}
</style>