Shades of Torch Red #FA143A
Tints of Torch Red #FA143A
RGB
CMYK
RGB Variations
Color information
#FA143A (or 0xFA143A) is known color: Torch Red. HEX triplet: FA, 14 and 3A. RGB value is (250,20,58). Sum of RGB (Red+Green+Blue) = 250+20+58=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA143A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA143A is #05EBC5. Grayscale: #5D5D5D. Windows color (decimal): -388038 or 3806458. OLE color: 3806458.
HSL color Cylindrical-coordinate representation of color #FA143A: hue angle of 350.09º 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 #FA143A is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 58 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.02 |
| HSL | 350.09º | 0.96% | 0.53% | - |
| HSV(B) | 350.09º | 0.92% | 0.98% | - |
| XYZ | 40.44 | 21.13 | 5.95 | - |
| YUV | 93.1 | 108.2 | 239.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 58 | 0 | 0.92 | 0.77 | 0.02 | 350.09 | 0.96 | 0.53 |
| Hex | FA | 14 | 3A | 0 | 5C | 4D | 2 | 15E | 60 | 35 |
| Octal | 372 | 24 | 72 | 0 | 134 | 115 | 2 | 536 | 140 | 65 |
| Binary | 11111010 | 10100 | 111010 | 0 | 1011100 | 1001101 | 10 | 101011110 | 1100000 | 110101 |
Color Harmonies of #FA143A
Complementary color
Monochromatic Colors of #FA143A
Black with #FA143A
Text Example
Text Example
White with #FA143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA143A; }
p { color: rgb(250,20,58); }
H1.HeaderClassName
{
color: #FA143A;
}
.AnyTagClassName
{
color: #FA143A;
}
</style>
background-color css
<style>
a { background-color: #FA143A; }
a { background-color: rgb(250,20,58); }
div.DivClassName
{
background-color: #FA143A;
}
.BgClassName
{
background-color: #FA143A;
}
</style>
border-color css
<style>
span { border-color: #FA143A; }
span { border-color: rgb(250,20,58); }
td.TdClassName
{
border-color: #FA143A;
}
.TagClassName
{
border-color: #FA143A;
}
</style>