Shades of Torch Red #FA1840
Tints of Torch Red #FA1840
RGB
CMYK
RGB Variations
Color information
#FA1840 (or 0xFA1840) is known color: Torch Red. HEX triplet: FA, 18 and 40. RGB value is (250,24,64). Sum of RGB (Red+Green+Blue) = 250+24+64=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1840 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1840 is #05E7BF. Grayscale: #606060. Windows color (decimal): -387008 or 4200698. OLE color: 4200698.
HSL color Cylindrical-coordinate representation of color #FA1840: hue angle of 349.38º 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 #FA1840 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 64 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.02 |
| HSL | 349.38º | 0.96% | 0.54% | - |
| HSV(B) | 349.38º | 0.9% | 0.98% | - |
| XYZ | 40.68 | 21.35 | 6.83 | - |
| YUV | 96.13 | 109.87 | 237.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 64 | 0 | 0.90 | 0.74 | 0.02 | 349.38 | 0.96 | 0.54 |
| Hex | FA | 18 | 40 | 0 | 5A | 4A | 2 | 15D | 60 | 36 |
| Octal | 372 | 30 | 100 | 0 | 132 | 112 | 2 | 535 | 140 | 66 |
| Binary | 11111010 | 11000 | 1000000 | 0 | 1011010 | 1001010 | 10 | 101011101 | 1100000 | 110110 |
Color Harmonies of #FA1840
Complementary color
Monochromatic Colors of #FA1840
Black with #FA1840
Text Example
Text Example
White with #FA1840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1840; }
p { color: rgb(250,24,64); }
H1.HeaderClassName
{
color: #FA1840;
}
.AnyTagClassName
{
color: #FA1840;
}
</style>
background-color css
<style>
a { background-color: #FA1840; }
a { background-color: rgb(250,24,64); }
div.DivClassName
{
background-color: #FA1840;
}
.BgClassName
{
background-color: #FA1840;
}
</style>
border-color css
<style>
span { border-color: #FA1840; }
span { border-color: rgb(250,24,64); }
td.TdClassName
{
border-color: #FA1840;
}
.TagClassName
{
border-color: #FA1840;
}
</style>