Shades of Torch Red #FA1231
Tints of Torch Red #FA1231
RGB
CMYK
RGB Variations
Color information
#FA1231 (or 0xFA1231) is known color: Torch Red. HEX triplet: FA, 12 and 31. RGB value is (250,18,49). Sum of RGB (Red+Green+Blue) = 250+18+49=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1231 is #05EDCE. Grayscale: #5B5B5B. Windows color (decimal): -388559 or 3216122. OLE color: 3216122.
HSL color Cylindrical-coordinate representation of color #FA1231: hue angle of 351.98º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1231 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 49 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.02 |
| HSL | 351.98º | 0.96% | 0.53% | - |
| HSV(B) | 351.98º | 0.93% | 0.98% | - |
| XYZ | 40.2 | 20.98 | 4.84 | - |
| YUV | 90.9 | 104.36 | 241.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 49 | 0 | 0.93 | 0.80 | 0.02 | 351.98 | 0.96 | 0.53 |
| Hex | FA | 12 | 31 | 0 | 5D | 50 | 2 | 160 | 60 | 35 |
| Octal | 372 | 22 | 61 | 0 | 135 | 120 | 2 | 540 | 140 | 65 |
| Binary | 11111010 | 10010 | 110001 | 0 | 1011101 | 1010000 | 10 | 101100000 | 1100000 | 110101 |
Color Harmonies of #FA1231
Complementary color
Monochromatic Colors of #FA1231
Black with #FA1231
Text Example
Text Example
White with #FA1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1231; }
p { color: rgb(250,18,49); }
H1.HeaderClassName
{
color: #FA1231;
}
.AnyTagClassName
{
color: #FA1231;
}
</style>
background-color css
<style>
a { background-color: #FA1231; }
a { background-color: rgb(250,18,49); }
div.DivClassName
{
background-color: #FA1231;
}
.BgClassName
{
background-color: #FA1231;
}
</style>
border-color css
<style>
span { border-color: #FA1231; }
span { border-color: rgb(250,18,49); }
td.TdClassName
{
border-color: #FA1231;
}
.TagClassName
{
border-color: #FA1231;
}
</style>