Shades of Torch Red #FA192D
Tints of Torch Red #FA192D
RGB
CMYK
RGB Variations
Color information
#FA192D (or 0xFA192D) is known color: Torch Red. HEX triplet: FA, 19 and 2D. RGB value is (250,25,45). Sum of RGB (Red+Green+Blue) = 250+25+45=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA192D is #05E6D2. Grayscale: #5E5E5E. Windows color (decimal): -386771 or 2955770. OLE color: 2955770.
HSL color Cylindrical-coordinate representation of color #FA192D: hue angle of 354.67º 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 #FA192D is Cyan = 0, Magento = 0.9, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 45 | - |
| CMYK | 0 | 0.9 | 0.82 | 0.02 |
| HSL | 354.67º | 0.96% | 0.54% | - |
| HSV(B) | 354.67º | 0.9% | 0.98% | - |
| XYZ | 40.25 | 21.21 | 4.46 | - |
| YUV | 94.56 | 100.04 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 45 | 0 | 0.9 | 0.82 | 0.02 | 354.67 | 0.96 | 0.54 |
| Hex | FA | 19 | 2D | 0 | 5A | 52 | 2 | 163 | 60 | 36 |
| Octal | 372 | 31 | 55 | 0 | 132 | 122 | 2 | 543 | 140 | 66 |
| Binary | 11111010 | 11001 | 101101 | 0 | 1011010 | 1010010 | 10 | 101100011 | 1100000 | 110110 |
Color Harmonies of #FA192D
Complementary color
Monochromatic Colors of #FA192D
Black with #FA192D
Text Example
Text Example
White with #FA192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA192D; }
p { color: rgb(250,25,45); }
H1.HeaderClassName
{
color: #FA192D;
}
.AnyTagClassName
{
color: #FA192D;
}
</style>
background-color css
<style>
a { background-color: #FA192D; }
a { background-color: rgb(250,25,45); }
div.DivClassName
{
background-color: #FA192D;
}
.BgClassName
{
background-color: #FA192D;
}
</style>
border-color css
<style>
span { border-color: #FA192D; }
span { border-color: rgb(250,25,45); }
td.TdClassName
{
border-color: #FA192D;
}
.TagClassName
{
border-color: #FA192D;
}
</style>