Shades of Torch Red #FA112C
Tints of Torch Red #FA112C
RGB
CMYK
RGB Variations
Color information
#FA112C (or 0xFA112C) is known color: Torch Red. HEX triplet: FA, 11 and 2C. RGB value is (250,17,44). Sum of RGB (Red+Green+Blue) = 250+17+44=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA112C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA112C is #05EED3. Grayscale: #595959. Windows color (decimal): -388820 or 2888186. OLE color: 2888186.
HSL color Cylindrical-coordinate representation of color #FA112C: hue angle of 353.05º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA112C is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 44 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.02 |
| HSL | 353.05º | 0.96% | 0.52% | - |
| HSV(B) | 353.05º | 0.93% | 0.98% | - |
| XYZ | 40.08 | 20.91 | 4.31 | - |
| YUV | 89.75 | 102.19 | 242.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 44 | 0 | 0.93 | 0.82 | 0.02 | 353.05 | 0.96 | 0.52 |
| Hex | FA | 11 | 2C | 0 | 5D | 52 | 2 | 161 | 60 | 34 |
| Octal | 372 | 21 | 54 | 0 | 135 | 122 | 2 | 541 | 140 | 64 |
| Binary | 11111010 | 10001 | 101100 | 0 | 1011101 | 1010010 | 10 | 101100001 | 1100000 | 110100 |
Color Harmonies of #FA112C
Complementary color
Monochromatic Colors of #FA112C
Black with #FA112C
Text Example
Text Example
White with #FA112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA112C; }
p { color: rgb(250,17,44); }
H1.HeaderClassName
{
color: #FA112C;
}
.AnyTagClassName
{
color: #FA112C;
}
</style>
background-color css
<style>
a { background-color: #FA112C; }
a { background-color: rgb(250,17,44); }
div.DivClassName
{
background-color: #FA112C;
}
.BgClassName
{
background-color: #FA112C;
}
</style>
border-color css
<style>
span { border-color: #FA112C; }
span { border-color: rgb(250,17,44); }
td.TdClassName
{
border-color: #FA112C;
}
.TagClassName
{
border-color: #FA112C;
}
</style>