Shades of Torch Red #FA1438
Tints of Torch Red #FA1438
RGB
CMYK
RGB Variations
Color information
#FA1438 (or 0xFA1438) is known color: Torch Red. HEX triplet: FA, 14 and 38. RGB value is (250,20,56). Sum of RGB (Red+Green+Blue) = 250+20+56=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1438 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1438 is #05EBC7. Grayscale: #5C5C5C. Windows color (decimal): -388040 or 3675386. OLE color: 3675386.
HSL color Cylindrical-coordinate representation of color #FA1438: hue angle of 350.61º 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 #FA1438 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 56 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.02 |
| HSL | 350.61º | 0.96% | 0.53% | - |
| HSV(B) | 350.61º | 0.92% | 0.98% | - |
| XYZ | 40.39 | 21.11 | 5.69 | - |
| YUV | 92.87 | 107.2 | 240.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 56 | 0 | 0.92 | 0.78 | 0.02 | 350.61 | 0.96 | 0.53 |
| Hex | FA | 14 | 38 | 0 | 5C | 4E | 2 | 15F | 60 | 35 |
| Octal | 372 | 24 | 70 | 0 | 134 | 116 | 2 | 537 | 140 | 65 |
| Binary | 11111010 | 10100 | 111000 | 0 | 1011100 | 1001110 | 10 | 101011111 | 1100000 | 110101 |
Color Harmonies of #FA1438
Complementary color
Monochromatic Colors of #FA1438
Black with #FA1438
Text Example
Text Example
White with #FA1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1438; }
p { color: rgb(250,20,56); }
H1.HeaderClassName
{
color: #FA1438;
}
.AnyTagClassName
{
color: #FA1438;
}
</style>
background-color css
<style>
a { background-color: #FA1438; }
a { background-color: rgb(250,20,56); }
div.DivClassName
{
background-color: #FA1438;
}
.BgClassName
{
background-color: #FA1438;
}
</style>
border-color css
<style>
span { border-color: #FA1438; }
span { border-color: rgb(250,20,56); }
td.TdClassName
{
border-color: #FA1438;
}
.TagClassName
{
border-color: #FA1438;
}
</style>