Shades of Torch Red #FA192E
Tints of Torch Red #FA192E
RGB
CMYK
RGB Variations
Color information
#FA192E (or 0xFA192E) is known color: Torch Red. HEX triplet: FA, 19 and 2E. RGB value is (250,25,46). Sum of RGB (Red+Green+Blue) = 250+25+46=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA192E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA192E is #05E6D1. Grayscale: #5E5E5E. Windows color (decimal): -386770 or 3021306. OLE color: 3021306.
HSL color Cylindrical-coordinate representation of color #FA192E: hue angle of 354.4º 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 #FA192E is Cyan = 0, Magento = 0.9, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 46 | - |
| CMYK | 0 | 0.9 | 0.82 | 0.02 |
| HSL | 354.4º | 0.96% | 0.54% | - |
| HSV(B) | 354.4º | 0.9% | 0.98% | - |
| XYZ | 40.27 | 21.22 | 4.56 | - |
| YUV | 94.67 | 100.54 | 238.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 46 | 0 | 0.9 | 0.82 | 0.02 | 354.4 | 0.96 | 0.54 |
| Hex | FA | 19 | 2E | 0 | 5A | 52 | 2 | 162 | 60 | 36 |
| Octal | 372 | 31 | 56 | 0 | 132 | 122 | 2 | 542 | 140 | 66 |
| Binary | 11111010 | 11001 | 101110 | 0 | 1011010 | 1010010 | 10 | 101100010 | 1100000 | 110110 |
Color Harmonies of #FA192E
Complementary color
Monochromatic Colors of #FA192E
Black with #FA192E
Text Example
Text Example
White with #FA192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA192E; }
p { color: rgb(250,25,46); }
H1.HeaderClassName
{
color: #FA192E;
}
.AnyTagClassName
{
color: #FA192E;
}
</style>
background-color css
<style>
a { background-color: #FA192E; }
a { background-color: rgb(250,25,46); }
div.DivClassName
{
background-color: #FA192E;
}
.BgClassName
{
background-color: #FA192E;
}
</style>
border-color css
<style>
span { border-color: #FA192E; }
span { border-color: rgb(250,25,46); }
td.TdClassName
{
border-color: #FA192E;
}
.TagClassName
{
border-color: #FA192E;
}
</style>