Shades of Torch Red #FA1436
Tints of Torch Red #FA1436
RGB
CMYK
RGB Variations
Color information
#FA1436 (or 0xFA1436) is known color: Torch Red. HEX triplet: FA, 14 and 36. RGB value is (250,20,54). Sum of RGB (Red+Green+Blue) = 250+20+54=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1436 is #05EBC9. Grayscale: #5C5C5C. Windows color (decimal): -388042 or 3544314. OLE color: 3544314.
HSL color Cylindrical-coordinate representation of color #FA1436: hue angle of 351.13º 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 #FA1436 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 54 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.02 |
| HSL | 351.13º | 0.96% | 0.53% | - |
| HSV(B) | 351.13º | 0.92% | 0.98% | - |
| XYZ | 40.34 | 21.09 | 5.43 | - |
| YUV | 92.65 | 106.2 | 240.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 54 | 0 | 0.92 | 0.78 | 0.02 | 351.13 | 0.96 | 0.53 |
| Hex | FA | 14 | 36 | 0 | 5C | 4E | 2 | 15F | 60 | 35 |
| Octal | 372 | 24 | 66 | 0 | 134 | 116 | 2 | 537 | 140 | 65 |
| Binary | 11111010 | 10100 | 110110 | 0 | 1011100 | 1001110 | 10 | 101011111 | 1100000 | 110101 |
Color Harmonies of #FA1436
Complementary color
Monochromatic Colors of #FA1436
Black with #FA1436
Text Example
Text Example
White with #FA1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1436; }
p { color: rgb(250,20,54); }
H1.HeaderClassName
{
color: #FA1436;
}
.AnyTagClassName
{
color: #FA1436;
}
</style>
background-color css
<style>
a { background-color: #FA1436; }
a { background-color: rgb(250,20,54); }
div.DivClassName
{
background-color: #FA1436;
}
.BgClassName
{
background-color: #FA1436;
}
</style>
border-color css
<style>
span { border-color: #FA1436; }
span { border-color: rgb(250,20,54); }
td.TdClassName
{
border-color: #FA1436;
}
.TagClassName
{
border-color: #FA1436;
}
</style>