Shades of Torch Red #FA091F
Tints of Torch Red #FA091F
RGB
CMYK
RGB Variations
Color information
#FA091F (or 0xFA091F) is known color: Torch Red. HEX triplet: FA, 09 and 1F. RGB value is (250,9,31). Sum of RGB (Red+Green+Blue) = 250+9+31=290 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.21% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 250 - color contains mainly: red. Hex color #FA091F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA091F is #05F6E0. Grayscale: #535353. Windows color (decimal): -390881 or 2034170. OLE color: 2034170.
HSL color Cylindrical-coordinate representation of color #FA091F: hue angle of 354.52º 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 #FA091F is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.02 |
| HSL | 354.52º | 0.96% | 0.51% | - |
| HSV(B) | 354.52º | 0.96% | 0.98% | - |
| XYZ | 39.77 | 20.62 | 3.18 | - |
| YUV | 83.57 | 98.34 | 246.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 31 | 0 | 0.96 | 0.88 | 0.02 | 354.52 | 0.96 | 0.51 |
| Hex | FA | 9 | 1F | 0 | 60 | 58 | 2 | 163 | 60 | 33 |
| Octal | 372 | 11 | 37 | 0 | 140 | 130 | 2 | 543 | 140 | 63 |
| Binary | 11111010 | 1001 | 11111 | 0 | 1100000 | 1011000 | 10 | 101100011 | 1100000 | 110011 |
Color Harmonies of #FA091F
Complementary color
Monochromatic Colors of #FA091F
Black with #FA091F
Text Example
Text Example
White with #FA091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA091F; }
p { color: rgb(250,9,31); }
H1.HeaderClassName
{
color: #FA091F;
}
.AnyTagClassName
{
color: #FA091F;
}
</style>
background-color css
<style>
a { background-color: #FA091F; }
a { background-color: rgb(250,9,31); }
div.DivClassName
{
background-color: #FA091F;
}
.BgClassName
{
background-color: #FA091F;
}
</style>
border-color css
<style>
span { border-color: #FA091F; }
span { border-color: rgb(250,9,31); }
td.TdClassName
{
border-color: #FA091F;
}
.TagClassName
{
border-color: #FA091F;
}
</style>