Shades of Torch Red #FA191C
Tints of Torch Red #FA191C
RGB
CMYK
RGB Variations
Color information
#FA191C (or 0xFA191C) is known color: Torch Red. HEX triplet: FA, 19 and 1C. RGB value is (250,25,28). Sum of RGB (Red+Green+Blue) = 250+25+28=303 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.51% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 250 - color contains mainly: red. Hex color #FA191C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA191C is #05E6E3. Grayscale: #5C5C5C. Windows color (decimal): -386788 or 1841658. OLE color: 1841658.
HSL color Cylindrical-coordinate representation of color #FA191C: hue angle of 359.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 #FA191C is Cyan = 0, Magento = 0.9, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 28 | - |
| CMYK | 0 | 0.9 | 0.89 | 0.02 |
| HSL | 359.2º | 0.96% | 0.54% | - |
| HSV(B) | 359.2º | 0.9% | 0.98% | - |
| XYZ | 39.98 | 21.1 | 3.06 | - |
| YUV | 92.62 | 91.54 | 240.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 28 | 0 | 0.9 | 0.89 | 0.02 | 359.2 | 0.96 | 0.54 |
| Hex | FA | 19 | 1C | 0 | 5A | 59 | 2 | 167 | 60 | 36 |
| Octal | 372 | 31 | 34 | 0 | 132 | 131 | 2 | 547 | 140 | 66 |
| Binary | 11111010 | 11001 | 11100 | 0 | 1011010 | 1011001 | 10 | 101100111 | 1100000 | 110110 |
Color Harmonies of #FA191C
Complementary color
Monochromatic Colors of #FA191C
Black with #FA191C
Text Example
Text Example
White with #FA191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA191C; }
p { color: rgb(250,25,28); }
H1.HeaderClassName
{
color: #FA191C;
}
.AnyTagClassName
{
color: #FA191C;
}
</style>
background-color css
<style>
a { background-color: #FA191C; }
a { background-color: rgb(250,25,28); }
div.DivClassName
{
background-color: #FA191C;
}
.BgClassName
{
background-color: #FA191C;
}
</style>
border-color css
<style>
span { border-color: #FA191C; }
span { border-color: rgb(250,25,28); }
td.TdClassName
{
border-color: #FA191C;
}
.TagClassName
{
border-color: #FA191C;
}
</style>