Shades of Torch Red #FA0939
Tints of Torch Red #FA0939
RGB
CMYK
RGB Variations
Color information
#FA0939 (or 0xFA0939) is known color: Torch Red. HEX triplet: FA, 09 and 39. RGB value is (250,9,57). Sum of RGB (Red+Green+Blue) = 250+9+57=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0939 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0939 is #05F6C6. Grayscale: #565656. Windows color (decimal): -390855 or 3738106. OLE color: 3738106.
HSL color Cylindrical-coordinate representation of color #FA0939: hue angle of 348.05º 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 #FA0939 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 57 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.02 |
| HSL | 348.05º | 0.96% | 0.51% | - |
| HSV(B) | 348.05º | 0.96% | 0.98% | - |
| XYZ | 40.26 | 20.81 | 5.77 | - |
| YUV | 86.53 | 111.34 | 244.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 57 | 0 | 0.96 | 0.77 | 0.02 | 348.05 | 0.96 | 0.51 |
| Hex | FA | 9 | 39 | 0 | 60 | 4D | 2 | 15C | 60 | 33 |
| Octal | 372 | 11 | 71 | 0 | 140 | 115 | 2 | 534 | 140 | 63 |
| Binary | 11111010 | 1001 | 111001 | 0 | 1100000 | 1001101 | 10 | 101011100 | 1100000 | 110011 |
Color Harmonies of #FA0939
Complementary color
Monochromatic Colors of #FA0939
Black with #FA0939
Text Example
Text Example
White with #FA0939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0939; }
p { color: rgb(250,9,57); }
H1.HeaderClassName
{
color: #FA0939;
}
.AnyTagClassName
{
color: #FA0939;
}
</style>
background-color css
<style>
a { background-color: #FA0939; }
a { background-color: rgb(250,9,57); }
div.DivClassName
{
background-color: #FA0939;
}
.BgClassName
{
background-color: #FA0939;
}
</style>
border-color css
<style>
span { border-color: #FA0939; }
span { border-color: rgb(250,9,57); }
td.TdClassName
{
border-color: #FA0939;
}
.TagClassName
{
border-color: #FA0939;
}
</style>