Shades of Torch Red #FA2139
Tints of Torch Red #FA2139
RGB
CMYK
RGB Variations
Color information
#FA2139 (or 0xFA2139) is known color: Torch Red. HEX triplet: FA, 21 and 39. RGB value is (250,33,57). Sum of RGB (Red+Green+Blue) = 250+33+57=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2139 is #05DEC6. Grayscale: #646464. Windows color (decimal): -384711 or 3744250. OLE color: 3744250.
HSL color Cylindrical-coordinate representation of color #FA2139: hue angle of 353.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2139 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 57 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.02 |
| HSL | 353.36º | 0.96% | 0.55% | - |
| HSV(B) | 353.36º | 0.87% | 0.98% | - |
| XYZ | 40.71 | 21.71 | 5.92 | - |
| YUV | 100.62 | 103.39 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 57 | 0 | 0.87 | 0.77 | 0.02 | 353.36 | 0.96 | 0.55 |
| Hex | FA | 21 | 39 | 0 | 57 | 4D | 2 | 161 | 60 | 37 |
| Octal | 372 | 41 | 71 | 0 | 127 | 115 | 2 | 541 | 140 | 67 |
| Binary | 11111010 | 100001 | 111001 | 0 | 1010111 | 1001101 | 10 | 101100001 | 1100000 | 110111 |
Color Harmonies of #FA2139
Complementary color
Monochromatic Colors of #FA2139
Black with #FA2139
Text Example
Text Example
White with #FA2139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2139; }
p { color: rgb(250,33,57); }
H1.HeaderClassName
{
color: #FA2139;
}
.AnyTagClassName
{
color: #FA2139;
}
</style>
background-color css
<style>
a { background-color: #FA2139; }
a { background-color: rgb(250,33,57); }
div.DivClassName
{
background-color: #FA2139;
}
.BgClassName
{
background-color: #FA2139;
}
</style>
border-color css
<style>
span { border-color: #FA2139; }
span { border-color: rgb(250,33,57); }
td.TdClassName
{
border-color: #FA2139;
}
.TagClassName
{
border-color: #FA2139;
}
</style>