Shades of Torch Red #FA0931
Tints of Torch Red #FA0931
RGB
CMYK
RGB Variations
Color information
#FA0931 (or 0xFA0931) is known color: Torch Red. HEX triplet: FA, 09 and 31. RGB value is (250,9,49). Sum of RGB (Red+Green+Blue) = 250+9+49=308 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.17% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0931 is #05F6CE. Grayscale: #555555. Windows color (decimal): -390863 or 3213818. OLE color: 3213818.
HSL color Cylindrical-coordinate representation of color #FA0931: hue angle of 350.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 #FA0931 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 49 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.02 |
| HSL | 350.04º | 0.96% | 0.51% | - |
| HSV(B) | 350.04º | 0.96% | 0.98% | - |
| XYZ | 40.08 | 20.74 | 4.8 | - |
| YUV | 85.62 | 107.34 | 245.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 49 | 0 | 0.96 | 0.80 | 0.02 | 350.04 | 0.96 | 0.51 |
| Hex | FA | 9 | 31 | 0 | 60 | 50 | 2 | 15E | 60 | 33 |
| Octal | 372 | 11 | 61 | 0 | 140 | 120 | 2 | 536 | 140 | 63 |
| Binary | 11111010 | 1001 | 110001 | 0 | 1100000 | 1010000 | 10 | 101011110 | 1100000 | 110011 |
Color Harmonies of #FA0931
Complementary color
Monochromatic Colors of #FA0931
Black with #FA0931
Text Example
Text Example
White with #FA0931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0931; }
p { color: rgb(250,9,49); }
H1.HeaderClassName
{
color: #FA0931;
}
.AnyTagClassName
{
color: #FA0931;
}
</style>
background-color css
<style>
a { background-color: #FA0931; }
a { background-color: rgb(250,9,49); }
div.DivClassName
{
background-color: #FA0931;
}
.BgClassName
{
background-color: #FA0931;
}
</style>
border-color css
<style>
span { border-color: #FA0931; }
span { border-color: rgb(250,9,49); }
td.TdClassName
{
border-color: #FA0931;
}
.TagClassName
{
border-color: #FA0931;
}
</style>