Shades of Torch Red #FA1036
Tints of Torch Red #FA1036
RGB
CMYK
RGB Variations
Color information
#FA1036 (or 0xFA1036) is known color: Torch Red. HEX triplet: FA, 10 and 36. RGB value is (250,16,54). Sum of RGB (Red+Green+Blue) = 250+16+54=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1036 is #05EFC9. Grayscale: #5A5A5A. Windows color (decimal): -389066 or 3543290. OLE color: 3543290.
HSL color Cylindrical-coordinate representation of color #FA1036: hue angle of 350.26º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA1036 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 54 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.02 |
| HSL | 350.26º | 0.96% | 0.52% | - |
| HSV(B) | 350.26º | 0.94% | 0.98% | - |
| XYZ | 40.28 | 20.96 | 5.41 | - |
| YUV | 90.3 | 107.52 | 241.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 54 | 0 | 0.94 | 0.78 | 0.02 | 350.26 | 0.96 | 0.52 |
| Hex | FA | 10 | 36 | 0 | 5E | 4E | 2 | 15E | 60 | 34 |
| Octal | 372 | 20 | 66 | 0 | 136 | 116 | 2 | 536 | 140 | 64 |
| Binary | 11111010 | 10000 | 110110 | 0 | 1011110 | 1001110 | 10 | 101011110 | 1100000 | 110100 |
Color Harmonies of #FA1036
Complementary color
Monochromatic Colors of #FA1036
Black with #FA1036
Text Example
Text Example
White with #FA1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1036; }
p { color: rgb(250,16,54); }
H1.HeaderClassName
{
color: #FA1036;
}
.AnyTagClassName
{
color: #FA1036;
}
</style>
background-color css
<style>
a { background-color: #FA1036; }
a { background-color: rgb(250,16,54); }
div.DivClassName
{
background-color: #FA1036;
}
.BgClassName
{
background-color: #FA1036;
}
</style>
border-color css
<style>
span { border-color: #FA1036; }
span { border-color: rgb(250,16,54); }
td.TdClassName
{
border-color: #FA1036;
}
.TagClassName
{
border-color: #FA1036;
}
</style>