Shades of Torch Red #FA0507
Tints of Torch Red #FA0507
RGB
CMYK
RGB Variations
Color information
#FA0507 (or 0xFA0507) is known color: Torch Red. HEX triplet: FA, 05 and 07. RGB value is (250,5,7). Sum of RGB (Red+Green+Blue) = 250+5+7=262 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.42% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0507 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0507 is #05FAF8. Grayscale: #4E4E4E. Windows color (decimal): -391929 or 460282. OLE color: 460282.
HSL color Cylindrical-coordinate representation of color #FA0507: hue angle of 359.51º 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 #FA0507 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.02 |
| HSL | 359.51º | 0.96% | 0.5% | - |
| HSV(B) | 359.51º | 0.98% | 0.98% | - |
| XYZ | 39.52 | 20.45 | 2.07 | - |
| YUV | 78.48 | 87.67 | 250.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 7 | 0 | 0.98 | 0.97 | 0.02 | 359.51 | 0.96 | 0.5 |
| Hex | FA | 5 | 7 | 0 | 62 | 61 | 2 | 168 | 60 | 32 |
| Octal | 372 | 5 | 7 | 0 | 142 | 141 | 2 | 550 | 140 | 62 |
| Binary | 11111010 | 101 | 111 | 0 | 1100010 | 1100001 | 10 | 101101000 | 1100000 | 110010 |
Color Harmonies of #FA0507
Complementary color
Monochromatic Colors of #FA0507
Black with #FA0507
Text Example
Text Example
White with #FA0507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0507; }
p { color: rgb(250,5,7); }
H1.HeaderClassName
{
color: #FA0507;
}
.AnyTagClassName
{
color: #FA0507;
}
</style>
background-color css
<style>
a { background-color: #FA0507; }
a { background-color: rgb(250,5,7); }
div.DivClassName
{
background-color: #FA0507;
}
.BgClassName
{
background-color: #FA0507;
}
</style>
border-color css
<style>
span { border-color: #FA0507; }
span { border-color: rgb(250,5,7); }
td.TdClassName
{
border-color: #FA0507;
}
.TagClassName
{
border-color: #FA0507;
}
</style>