Shades of Torch Red #FA191D
Tints of Torch Red #FA191D
RGB
CMYK
RGB Variations
Color information
#FA191D (or 0xFA191D) is known color: Torch Red. HEX triplet: FA, 19 and 1D. RGB value is (250,25,29). Sum of RGB (Red+Green+Blue) = 250+25+29=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA191D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA191D is #05E6E2. Grayscale: #5C5C5C. Windows color (decimal): -386787 or 1907194. OLE color: 1907194.
HSL color Cylindrical-coordinate representation of color #FA191D: hue angle of 358.93º 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 #FA191D is Cyan = 0, Magento = 0.9, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 29 | - |
| CMYK | 0 | 0.9 | 0.88 | 0.02 |
| HSL | 358.93º | 0.96% | 0.54% | - |
| HSV(B) | 358.93º | 0.9% | 0.98% | - |
| XYZ | 39.99 | 21.11 | 3.13 | - |
| YUV | 92.73 | 92.04 | 240.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 29 | 0 | 0.9 | 0.88 | 0.02 | 358.93 | 0.96 | 0.54 |
| Hex | FA | 19 | 1D | 0 | 5A | 58 | 2 | 167 | 60 | 36 |
| Octal | 372 | 31 | 35 | 0 | 132 | 130 | 2 | 547 | 140 | 66 |
| Binary | 11111010 | 11001 | 11101 | 0 | 1011010 | 1011000 | 10 | 101100111 | 1100000 | 110110 |
Color Harmonies of #FA191D
Complementary color
Monochromatic Colors of #FA191D
Black with #FA191D
Text Example
Text Example
White with #FA191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA191D; }
p { color: rgb(250,25,29); }
H1.HeaderClassName
{
color: #FA191D;
}
.AnyTagClassName
{
color: #FA191D;
}
</style>
background-color css
<style>
a { background-color: #FA191D; }
a { background-color: rgb(250,25,29); }
div.DivClassName
{
background-color: #FA191D;
}
.BgClassName
{
background-color: #FA191D;
}
</style>
border-color css
<style>
span { border-color: #FA191D; }
span { border-color: rgb(250,25,29); }
td.TdClassName
{
border-color: #FA191D;
}
.TagClassName
{
border-color: #FA191D;
}
</style>