Shades of Torch Red #FA1743
Tints of Torch Red #FA1743
RGB
CMYK
RGB Variations
Color information
#FA1743 (or 0xFA1743) is known color: Torch Red. HEX triplet: FA, 17 and 43. RGB value is (250,23,67). Sum of RGB (Red+Green+Blue) = 250+23+67=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1743 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1743 is #05E8BC. Grayscale: #5F5F5F. Windows color (decimal): -387261 or 4397050. OLE color: 4397050.
HSL color Cylindrical-coordinate representation of color #FA1743: hue angle of 348.37º 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 #FA1743 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 67 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.02 |
| HSL | 348.37º | 0.96% | 0.54% | - |
| HSV(B) | 348.37º | 0.91% | 0.98% | - |
| XYZ | 40.74 | 21.34 | 7.28 | - |
| YUV | 95.89 | 111.71 | 237.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 67 | 0 | 0.91 | 0.73 | 0.02 | 348.37 | 0.96 | 0.54 |
| Hex | FA | 17 | 43 | 0 | 5B | 49 | 2 | 15C | 60 | 36 |
| Octal | 372 | 27 | 103 | 0 | 133 | 111 | 2 | 534 | 140 | 66 |
| Binary | 11111010 | 10111 | 1000011 | 0 | 1011011 | 1001001 | 10 | 101011100 | 1100000 | 110110 |
Color Harmonies of #FA1743
Complementary color
Monochromatic Colors of #FA1743
Black with #FA1743
Text Example
Text Example
White with #FA1743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1743; }
p { color: rgb(250,23,67); }
H1.HeaderClassName
{
color: #FA1743;
}
.AnyTagClassName
{
color: #FA1743;
}
</style>
background-color css
<style>
a { background-color: #FA1743; }
a { background-color: rgb(250,23,67); }
div.DivClassName
{
background-color: #FA1743;
}
.BgClassName
{
background-color: #FA1743;
}
</style>
border-color css
<style>
span { border-color: #FA1743; }
span { border-color: rgb(250,23,67); }
td.TdClassName
{
border-color: #FA1743;
}
.TagClassName
{
border-color: #FA1743;
}
</style>