Shades of Torch Red #FA1233
Tints of Torch Red #FA1233
RGB
CMYK
RGB Variations
Color information
#FA1233 (or 0xFA1233) is known color: Torch Red. HEX triplet: FA, 12 and 33. RGB value is (250,18,51). Sum of RGB (Red+Green+Blue) = 250+18+51=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1233 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1233 is #05EDCC. Grayscale: #5B5B5B. Windows color (decimal): -388557 or 3347194. OLE color: 3347194.
HSL color Cylindrical-coordinate representation of color #FA1233: hue angle of 351.47º 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 #FA1233 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 51 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.02 |
| HSL | 351.47º | 0.96% | 0.53% | - |
| HSV(B) | 351.47º | 0.93% | 0.98% | - |
| XYZ | 40.24 | 21 | 5.06 | - |
| YUV | 91.13 | 105.36 | 241.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 51 | 0 | 0.93 | 0.80 | 0.02 | 351.47 | 0.96 | 0.53 |
| Hex | FA | 12 | 33 | 0 | 5D | 50 | 2 | 15F | 60 | 35 |
| Octal | 372 | 22 | 63 | 0 | 135 | 120 | 2 | 537 | 140 | 65 |
| Binary | 11111010 | 10010 | 110011 | 0 | 1011101 | 1010000 | 10 | 101011111 | 1100000 | 110101 |
Color Harmonies of #FA1233
Complementary color
Monochromatic Colors of #FA1233
Black with #FA1233
Text Example
Text Example
White with #FA1233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1233; }
p { color: rgb(250,18,51); }
H1.HeaderClassName
{
color: #FA1233;
}
.AnyTagClassName
{
color: #FA1233;
}
</style>
background-color css
<style>
a { background-color: #FA1233; }
a { background-color: rgb(250,18,51); }
div.DivClassName
{
background-color: #FA1233;
}
.BgClassName
{
background-color: #FA1233;
}
</style>
border-color css
<style>
span { border-color: #FA1233; }
span { border-color: rgb(250,18,51); }
td.TdClassName
{
border-color: #FA1233;
}
.TagClassName
{
border-color: #FA1233;
}
</style>