Shades of Torch Red #FA192B
Tints of Torch Red #FA192B
RGB
CMYK
RGB Variations
Color information
#FA192B (or 0xFA192B) is known color: Torch Red. HEX triplet: FA, 19 and 2B. RGB value is (250,25,43). Sum of RGB (Red+Green+Blue) = 250+25+43=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA192B is #05E6D4. Grayscale: #5E5E5E. Windows color (decimal): -386773 or 2824698. OLE color: 2824698.
HSL color Cylindrical-coordinate representation of color #FA192B: hue angle of 355.2º 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 #FA192B is Cyan = 0, Magento = 0.9, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 43 | - |
| CMYK | 0 | 0.9 | 0.83 | 0.02 |
| HSL | 355.2º | 0.96% | 0.54% | - |
| HSV(B) | 355.2º | 0.9% | 0.98% | - |
| XYZ | 40.21 | 21.19 | 4.26 | - |
| YUV | 94.33 | 99.04 | 239.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 43 | 0 | 0.9 | 0.83 | 0.02 | 355.2 | 0.96 | 0.54 |
| Hex | FA | 19 | 2B | 0 | 5A | 53 | 2 | 163 | 60 | 36 |
| Octal | 372 | 31 | 53 | 0 | 132 | 123 | 2 | 543 | 140 | 66 |
| Binary | 11111010 | 11001 | 101011 | 0 | 1011010 | 1010011 | 10 | 101100011 | 1100000 | 110110 |
Color Harmonies of #FA192B
Complementary color
Monochromatic Colors of #FA192B
Black with #FA192B
Text Example
Text Example
White with #FA192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA192B; }
p { color: rgb(250,25,43); }
H1.HeaderClassName
{
color: #FA192B;
}
.AnyTagClassName
{
color: #FA192B;
}
</style>
background-color css
<style>
a { background-color: #FA192B; }
a { background-color: rgb(250,25,43); }
div.DivClassName
{
background-color: #FA192B;
}
.BgClassName
{
background-color: #FA192B;
}
</style>
border-color css
<style>
span { border-color: #FA192B; }
span { border-color: rgb(250,25,43); }
td.TdClassName
{
border-color: #FA192B;
}
.TagClassName
{
border-color: #FA192B;
}
</style>