Shades of Torch Red #FA141A
Tints of Torch Red #FA141A
RGB
CMYK
RGB Variations
Color information
#FA141A (or 0xFA141A) is known color: Torch Red. HEX triplet: FA, 14 and 1A. RGB value is (250,20,26). Sum of RGB (Red+Green+Blue) = 250+20+26=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA141A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA141A is #05EBE5. Grayscale: #595959. Windows color (decimal): -388070 or 1709306. OLE color: 1709306.
HSL color Cylindrical-coordinate representation of color #FA141A: hue angle of 358.43º 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 #FA141A is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 26 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.02 |
| HSL | 358.43º | 0.96% | 0.53% | - |
| HSV(B) | 358.43º | 0.92% | 0.98% | - |
| XYZ | 39.86 | 20.9 | 2.91 | - |
| YUV | 89.45 | 92.2 | 242.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 26 | 0 | 0.92 | 0.90 | 0.02 | 358.43 | 0.96 | 0.53 |
| Hex | FA | 14 | 1A | 0 | 5C | 5A | 2 | 166 | 60 | 35 |
| Octal | 372 | 24 | 32 | 0 | 134 | 132 | 2 | 546 | 140 | 65 |
| Binary | 11111010 | 10100 | 11010 | 0 | 1011100 | 1011010 | 10 | 101100110 | 1100000 | 110101 |
Color Harmonies of #FA141A
Complementary color
Monochromatic Colors of #FA141A
Black with #FA141A
Text Example
Text Example
White with #FA141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA141A; }
p { color: rgb(250,20,26); }
H1.HeaderClassName
{
color: #FA141A;
}
.AnyTagClassName
{
color: #FA141A;
}
</style>
background-color css
<style>
a { background-color: #FA141A; }
a { background-color: rgb(250,20,26); }
div.DivClassName
{
background-color: #FA141A;
}
.BgClassName
{
background-color: #FA141A;
}
</style>
border-color css
<style>
span { border-color: #FA141A; }
span { border-color: rgb(250,20,26); }
td.TdClassName
{
border-color: #FA141A;
}
.TagClassName
{
border-color: #FA141A;
}
</style>