Shades of Torch Red #FA0031
Tints of Torch Red #FA0031
RGB
CMYK
RGB Variations
Color information
#FA0031 (or 0xFA0031) is known color: Torch Red. HEX triplet: FA, 00 and 31. RGB value is (250,0,49). Sum of RGB (Red+Green+Blue) = 250+0+49=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0031 is #05FFCE. Grayscale: #505050. Windows color (decimal): -393167 or 3211514. OLE color: 3211514.
HSL color Cylindrical-coordinate representation of color #FA0031: hue angle of 348.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0031 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.80 | 0.02 |
| HSL | 348.24º | 1% | 0.49% | - |
| HSV(B) | 348.24º | 1% | 0.98% | - |
| XYZ | 39.98 | 20.55 | 4.76 | - |
| YUV | 80.34 | 110.33 | 249.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 49 | 0 | 1 | 0.80 | 0.02 | 348.24 | 1 | 0.49 |
| Hex | FA | 0 | 31 | 0 | 64 | 50 | 2 | 15C | 64 | 31 |
| Octal | 372 | 0 | 61 | 0 | 144 | 120 | 2 | 534 | 144 | 61 |
| Binary | 11111010 | 0 | 110001 | 0 | 1100100 | 1010000 | 10 | 101011100 | 1100100 | 110001 |
Color Harmonies of #FA0031
Complementary color
Monochromatic Colors of #FA0031
Black with #FA0031
Text Example
Text Example
White with #FA0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0031; }
p { color: rgb(250,0,49); }
H1.HeaderClassName
{
color: #FA0031;
}
.AnyTagClassName
{
color: #FA0031;
}
</style>
background-color css
<style>
a { background-color: #FA0031; }
a { background-color: rgb(250,0,49); }
div.DivClassName
{
background-color: #FA0031;
}
.BgClassName
{
background-color: #FA0031;
}
</style>
border-color css
<style>
span { border-color: #FA0031; }
span { border-color: rgb(250,0,49); }
td.TdClassName
{
border-color: #FA0031;
}
.TagClassName
{
border-color: #FA0031;
}
</style>