Shades of Torch Red #FA1418
Tints of Torch Red #FA1418
RGB
CMYK
RGB Variations
Color information
#FA1418 (or 0xFA1418) is known color: Torch Red. HEX triplet: FA, 14 and 18. RGB value is (250,20,24). Sum of RGB (Red+Green+Blue) = 250+20+24=294 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.03% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1418 is #05EBE7. Grayscale: #595959. Windows color (decimal): -388072 or 1578234. OLE color: 1578234.
HSL color Cylindrical-coordinate representation of color #FA1418: hue angle of 358.96º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1418 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 24 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.02 |
| HSL | 358.96º | 0.96% | 0.53% | - |
| HSV(B) | 358.96º | 0.92% | 0.98% | - |
| XYZ | 39.84 | 20.89 | 2.8 | - |
| YUV | 89.23 | 91.2 | 242.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 24 | 0 | 0.92 | 0.90 | 0.02 | 358.96 | 0.96 | 0.53 |
| Hex | FA | 14 | 18 | 0 | 5C | 5A | 2 | 167 | 60 | 35 |
| Octal | 372 | 24 | 30 | 0 | 134 | 132 | 2 | 547 | 140 | 65 |
| Binary | 11111010 | 10100 | 11000 | 0 | 1011100 | 1011010 | 10 | 101100111 | 1100000 | 110101 |
Color Harmonies of #FA1418
Complementary color
Monochromatic Colors of #FA1418
Black with #FA1418
Text Example
Text Example
White with #FA1418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1418; }
p { color: rgb(250,20,24); }
H1.HeaderClassName
{
color: #FA1418;
}
.AnyTagClassName
{
color: #FA1418;
}
</style>
background-color css
<style>
a { background-color: #FA1418; }
a { background-color: rgb(250,20,24); }
div.DivClassName
{
background-color: #FA1418;
}
.BgClassName
{
background-color: #FA1418;
}
</style>
border-color css
<style>
span { border-color: #FA1418; }
span { border-color: rgb(250,20,24); }
td.TdClassName
{
border-color: #FA1418;
}
.TagClassName
{
border-color: #FA1418;
}
</style>