Shades of Torch Red #FA0631
Tints of Torch Red #FA0631
RGB
CMYK
RGB Variations
Color information
#FA0631 (or 0xFA0631) is known color: Torch Red. HEX triplet: FA, 06 and 31. RGB value is (250,6,49). Sum of RGB (Red+Green+Blue) = 250+6+49=305 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.97% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0631 is #05F9CE. Grayscale: #535353. Windows color (decimal): -391631 or 3213050. OLE color: 3213050.
HSL color Cylindrical-coordinate representation of color #FA0631: hue angle of 349.43º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0631 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 49 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.02 |
| HSL | 349.43º | 0.96% | 0.5% | - |
| HSV(B) | 349.43º | 0.98% | 0.98% | - |
| XYZ | 40.04 | 20.68 | 4.79 | - |
| YUV | 83.86 | 108.34 | 246.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 49 | 0 | 0.98 | 0.80 | 0.02 | 349.43 | 0.96 | 0.5 |
| Hex | FA | 6 | 31 | 0 | 62 | 50 | 2 | 15D | 60 | 32 |
| Octal | 372 | 6 | 61 | 0 | 142 | 120 | 2 | 535 | 140 | 62 |
| Binary | 11111010 | 110 | 110001 | 0 | 1100010 | 1010000 | 10 | 101011101 | 1100000 | 110010 |
Color Harmonies of #FA0631
Complementary color
Monochromatic Colors of #FA0631
Black with #FA0631
Text Example
Text Example
White with #FA0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0631; }
p { color: rgb(250,6,49); }
H1.HeaderClassName
{
color: #FA0631;
}
.AnyTagClassName
{
color: #FA0631;
}
</style>
background-color css
<style>
a { background-color: #FA0631; }
a { background-color: rgb(250,6,49); }
div.DivClassName
{
background-color: #FA0631;
}
.BgClassName
{
background-color: #FA0631;
}
</style>
border-color css
<style>
span { border-color: #FA0631; }
span { border-color: rgb(250,6,49); }
td.TdClassName
{
border-color: #FA0631;
}
.TagClassName
{
border-color: #FA0631;
}
</style>