Shades of Torch Red #FA1328
Tints of Torch Red #FA1328
RGB
CMYK
RGB Variations
Color information
#FA1328 (or 0xFA1328) is known color: Torch Red. HEX triplet: FA, 13 and 28. RGB value is (250,19,40). Sum of RGB (Red+Green+Blue) = 250+19+40=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1328 is #05ECD7. Grayscale: #5A5A5A. Windows color (decimal): -388312 or 2626554. OLE color: 2626554.
HSL color Cylindrical-coordinate representation of color #FA1328: hue angle of 354.55º 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 #FA1328 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 40 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.02 |
| HSL | 354.55º | 0.96% | 0.53% | - |
| HSV(B) | 354.55º | 0.92% | 0.98% | - |
| XYZ | 40.04 | 20.94 | 3.94 | - |
| YUV | 90.46 | 99.53 | 241.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 40 | 0 | 0.92 | 0.84 | 0.02 | 354.55 | 0.96 | 0.53 |
| Hex | FA | 13 | 28 | 0 | 5C | 54 | 2 | 163 | 60 | 35 |
| Octal | 372 | 23 | 50 | 0 | 134 | 124 | 2 | 543 | 140 | 65 |
| Binary | 11111010 | 10011 | 101000 | 0 | 1011100 | 1010100 | 10 | 101100011 | 1100000 | 110101 |
Color Harmonies of #FA1328
Complementary color
Monochromatic Colors of #FA1328
Black with #FA1328
Text Example
Text Example
White with #FA1328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1328; }
p { color: rgb(250,19,40); }
H1.HeaderClassName
{
color: #FA1328;
}
.AnyTagClassName
{
color: #FA1328;
}
</style>
background-color css
<style>
a { background-color: #FA1328; }
a { background-color: rgb(250,19,40); }
div.DivClassName
{
background-color: #FA1328;
}
.BgClassName
{
background-color: #FA1328;
}
</style>
border-color css
<style>
span { border-color: #FA1328; }
span { border-color: rgb(250,19,40); }
td.TdClassName
{
border-color: #FA1328;
}
.TagClassName
{
border-color: #FA1328;
}
</style>