Shades of Torch Red #FA112A
Tints of Torch Red #FA112A
RGB
CMYK
RGB Variations
Color information
#FA112A (or 0xFA112A) is known color: Torch Red. HEX triplet: FA, 11 and 2A. RGB value is (250,17,42). Sum of RGB (Red+Green+Blue) = 250+17+42=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA112A is #05EED5. Grayscale: #595959. Windows color (decimal): -388822 or 2757114. OLE color: 2757114.
HSL color Cylindrical-coordinate representation of color #FA112A: hue angle of 353.56º 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 #FA112A is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 42 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.02 |
| HSL | 353.56º | 0.96% | 0.52% | - |
| HSV(B) | 353.56º | 0.93% | 0.98% | - |
| XYZ | 40.04 | 20.89 | 4.11 | - |
| YUV | 89.52 | 101.19 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 42 | 0 | 0.93 | 0.83 | 0.02 | 353.56 | 0.96 | 0.52 |
| Hex | FA | 11 | 2A | 0 | 5D | 53 | 2 | 162 | 60 | 34 |
| Octal | 372 | 21 | 52 | 0 | 135 | 123 | 2 | 542 | 140 | 64 |
| Binary | 11111010 | 10001 | 101010 | 0 | 1011101 | 1010011 | 10 | 101100010 | 1100000 | 110100 |
Color Harmonies of #FA112A
Complementary color
Monochromatic Colors of #FA112A
Black with #FA112A
Text Example
Text Example
White with #FA112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA112A; }
p { color: rgb(250,17,42); }
H1.HeaderClassName
{
color: #FA112A;
}
.AnyTagClassName
{
color: #FA112A;
}
</style>
background-color css
<style>
a { background-color: #FA112A; }
a { background-color: rgb(250,17,42); }
div.DivClassName
{
background-color: #FA112A;
}
.BgClassName
{
background-color: #FA112A;
}
</style>
border-color css
<style>
span { border-color: #FA112A; }
span { border-color: rgb(250,17,42); }
td.TdClassName
{
border-color: #FA112A;
}
.TagClassName
{
border-color: #FA112A;
}
</style>