Shades of Torch Red #FA131C
Tints of Torch Red #FA131C
RGB
CMYK
RGB Variations
Color information
#FA131C (or 0xFA131C) is known color: Torch Red. HEX triplet: FA, 13 and 1C. RGB value is (250,19,28). Sum of RGB (Red+Green+Blue) = 250+19+28=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA131C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA131C is #05ECE3. Grayscale: #595959. Windows color (decimal): -388324 or 1840122. OLE color: 1840122.
HSL color Cylindrical-coordinate representation of color #FA131C: hue angle of 357.66º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA131C is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 28 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.02 |
| HSL | 357.66º | 0.96% | 0.53% | - |
| HSV(B) | 357.66º | 0.92% | 0.98% | - |
| XYZ | 39.87 | 20.87 | 3.03 | - |
| YUV | 89.1 | 93.53 | 242.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 28 | 0 | 0.92 | 0.89 | 0.02 | 357.66 | 0.96 | 0.53 |
| Hex | FA | 13 | 1C | 0 | 5C | 59 | 2 | 166 | 60 | 35 |
| Octal | 372 | 23 | 34 | 0 | 134 | 131 | 2 | 546 | 140 | 65 |
| Binary | 11111010 | 10011 | 11100 | 0 | 1011100 | 1011001 | 10 | 101100110 | 1100000 | 110101 |
Color Harmonies of #FA131C
Complementary color
Monochromatic Colors of #FA131C
Black with #FA131C
Text Example
Text Example
White with #FA131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA131C; }
p { color: rgb(250,19,28); }
H1.HeaderClassName
{
color: #FA131C;
}
.AnyTagClassName
{
color: #FA131C;
}
</style>
background-color css
<style>
a { background-color: #FA131C; }
a { background-color: rgb(250,19,28); }
div.DivClassName
{
background-color: #FA131C;
}
.BgClassName
{
background-color: #FA131C;
}
</style>
border-color css
<style>
span { border-color: #FA131C; }
span { border-color: rgb(250,19,28); }
td.TdClassName
{
border-color: #FA131C;
}
.TagClassName
{
border-color: #FA131C;
}
</style>