Shades of Torch Red #FA1744
Tints of Torch Red #FA1744
RGB
CMYK
RGB Variations
Color information
#FA1744 (or 0xFA1744) is known color: Torch Red. HEX triplet: FA, 17 and 44. RGB value is (250,23,68). Sum of RGB (Red+Green+Blue) = 250+23+68=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1744 is #05E8BB. Grayscale: #606060. Windows color (decimal): -387260 or 4462586. OLE color: 4462586.
HSL color Cylindrical-coordinate representation of color #FA1744: hue angle of 348.11º 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 #FA1744 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 68 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.02 |
| HSL | 348.11º | 0.96% | 0.54% | - |
| HSV(B) | 348.11º | 0.91% | 0.98% | - |
| XYZ | 40.77 | 21.35 | 7.44 | - |
| YUV | 96 | 112.21 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 68 | 0 | 0.91 | 0.73 | 0.02 | 348.11 | 0.96 | 0.54 |
| Hex | FA | 17 | 44 | 0 | 5B | 49 | 2 | 15C | 60 | 36 |
| Octal | 372 | 27 | 104 | 0 | 133 | 111 | 2 | 534 | 140 | 66 |
| Binary | 11111010 | 10111 | 1000100 | 0 | 1011011 | 1001001 | 10 | 101011100 | 1100000 | 110110 |
Color Harmonies of #FA1744
Complementary color
Monochromatic Colors of #FA1744
Black with #FA1744
Text Example
Text Example
White with #FA1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1744; }
p { color: rgb(250,23,68); }
H1.HeaderClassName
{
color: #FA1744;
}
.AnyTagClassName
{
color: #FA1744;
}
</style>
background-color css
<style>
a { background-color: #FA1744; }
a { background-color: rgb(250,23,68); }
div.DivClassName
{
background-color: #FA1744;
}
.BgClassName
{
background-color: #FA1744;
}
</style>
border-color css
<style>
span { border-color: #FA1744; }
span { border-color: rgb(250,23,68); }
td.TdClassName
{
border-color: #FA1744;
}
.TagClassName
{
border-color: #FA1744;
}
</style>