Shades of Torch Red #FA122C
Tints of Torch Red #FA122C
RGB
CMYK
RGB Variations
Color information
#FA122C (or 0xFA122C) is known color: Torch Red. HEX triplet: FA, 12 and 2C. RGB value is (250,18,44). Sum of RGB (Red+Green+Blue) = 250+18+44=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA122C is #05EDD3. Grayscale: #5A5A5A. Windows color (decimal): -388564 or 2888442. OLE color: 2888442.
HSL color Cylindrical-coordinate representation of color #FA122C: hue angle of 353.28º 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 #FA122C is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 44 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.02 |
| HSL | 353.28º | 0.96% | 0.53% | - |
| HSV(B) | 353.28º | 0.93% | 0.98% | - |
| XYZ | 40.1 | 20.94 | 4.31 | - |
| YUV | 90.33 | 101.86 | 241.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 44 | 0 | 0.93 | 0.82 | 0.02 | 353.28 | 0.96 | 0.53 |
| Hex | FA | 12 | 2C | 0 | 5D | 52 | 2 | 161 | 60 | 35 |
| Octal | 372 | 22 | 54 | 0 | 135 | 122 | 2 | 541 | 140 | 65 |
| Binary | 11111010 | 10010 | 101100 | 0 | 1011101 | 1010010 | 10 | 101100001 | 1100000 | 110101 |
Color Harmonies of #FA122C
Complementary color
Monochromatic Colors of #FA122C
Black with #FA122C
Text Example
Text Example
White with #FA122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA122C; }
p { color: rgb(250,18,44); }
H1.HeaderClassName
{
color: #FA122C;
}
.AnyTagClassName
{
color: #FA122C;
}
</style>
background-color css
<style>
a { background-color: #FA122C; }
a { background-color: rgb(250,18,44); }
div.DivClassName
{
background-color: #FA122C;
}
.BgClassName
{
background-color: #FA122C;
}
</style>
border-color css
<style>
span { border-color: #FA122C; }
span { border-color: rgb(250,18,44); }
td.TdClassName
{
border-color: #FA122C;
}
.TagClassName
{
border-color: #FA122C;
}
</style>