Shades of Torch Red #FA112D
Tints of Torch Red #FA112D
RGB
CMYK
RGB Variations
Color information
#FA112D (or 0xFA112D) is known color: Torch Red. HEX triplet: FA, 11 and 2D. RGB value is (250,17,45). Sum of RGB (Red+Green+Blue) = 250+17+45=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA112D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA112D is #05EED2. Grayscale: #595959. Windows color (decimal): -388819 or 2953722. OLE color: 2953722.
HSL color Cylindrical-coordinate representation of color #FA112D: hue angle of 352.79º 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 #FA112D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 45 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.02 |
| HSL | 352.79º | 0.96% | 0.52% | - |
| HSV(B) | 352.79º | 0.93% | 0.98% | - |
| XYZ | 40.1 | 20.91 | 4.41 | - |
| YUV | 89.86 | 102.69 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 45 | 0 | 0.93 | 0.82 | 0.02 | 352.79 | 0.96 | 0.52 |
| Hex | FA | 11 | 2D | 0 | 5D | 52 | 2 | 161 | 60 | 34 |
| Octal | 372 | 21 | 55 | 0 | 135 | 122 | 2 | 541 | 140 | 64 |
| Binary | 11111010 | 10001 | 101101 | 0 | 1011101 | 1010010 | 10 | 101100001 | 1100000 | 110100 |
Color Harmonies of #FA112D
Complementary color
Monochromatic Colors of #FA112D
Black with #FA112D
Text Example
Text Example
White with #FA112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA112D; }
p { color: rgb(250,17,45); }
H1.HeaderClassName
{
color: #FA112D;
}
.AnyTagClassName
{
color: #FA112D;
}
</style>
background-color css
<style>
a { background-color: #FA112D; }
a { background-color: rgb(250,17,45); }
div.DivClassName
{
background-color: #FA112D;
}
.BgClassName
{
background-color: #FA112D;
}
</style>
border-color css
<style>
span { border-color: #FA112D; }
span { border-color: rgb(250,17,45); }
td.TdClassName
{
border-color: #FA112D;
}
.TagClassName
{
border-color: #FA112D;
}
</style>