Shades of Torch Red #FA0911
Tints of Torch Red #FA0911
RGB
CMYK
RGB Variations
Color information
#FA0911 (or 0xFA0911) is known color: Torch Red. HEX triplet: FA, 09 and 11. RGB value is (250,9,17). Sum of RGB (Red+Green+Blue) = 250+9+17=276 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.58% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0911 is #05F6EE. Grayscale: #525252. Windows color (decimal): -390895 or 1116666. OLE color: 1116666.
HSL color Cylindrical-coordinate representation of color #FA0911: hue angle of 358.01º 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 #FA0911 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 17 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.02 |
| HSL | 358.01º | 0.96% | 0.51% | - |
| HSV(B) | 358.01º | 0.96% | 0.98% | - |
| XYZ | 39.62 | 20.56 | 2.41 | - |
| YUV | 81.97 | 91.34 | 247.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 17 | 0 | 0.96 | 0.93 | 0.02 | 358.01 | 0.96 | 0.51 |
| Hex | FA | 9 | 11 | 0 | 60 | 5D | 2 | 166 | 60 | 33 |
| Octal | 372 | 11 | 21 | 0 | 140 | 135 | 2 | 546 | 140 | 63 |
| Binary | 11111010 | 1001 | 10001 | 0 | 1100000 | 1011101 | 10 | 101100110 | 1100000 | 110011 |
Color Harmonies of #FA0911
Complementary color
Monochromatic Colors of #FA0911
Black with #FA0911
Text Example
Text Example
White with #FA0911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0911; }
p { color: rgb(250,9,17); }
H1.HeaderClassName
{
color: #FA0911;
}
.AnyTagClassName
{
color: #FA0911;
}
</style>
background-color css
<style>
a { background-color: #FA0911; }
a { background-color: rgb(250,9,17); }
div.DivClassName
{
background-color: #FA0911;
}
.BgClassName
{
background-color: #FA0911;
}
</style>
border-color css
<style>
span { border-color: #FA0911; }
span { border-color: rgb(250,9,17); }
td.TdClassName
{
border-color: #FA0911;
}
.TagClassName
{
border-color: #FA0911;
}
</style>