Shades of Torch Red #FA131A
Tints of Torch Red #FA131A
RGB
CMYK
RGB Variations
Color information
#FA131A (or 0xFA131A) is known color: Torch Red. HEX triplet: FA, 13 and 1A. RGB value is (250,19,26). Sum of RGB (Red+Green+Blue) = 250+19+26=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA131A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA131A is #05ECE5. Grayscale: #595959. Windows color (decimal): -388326 or 1709050. OLE color: 1709050.
HSL color Cylindrical-coordinate representation of color #FA131A: hue angle of 358.18º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA131A is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 26 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.02 |
| HSL | 358.18º | 0.96% | 0.53% | - |
| HSV(B) | 358.18º | 0.92% | 0.98% | - |
| XYZ | 39.84 | 20.86 | 2.9 | - |
| YUV | 88.87 | 92.53 | 242.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 26 | 0 | 0.92 | 0.90 | 0.02 | 358.18 | 0.96 | 0.53 |
| Hex | FA | 13 | 1A | 0 | 5C | 5A | 2 | 166 | 60 | 35 |
| Octal | 372 | 23 | 32 | 0 | 134 | 132 | 2 | 546 | 140 | 65 |
| Binary | 11111010 | 10011 | 11010 | 0 | 1011100 | 1011010 | 10 | 101100110 | 1100000 | 110101 |
Color Harmonies of #FA131A
Complementary color
Monochromatic Colors of #FA131A
Black with #FA131A
Text Example
Text Example
White with #FA131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA131A; }
p { color: rgb(250,19,26); }
H1.HeaderClassName
{
color: #FA131A;
}
.AnyTagClassName
{
color: #FA131A;
}
</style>
background-color css
<style>
a { background-color: #FA131A; }
a { background-color: rgb(250,19,26); }
div.DivClassName
{
background-color: #FA131A;
}
.BgClassName
{
background-color: #FA131A;
}
</style>
border-color css
<style>
span { border-color: #FA131A; }
span { border-color: rgb(250,19,26); }
td.TdClassName
{
border-color: #FA131A;
}
.TagClassName
{
border-color: #FA131A;
}
</style>