Shades of Torch Red #FA1C1F
Tints of Torch Red #FA1C1F
RGB
CMYK
RGB Variations
Color information
#FA1C1F (or 0xFA1C1F) is known color: Torch Red. HEX triplet: FA, 1C and 1F. RGB value is (250,28,31). Sum of RGB (Red+Green+Blue) = 250+28+31=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C1F is #05E3E0. Grayscale: #5E5E5E. Windows color (decimal): -386017 or 2039034. OLE color: 2039034.
HSL color Cylindrical-coordinate representation of color #FA1C1F: hue angle of 359.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 #FA1C1F is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 31 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.02 |
| HSL | 359.19º | 0.96% | 0.55% | - |
| HSV(B) | 359.19º | 0.89% | 0.98% | - |
| XYZ | 40.09 | 21.25 | 3.29 | - |
| YUV | 94.72 | 92.05 | 238.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 31 | 0 | 0.89 | 0.88 | 0.02 | 359.19 | 0.96 | 0.55 |
| Hex | FA | 1C | 1F | 0 | 59 | 58 | 2 | 167 | 60 | 37 |
| Octal | 372 | 34 | 37 | 0 | 131 | 130 | 2 | 547 | 140 | 67 |
| Binary | 11111010 | 11100 | 11111 | 0 | 1011001 | 1011000 | 10 | 101100111 | 1100000 | 110111 |
Color Harmonies of #FA1C1F
Complementary color
Monochromatic Colors of #FA1C1F
Black with #FA1C1F
Text Example
Text Example
White with #FA1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C1F; }
p { color: rgb(250,28,31); }
H1.HeaderClassName
{
color: #FA1C1F;
}
.AnyTagClassName
{
color: #FA1C1F;
}
</style>
background-color css
<style>
a { background-color: #FA1C1F; }
a { background-color: rgb(250,28,31); }
div.DivClassName
{
background-color: #FA1C1F;
}
.BgClassName
{
background-color: #FA1C1F;
}
</style>
border-color css
<style>
span { border-color: #FA1C1F; }
span { border-color: rgb(250,28,31); }
td.TdClassName
{
border-color: #FA1C1F;
}
.TagClassName
{
border-color: #FA1C1F;
}
</style>