Shades of Torch Red #FA1832
Tints of Torch Red #FA1832
RGB
CMYK
RGB Variations
Color information
#FA1832 (or 0xFA1832) is known color: Torch Red. HEX triplet: FA, 18 and 32. RGB value is (250,24,50). Sum of RGB (Red+Green+Blue) = 250+24+50=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1832 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1832 is #05E7CD. Grayscale: #5E5E5E. Windows color (decimal): -387022 or 3283194. OLE color: 3283194.
HSL color Cylindrical-coordinate representation of color #FA1832: hue angle of 353.1º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1832 is Cyan = 0, Magento = 0.90, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 50 | - |
| CMYK | 0 | 0.90 | 0.8 | 0.02 |
| HSL | 353.1º | 0.96% | 0.54% | - |
| HSV(B) | 353.1º | 0.9% | 0.98% | - |
| XYZ | 40.33 | 21.21 | 4.99 | - |
| YUV | 94.54 | 102.87 | 238.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 50 | 0 | 0.90 | 0.8 | 0.02 | 353.1 | 0.96 | 0.54 |
| Hex | FA | 18 | 32 | 0 | 5A | 50 | 2 | 161 | 60 | 36 |
| Octal | 372 | 30 | 62 | 0 | 132 | 120 | 2 | 541 | 140 | 66 |
| Binary | 11111010 | 11000 | 110010 | 0 | 1011010 | 1010000 | 10 | 101100001 | 1100000 | 110110 |
Color Harmonies of #FA1832
Complementary color
Monochromatic Colors of #FA1832
Black with #FA1832
Text Example
Text Example
White with #FA1832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1832; }
p { color: rgb(250,24,50); }
H1.HeaderClassName
{
color: #FA1832;
}
.AnyTagClassName
{
color: #FA1832;
}
</style>
background-color css
<style>
a { background-color: #FA1832; }
a { background-color: rgb(250,24,50); }
div.DivClassName
{
background-color: #FA1832;
}
.BgClassName
{
background-color: #FA1832;
}
</style>
border-color css
<style>
span { border-color: #FA1832; }
span { border-color: rgb(250,24,50); }
td.TdClassName
{
border-color: #FA1832;
}
.TagClassName
{
border-color: #FA1832;
}
</style>