Shades of Torch Red #FA1445
Tints of Torch Red #FA1445
RGB
CMYK
RGB Variations
Color information
#FA1445 (or 0xFA1445) is known color: Torch Red. HEX triplet: FA, 14 and 45. RGB value is (250,20,69). Sum of RGB (Red+Green+Blue) = 250+20+69=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1445 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1445 is #05EBBA. Grayscale: #5E5E5E. Windows color (decimal): -388027 or 4527354. OLE color: 4527354.
HSL color Cylindrical-coordinate representation of color #FA1445: hue angle of 347.22º 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 #FA1445 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 69 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.02 |
| HSL | 347.22º | 0.96% | 0.53% | - |
| HSV(B) | 347.22º | 0.92% | 0.98% | - |
| XYZ | 40.75 | 21.25 | 7.58 | - |
| YUV | 94.36 | 113.7 | 239.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 69 | 0 | 0.92 | 0.72 | 0.02 | 347.22 | 0.96 | 0.53 |
| Hex | FA | 14 | 45 | 0 | 5C | 48 | 2 | 15B | 60 | 35 |
| Octal | 372 | 24 | 105 | 0 | 134 | 110 | 2 | 533 | 140 | 65 |
| Binary | 11111010 | 10100 | 1000101 | 0 | 1011100 | 1001000 | 10 | 101011011 | 1100000 | 110101 |
Color Harmonies of #FA1445
Complementary color
Monochromatic Colors of #FA1445
Black with #FA1445
Text Example
Text Example
White with #FA1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1445; }
p { color: rgb(250,20,69); }
H1.HeaderClassName
{
color: #FA1445;
}
.AnyTagClassName
{
color: #FA1445;
}
</style>
background-color css
<style>
a { background-color: #FA1445; }
a { background-color: rgb(250,20,69); }
div.DivClassName
{
background-color: #FA1445;
}
.BgClassName
{
background-color: #FA1445;
}
</style>
border-color css
<style>
span { border-color: #FA1445; }
span { border-color: rgb(250,20,69); }
td.TdClassName
{
border-color: #FA1445;
}
.TagClassName
{
border-color: #FA1445;
}
</style>