Shades of Torch Red #FA1722
Tints of Torch Red #FA1722
RGB
CMYK
RGB Variations
Color information
#FA1722 (or 0xFA1722) is known color: Torch Red. HEX triplet: FA, 17 and 22. RGB value is (250,23,34). Sum of RGB (Red+Green+Blue) = 250+23+34=307 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.43% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1722 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1722 is #05E8DD. Grayscale: #5C5C5C. Windows color (decimal): -387294 or 2234362. OLE color: 2234362.
HSL color Cylindrical-coordinate representation of color #FA1722: hue angle of 357.09º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1722 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 34 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.02 |
| HSL | 357.09º | 0.96% | 0.54% | - |
| HSV(B) | 357.09º | 0.91% | 0.98% | - |
| XYZ | 40.02 | 21.05 | 3.47 | - |
| YUV | 92.13 | 95.21 | 240.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 34 | 0 | 0.91 | 0.86 | 0.02 | 357.09 | 0.96 | 0.54 |
| Hex | FA | 17 | 22 | 0 | 5B | 56 | 2 | 165 | 60 | 36 |
| Octal | 372 | 27 | 42 | 0 | 133 | 126 | 2 | 545 | 140 | 66 |
| Binary | 11111010 | 10111 | 100010 | 0 | 1011011 | 1010110 | 10 | 101100101 | 1100000 | 110110 |
Color Harmonies of #FA1722
Complementary color
Monochromatic Colors of #FA1722
Black with #FA1722
Text Example
Text Example
White with #FA1722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1722; }
p { color: rgb(250,23,34); }
H1.HeaderClassName
{
color: #FA1722;
}
.AnyTagClassName
{
color: #FA1722;
}
</style>
background-color css
<style>
a { background-color: #FA1722; }
a { background-color: rgb(250,23,34); }
div.DivClassName
{
background-color: #FA1722;
}
.BgClassName
{
background-color: #FA1722;
}
</style>
border-color css
<style>
span { border-color: #FA1722; }
span { border-color: rgb(250,23,34); }
td.TdClassName
{
border-color: #FA1722;
}
.TagClassName
{
border-color: #FA1722;
}
</style>