Shades of Torch Red #FA141C
Tints of Torch Red #FA141C
RGB
CMYK
RGB Variations
Color information
#FA141C (or 0xFA141C) is known color: Torch Red. HEX triplet: FA, 14 and 1C. RGB value is (250,20,28). Sum of RGB (Red+Green+Blue) = 250+20+28=298 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.89% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 250 - color contains mainly: red. Hex color #FA141C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA141C is #05EBE3. Grayscale: #595959. Windows color (decimal): -388068 or 1840378. OLE color: 1840378.
HSL color Cylindrical-coordinate representation of color #FA141C: hue angle of 357.91º 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 #FA141C is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 28 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.02 |
| HSL | 357.91º | 0.96% | 0.53% | - |
| HSV(B) | 357.91º | 0.92% | 0.98% | - |
| XYZ | 39.88 | 20.91 | 3.03 | - |
| YUV | 89.68 | 93.2 | 242.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 28 | 0 | 0.92 | 0.89 | 0.02 | 357.91 | 0.96 | 0.53 |
| Hex | FA | 14 | 1C | 0 | 5C | 59 | 2 | 166 | 60 | 35 |
| Octal | 372 | 24 | 34 | 0 | 134 | 131 | 2 | 546 | 140 | 65 |
| Binary | 11111010 | 10100 | 11100 | 0 | 1011100 | 1011001 | 10 | 101100110 | 1100000 | 110101 |
Color Harmonies of #FA141C
Complementary color
Monochromatic Colors of #FA141C
Black with #FA141C
Text Example
Text Example
White with #FA141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA141C; }
p { color: rgb(250,20,28); }
H1.HeaderClassName
{
color: #FA141C;
}
.AnyTagClassName
{
color: #FA141C;
}
</style>
background-color css
<style>
a { background-color: #FA141C; }
a { background-color: rgb(250,20,28); }
div.DivClassName
{
background-color: #FA141C;
}
.BgClassName
{
background-color: #FA141C;
}
</style>
border-color css
<style>
span { border-color: #FA141C; }
span { border-color: rgb(250,20,28); }
td.TdClassName
{
border-color: #FA141C;
}
.TagClassName
{
border-color: #FA141C;
}
</style>