Shades of Torch Red #FA142D
Tints of Torch Red #FA142D
RGB
CMYK
RGB Variations
Color information
#FA142D (or 0xFA142D) is known color: Torch Red. HEX triplet: FA, 14 and 2D. RGB value is (250,20,45). Sum of RGB (Red+Green+Blue) = 250+20+45=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA142D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA142D is #05EBD2. Grayscale: #5B5B5B. Windows color (decimal): -388051 or 2954490. OLE color: 2954490.
HSL color Cylindrical-coordinate representation of color #FA142D: hue angle of 353.48º 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 #FA142D is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 45 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.02 |
| HSL | 353.48º | 0.96% | 0.53% | - |
| HSV(B) | 353.48º | 0.92% | 0.98% | - |
| XYZ | 40.15 | 21.01 | 4.42 | - |
| YUV | 91.62 | 101.7 | 240.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 45 | 0 | 0.92 | 0.82 | 0.02 | 353.48 | 0.96 | 0.53 |
| Hex | FA | 14 | 2D | 0 | 5C | 52 | 2 | 161 | 60 | 35 |
| Octal | 372 | 24 | 55 | 0 | 134 | 122 | 2 | 541 | 140 | 65 |
| Binary | 11111010 | 10100 | 101101 | 0 | 1011100 | 1010010 | 10 | 101100001 | 1100000 | 110101 |
Color Harmonies of #FA142D
Complementary color
Monochromatic Colors of #FA142D
Black with #FA142D
Text Example
Text Example
White with #FA142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA142D; }
p { color: rgb(250,20,45); }
H1.HeaderClassName
{
color: #FA142D;
}
.AnyTagClassName
{
color: #FA142D;
}
</style>
background-color css
<style>
a { background-color: #FA142D; }
a { background-color: rgb(250,20,45); }
div.DivClassName
{
background-color: #FA142D;
}
.BgClassName
{
background-color: #FA142D;
}
</style>
border-color css
<style>
span { border-color: #FA142D; }
span { border-color: rgb(250,20,45); }
td.TdClassName
{
border-color: #FA142D;
}
.TagClassName
{
border-color: #FA142D;
}
</style>