Shades of Torch Red #FA021C
Tints of Torch Red #FA021C
RGB
CMYK
RGB Variations
Color information
#FA021C (or 0xFA021C) is known color: Torch Red. HEX triplet: FA, 02 and 1C. RGB value is (250,2,28). Sum of RGB (Red+Green+Blue) = 250+2+28=280 (37% of max value = 765). Red value is 250 (98.05% from 255 or 89.29% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 250 - color contains mainly: red. Hex color #FA021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA021C is #05FDE3. Grayscale: #4F4F4F. Windows color (decimal): -392676 or 1835770. OLE color: 1835770.
HSL color Cylindrical-coordinate representation of color #FA021C: hue angle of 353.71º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA021C is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.02 |
| HSL | 353.71º | 0.98% | 0.49% | - |
| HSV(B) | 353.71º | 0.99% | 0.98% | - |
| XYZ | 39.66 | 20.45 | 2.96 | - |
| YUV | 79.12 | 99.16 | 249.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 28 | 0 | 0.99 | 0.89 | 0.02 | 353.71 | 0.98 | 0.49 |
| Hex | FA | 2 | 1C | 0 | 63 | 59 | 2 | 162 | 62 | 31 |
| Octal | 372 | 2 | 34 | 0 | 143 | 131 | 2 | 542 | 142 | 61 |
| Binary | 11111010 | 10 | 11100 | 0 | 1100011 | 1011001 | 10 | 101100010 | 1100010 | 110001 |
Color Harmonies of #FA021C
Complementary color
Monochromatic Colors of #FA021C
Black with #FA021C
Text Example
Text Example
White with #FA021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA021C; }
p { color: rgb(250,2,28); }
H1.HeaderClassName
{
color: #FA021C;
}
.AnyTagClassName
{
color: #FA021C;
}
</style>
background-color css
<style>
a { background-color: #FA021C; }
a { background-color: rgb(250,2,28); }
div.DivClassName
{
background-color: #FA021C;
}
.BgClassName
{
background-color: #FA021C;
}
</style>
border-color css
<style>
span { border-color: #FA021C; }
span { border-color: rgb(250,2,28); }
td.TdClassName
{
border-color: #FA021C;
}
.TagClassName
{
border-color: #FA021C;
}
</style>