Shades of Torch Red #FA092D
Tints of Torch Red #FA092D
RGB
CMYK
RGB Variations
Color information
#FA092D (or 0xFA092D) is known color: Torch Red. HEX triplet: FA, 09 and 2D. RGB value is (250,9,45). Sum of RGB (Red+Green+Blue) = 250+9+45=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA092D is #05F6D2. Grayscale: #555555. Windows color (decimal): -390867 or 2951674. OLE color: 2951674.
HSL color Cylindrical-coordinate representation of color #FA092D: hue angle of 351.04º 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 #FA092D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.02 |
| HSL | 351.04º | 0.96% | 0.51% | - |
| HSV(B) | 351.04º | 0.96% | 0.98% | - |
| XYZ | 40 | 20.71 | 4.37 | - |
| YUV | 85.16 | 105.34 | 245.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 45 | 0 | 0.96 | 0.82 | 0.02 | 351.04 | 0.96 | 0.51 |
| Hex | FA | 9 | 2D | 0 | 60 | 52 | 2 | 15F | 60 | 33 |
| Octal | 372 | 11 | 55 | 0 | 140 | 122 | 2 | 537 | 140 | 63 |
| Binary | 11111010 | 1001 | 101101 | 0 | 1100000 | 1010010 | 10 | 101011111 | 1100000 | 110011 |
Color Harmonies of #FA092D
Complementary color
Monochromatic Colors of #FA092D
Black with #FA092D
Text Example
Text Example
White with #FA092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA092D; }
p { color: rgb(250,9,45); }
H1.HeaderClassName
{
color: #FA092D;
}
.AnyTagClassName
{
color: #FA092D;
}
</style>
background-color css
<style>
a { background-color: #FA092D; }
a { background-color: rgb(250,9,45); }
div.DivClassName
{
background-color: #FA092D;
}
.BgClassName
{
background-color: #FA092D;
}
</style>
border-color css
<style>
span { border-color: #FA092D; }
span { border-color: rgb(250,9,45); }
td.TdClassName
{
border-color: #FA092D;
}
.TagClassName
{
border-color: #FA092D;
}
</style>