Shades of Torch Red #FA191A
Tints of Torch Red #FA191A
RGB
CMYK
RGB Variations
Color information
#FA191A (or 0xFA191A) is known color: Torch Red. HEX triplet: FA, 19 and 1A. RGB value is (250,25,26). Sum of RGB (Red+Green+Blue) = 250+25+26=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA191A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA191A is #05E6E5. Grayscale: #5C5C5C. Windows color (decimal): -386790 or 1710586. OLE color: 1710586.
HSL color Cylindrical-coordinate representation of color #FA191A: hue angle of 359.73º 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 #FA191A is Cyan = 0, Magento = 0.9, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 26 | - |
| CMYK | 0 | 0.9 | 0.90 | 0.02 |
| HSL | 359.73º | 0.96% | 0.54% | - |
| HSV(B) | 359.73º | 0.9% | 0.98% | - |
| XYZ | 39.96 | 21.09 | 2.94 | - |
| YUV | 92.39 | 90.54 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 26 | 0 | 0.9 | 0.90 | 0.02 | 359.73 | 0.96 | 0.54 |
| Hex | FA | 19 | 1A | 0 | 5A | 5A | 2 | 168 | 60 | 36 |
| Octal | 372 | 31 | 32 | 0 | 132 | 132 | 2 | 550 | 140 | 66 |
| Binary | 11111010 | 11001 | 11010 | 0 | 1011010 | 1011010 | 10 | 101101000 | 1100000 | 110110 |
Color Harmonies of #FA191A
Complementary color
Monochromatic Colors of #FA191A
Black with #FA191A
Text Example
Text Example
White with #FA191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA191A; }
p { color: rgb(250,25,26); }
H1.HeaderClassName
{
color: #FA191A;
}
.AnyTagClassName
{
color: #FA191A;
}
</style>
background-color css
<style>
a { background-color: #FA191A; }
a { background-color: rgb(250,25,26); }
div.DivClassName
{
background-color: #FA191A;
}
.BgClassName
{
background-color: #FA191A;
}
</style>
border-color css
<style>
span { border-color: #FA191A; }
span { border-color: rgb(250,25,26); }
td.TdClassName
{
border-color: #FA191A;
}
.TagClassName
{
border-color: #FA191A;
}
</style>