Shades of Torch Red #FA1841
Tints of Torch Red #FA1841
RGB
CMYK
RGB Variations
Color information
#FA1841 (or 0xFA1841) is known color: Torch Red. HEX triplet: FA, 18 and 41. RGB value is (250,24,65). Sum of RGB (Red+Green+Blue) = 250+24+65=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1841 is #05E7BE. Grayscale: #606060. Windows color (decimal): -387007 or 4266234. OLE color: 4266234.
HSL color Cylindrical-coordinate representation of color #FA1841: hue angle of 349.12º 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 #FA1841 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 65 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.02 |
| HSL | 349.12º | 0.96% | 0.54% | - |
| HSV(B) | 349.12º | 0.9% | 0.98% | - |
| XYZ | 40.71 | 21.36 | 6.98 | - |
| YUV | 96.25 | 110.37 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 65 | 0 | 0.90 | 0.74 | 0.02 | 349.12 | 0.96 | 0.54 |
| Hex | FA | 18 | 41 | 0 | 5A | 4A | 2 | 15D | 60 | 36 |
| Octal | 372 | 30 | 101 | 0 | 132 | 112 | 2 | 535 | 140 | 66 |
| Binary | 11111010 | 11000 | 1000001 | 0 | 1011010 | 1001010 | 10 | 101011101 | 1100000 | 110110 |
Color Harmonies of #FA1841
Complementary color
Monochromatic Colors of #FA1841
Black with #FA1841
Text Example
Text Example
White with #FA1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1841; }
p { color: rgb(250,24,65); }
H1.HeaderClassName
{
color: #FA1841;
}
.AnyTagClassName
{
color: #FA1841;
}
</style>
background-color css
<style>
a { background-color: #FA1841; }
a { background-color: rgb(250,24,65); }
div.DivClassName
{
background-color: #FA1841;
}
.BgClassName
{
background-color: #FA1841;
}
</style>
border-color css
<style>
span { border-color: #FA1841; }
span { border-color: rgb(250,24,65); }
td.TdClassName
{
border-color: #FA1841;
}
.TagClassName
{
border-color: #FA1841;
}
</style>