Shades of Torch Red #FA142A
Tints of Torch Red #FA142A
RGB
CMYK
RGB Variations
Color information
#FA142A (or 0xFA142A) is known color: Torch Red. HEX triplet: FA, 14 and 2A. RGB value is (250,20,42). Sum of RGB (Red+Green+Blue) = 250+20+42=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA142A is #05EBD5. Grayscale: #5B5B5B. Windows color (decimal): -388054 or 2757882. OLE color: 2757882.
HSL color Cylindrical-coordinate representation of color #FA142A: hue angle of 354.26º 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 #FA142A is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 42 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.02 |
| HSL | 354.26º | 0.96% | 0.53% | - |
| HSV(B) | 354.26º | 0.92% | 0.98% | - |
| XYZ | 40.09 | 20.99 | 4.13 | - |
| YUV | 91.28 | 100.2 | 241.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 42 | 0 | 0.92 | 0.83 | 0.02 | 354.26 | 0.96 | 0.53 |
| Hex | FA | 14 | 2A | 0 | 5C | 53 | 2 | 162 | 60 | 35 |
| Octal | 372 | 24 | 52 | 0 | 134 | 123 | 2 | 542 | 140 | 65 |
| Binary | 11111010 | 10100 | 101010 | 0 | 1011100 | 1010011 | 10 | 101100010 | 1100000 | 110101 |
Color Harmonies of #FA142A
Complementary color
Monochromatic Colors of #FA142A
Black with #FA142A
Text Example
Text Example
White with #FA142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA142A; }
p { color: rgb(250,20,42); }
H1.HeaderClassName
{
color: #FA142A;
}
.AnyTagClassName
{
color: #FA142A;
}
</style>
background-color css
<style>
a { background-color: #FA142A; }
a { background-color: rgb(250,20,42); }
div.DivClassName
{
background-color: #FA142A;
}
.BgClassName
{
background-color: #FA142A;
}
</style>
border-color css
<style>
span { border-color: #FA142A; }
span { border-color: rgb(250,20,42); }
td.TdClassName
{
border-color: #FA142A;
}
.TagClassName
{
border-color: #FA142A;
}
</style>