Shades of Torch Red #FA191E
Tints of Torch Red #FA191E
RGB
CMYK
RGB Variations
Color information
#FA191E (or 0xFA191E) is known color: Torch Red. HEX triplet: FA, 19 and 1E. RGB value is (250,25,30). Sum of RGB (Red+Green+Blue) = 250+25+30=305 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.97% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 250 - color contains mainly: red. Hex color #FA191E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA191E is #05E6E1. Grayscale: #5D5D5D. Windows color (decimal): -386786 or 1972730. OLE color: 1972730.
HSL color Cylindrical-coordinate representation of color #FA191E: hue angle of 358.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 #FA191E is Cyan = 0, Magento = 0.9, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 30 | - |
| CMYK | 0 | 0.9 | 0.88 | 0.02 |
| HSL | 358.67º | 0.96% | 0.54% | - |
| HSV(B) | 358.67º | 0.9% | 0.98% | - |
| XYZ | 40.01 | 21.11 | 3.19 | - |
| YUV | 92.85 | 92.54 | 240.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 30 | 0 | 0.9 | 0.88 | 0.02 | 358.67 | 0.96 | 0.54 |
| Hex | FA | 19 | 1E | 0 | 5A | 58 | 2 | 167 | 60 | 36 |
| Octal | 372 | 31 | 36 | 0 | 132 | 130 | 2 | 547 | 140 | 66 |
| Binary | 11111010 | 11001 | 11110 | 0 | 1011010 | 1011000 | 10 | 101100111 | 1100000 | 110110 |
Color Harmonies of #FA191E
Complementary color
Monochromatic Colors of #FA191E
Black with #FA191E
Text Example
Text Example
White with #FA191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA191E; }
p { color: rgb(250,25,30); }
H1.HeaderClassName
{
color: #FA191E;
}
.AnyTagClassName
{
color: #FA191E;
}
</style>
background-color css
<style>
a { background-color: #FA191E; }
a { background-color: rgb(250,25,30); }
div.DivClassName
{
background-color: #FA191E;
}
.BgClassName
{
background-color: #FA191E;
}
</style>
border-color css
<style>
span { border-color: #FA191E; }
span { border-color: rgb(250,25,30); }
td.TdClassName
{
border-color: #FA191E;
}
.TagClassName
{
border-color: #FA191E;
}
</style>