Shades of Torch Red #FA1434
Tints of Torch Red #FA1434
RGB
CMYK
RGB Variations
Color information
#FA1434 (or 0xFA1434) is known color: Torch Red. HEX triplet: FA, 14 and 34. RGB value is (250,20,52). Sum of RGB (Red+Green+Blue) = 250+20+52=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1434 is #05EBCB. Grayscale: #5C5C5C. Windows color (decimal): -388044 or 3413242. OLE color: 3413242.
HSL color Cylindrical-coordinate representation of color #FA1434: hue angle of 351.65º 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 #FA1434 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 52 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.02 |
| HSL | 351.65º | 0.96% | 0.53% | - |
| HSV(B) | 351.65º | 0.92% | 0.98% | - |
| XYZ | 40.29 | 21.07 | 5.19 | - |
| YUV | 92.42 | 105.2 | 240.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 52 | 0 | 0.92 | 0.79 | 0.02 | 351.65 | 0.96 | 0.53 |
| Hex | FA | 14 | 34 | 0 | 5C | 4F | 2 | 160 | 60 | 35 |
| Octal | 372 | 24 | 64 | 0 | 134 | 117 | 2 | 540 | 140 | 65 |
| Binary | 11111010 | 10100 | 110100 | 0 | 1011100 | 1001111 | 10 | 101100000 | 1100000 | 110101 |
Color Harmonies of #FA1434
Complementary color
Monochromatic Colors of #FA1434
Black with #FA1434
Text Example
Text Example
White with #FA1434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1434; }
p { color: rgb(250,20,52); }
H1.HeaderClassName
{
color: #FA1434;
}
.AnyTagClassName
{
color: #FA1434;
}
</style>
background-color css
<style>
a { background-color: #FA1434; }
a { background-color: rgb(250,20,52); }
div.DivClassName
{
background-color: #FA1434;
}
.BgClassName
{
background-color: #FA1434;
}
</style>
border-color css
<style>
span { border-color: #FA1434; }
span { border-color: rgb(250,20,52); }
td.TdClassName
{
border-color: #FA1434;
}
.TagClassName
{
border-color: #FA1434;
}
</style>