Shades of Torch Red #FA1C44
Tints of Torch Red #FA1C44
RGB
CMYK
RGB Variations
Color information
#FA1C44 (or 0xFA1C44) is known color: Torch Red. HEX triplet: FA, 1C and 44. RGB value is (250,28,68). Sum of RGB (Red+Green+Blue) = 250+28+68=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C44 is #05E3BB. Grayscale: #636363. Windows color (decimal): -385980 or 4463866. OLE color: 4463866.
HSL color Cylindrical-coordinate representation of color #FA1C44: hue angle of 349.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1C44 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 68 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.02 |
| HSL | 349.19º | 0.96% | 0.55% | - |
| HSV(B) | 349.19º | 0.89% | 0.98% | - |
| XYZ | 40.88 | 21.57 | 7.48 | - |
| YUV | 98.94 | 110.55 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 68 | 0 | 0.89 | 0.73 | 0.02 | 349.19 | 0.96 | 0.55 |
| Hex | FA | 1C | 44 | 0 | 59 | 49 | 2 | 15D | 60 | 37 |
| Octal | 372 | 34 | 104 | 0 | 131 | 111 | 2 | 535 | 140 | 67 |
| Binary | 11111010 | 11100 | 1000100 | 0 | 1011001 | 1001001 | 10 | 101011101 | 1100000 | 110111 |
Color Harmonies of #FA1C44
Complementary color
Monochromatic Colors of #FA1C44
Black with #FA1C44
Text Example
Text Example
White with #FA1C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C44; }
p { color: rgb(250,28,68); }
H1.HeaderClassName
{
color: #FA1C44;
}
.AnyTagClassName
{
color: #FA1C44;
}
</style>
background-color css
<style>
a { background-color: #FA1C44; }
a { background-color: rgb(250,28,68); }
div.DivClassName
{
background-color: #FA1C44;
}
.BgClassName
{
background-color: #FA1C44;
}
</style>
border-color css
<style>
span { border-color: #FA1C44; }
span { border-color: rgb(250,28,68); }
td.TdClassName
{
border-color: #FA1C44;
}
.TagClassName
{
border-color: #FA1C44;
}
</style>