Shades of Torch Red #FA092C
Tints of Torch Red #FA092C
RGB
CMYK
RGB Variations
Color information
#FA092C (or 0xFA092C) is known color: Torch Red. HEX triplet: FA, 09 and 2C. RGB value is (250,9,44). Sum of RGB (Red+Green+Blue) = 250+9+44=303 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.51% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 250 - color contains mainly: red. Hex color #FA092C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA092C is #05F6D3. Grayscale: #555555. Windows color (decimal): -390868 or 2886138. OLE color: 2886138.
HSL color Cylindrical-coordinate representation of color #FA092C: hue angle of 351.29º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA092C is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 44 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.02 |
| HSL | 351.29º | 0.96% | 0.51% | - |
| HSV(B) | 351.29º | 0.96% | 0.98% | - |
| XYZ | 39.98 | 20.7 | 4.27 | - |
| YUV | 85.05 | 104.84 | 245.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 44 | 0 | 0.96 | 0.82 | 0.02 | 351.29 | 0.96 | 0.51 |
| Hex | FA | 9 | 2C | 0 | 60 | 52 | 2 | 15F | 60 | 33 |
| Octal | 372 | 11 | 54 | 0 | 140 | 122 | 2 | 537 | 140 | 63 |
| Binary | 11111010 | 1001 | 101100 | 0 | 1100000 | 1010010 | 10 | 101011111 | 1100000 | 110011 |
Color Harmonies of #FA092C
Complementary color
Monochromatic Colors of #FA092C
Black with #FA092C
Text Example
Text Example
White with #FA092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA092C; }
p { color: rgb(250,9,44); }
H1.HeaderClassName
{
color: #FA092C;
}
.AnyTagClassName
{
color: #FA092C;
}
</style>
background-color css
<style>
a { background-color: #FA092C; }
a { background-color: rgb(250,9,44); }
div.DivClassName
{
background-color: #FA092C;
}
.BgClassName
{
background-color: #FA092C;
}
</style>
border-color css
<style>
span { border-color: #FA092C; }
span { border-color: rgb(250,9,44); }
td.TdClassName
{
border-color: #FA092C;
}
.TagClassName
{
border-color: #FA092C;
}
</style>