Shades of Torch Red #FA1236
Tints of Torch Red #FA1236
RGB
CMYK
RGB Variations
Color information
#FA1236 (or 0xFA1236) is known color: Torch Red. HEX triplet: FA, 12 and 36. RGB value is (250,18,54). Sum of RGB (Red+Green+Blue) = 250+18+54=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1236 is #05EDC9. Grayscale: #5B5B5B. Windows color (decimal): -388554 or 3543802. OLE color: 3543802.
HSL color Cylindrical-coordinate representation of color #FA1236: hue angle of 350.69º 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 #FA1236 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 54 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.02 |
| HSL | 350.69º | 0.96% | 0.53% | - |
| HSV(B) | 350.69º | 0.93% | 0.98% | - |
| XYZ | 40.31 | 21.02 | 5.42 | - |
| YUV | 91.47 | 106.86 | 241.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 54 | 0 | 0.93 | 0.78 | 0.02 | 350.69 | 0.96 | 0.53 |
| Hex | FA | 12 | 36 | 0 | 5D | 4E | 2 | 15F | 60 | 35 |
| Octal | 372 | 22 | 66 | 0 | 135 | 116 | 2 | 537 | 140 | 65 |
| Binary | 11111010 | 10010 | 110110 | 0 | 1011101 | 1001110 | 10 | 101011111 | 1100000 | 110101 |
Color Harmonies of #FA1236
Complementary color
Monochromatic Colors of #FA1236
Black with #FA1236
Text Example
Text Example
White with #FA1236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1236; }
p { color: rgb(250,18,54); }
H1.HeaderClassName
{
color: #FA1236;
}
.AnyTagClassName
{
color: #FA1236;
}
</style>
background-color css
<style>
a { background-color: #FA1236; }
a { background-color: rgb(250,18,54); }
div.DivClassName
{
background-color: #FA1236;
}
.BgClassName
{
background-color: #FA1236;
}
</style>
border-color css
<style>
span { border-color: #FA1236; }
span { border-color: rgb(250,18,54); }
td.TdClassName
{
border-color: #FA1236;
}
.TagClassName
{
border-color: #FA1236;
}
</style>