Shades of Torch Red #FA1844
Tints of Torch Red #FA1844
RGB
CMYK
RGB Variations
Color information
#FA1844 (or 0xFA1844) is known color: Torch Red. HEX triplet: FA, 18 and 44. RGB value is (250,24,68). Sum of RGB (Red+Green+Blue) = 250+24+68=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1844 is #05E7BB. Grayscale: #606060. Windows color (decimal): -387004 or 4462842. OLE color: 4462842.
HSL color Cylindrical-coordinate representation of color #FA1844: hue angle of 348.32º 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 #FA1844 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 68 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.02 |
| HSL | 348.32º | 0.96% | 0.54% | - |
| HSV(B) | 348.32º | 0.9% | 0.98% | - |
| XYZ | 40.79 | 21.39 | 7.45 | - |
| YUV | 96.59 | 111.87 | 237.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 68 | 0 | 0.90 | 0.73 | 0.02 | 348.32 | 0.96 | 0.54 |
| Hex | FA | 18 | 44 | 0 | 5A | 49 | 2 | 15C | 60 | 36 |
| Octal | 372 | 30 | 104 | 0 | 132 | 111 | 2 | 534 | 140 | 66 |
| Binary | 11111010 | 11000 | 1000100 | 0 | 1011010 | 1001001 | 10 | 101011100 | 1100000 | 110110 |
Color Harmonies of #FA1844
Complementary color
Monochromatic Colors of #FA1844
Black with #FA1844
Text Example
Text Example
White with #FA1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1844; }
p { color: rgb(250,24,68); }
H1.HeaderClassName
{
color: #FA1844;
}
.AnyTagClassName
{
color: #FA1844;
}
</style>
background-color css
<style>
a { background-color: #FA1844; }
a { background-color: rgb(250,24,68); }
div.DivClassName
{
background-color: #FA1844;
}
.BgClassName
{
background-color: #FA1844;
}
</style>
border-color css
<style>
span { border-color: #FA1844; }
span { border-color: rgb(250,24,68); }
td.TdClassName
{
border-color: #FA1844;
}
.TagClassName
{
border-color: #FA1844;
}
</style>