Shades of Torch Red #FA144D
Tints of Torch Red #FA144D
RGB
CMYK
RGB Variations
Color information
#FA144D (or 0xFA144D) is known color: Torch Red. HEX triplet: FA, 14 and 4D. RGB value is (250,20,77). Sum of RGB (Red+Green+Blue) = 250+20+77=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA144D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA144D is #05EBB2. Grayscale: #5F5F5F. Windows color (decimal): -388019 or 5051642. OLE color: 5051642.
HSL color Cylindrical-coordinate representation of color #FA144D: hue angle of 345.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 #FA144D is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 77 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.02 |
| HSL | 345.13º | 0.96% | 0.53% | - |
| HSV(B) | 345.13º | 0.92% | 0.98% | - |
| XYZ | 41.01 | 21.36 | 8.98 | - |
| YUV | 95.27 | 117.7 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 77 | 0 | 0.92 | 0.69 | 0.02 | 345.13 | 0.96 | 0.53 |
| Hex | FA | 14 | 4D | 0 | 5C | 45 | 2 | 159 | 60 | 35 |
| Octal | 372 | 24 | 115 | 0 | 134 | 105 | 2 | 531 | 140 | 65 |
| Binary | 11111010 | 10100 | 1001101 | 0 | 1011100 | 1000101 | 10 | 101011001 | 1100000 | 110101 |
Color Harmonies of #FA144D
Complementary color
Monochromatic Colors of #FA144D
Black with #FA144D
Text Example
Text Example
White with #FA144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA144D; }
p { color: rgb(250,20,77); }
H1.HeaderClassName
{
color: #FA144D;
}
.AnyTagClassName
{
color: #FA144D;
}
</style>
background-color css
<style>
a { background-color: #FA144D; }
a { background-color: rgb(250,20,77); }
div.DivClassName
{
background-color: #FA144D;
}
.BgClassName
{
background-color: #FA144D;
}
</style>
border-color css
<style>
span { border-color: #FA144D; }
span { border-color: rgb(250,20,77); }
td.TdClassName
{
border-color: #FA144D;
}
.TagClassName
{
border-color: #FA144D;
}
</style>