Shades of Torch Red #FA0510
Tints of Torch Red #FA0510
RGB
CMYK
RGB Variations
Color information
#FA0510 (or 0xFA0510) is known color: Torch Red. HEX triplet: FA, 05 and 10. RGB value is (250,5,16). Sum of RGB (Red+Green+Blue) = 250+5+16=271 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.25% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0510 is #05FAEF. Grayscale: #4F4F4F. Windows color (decimal): -391920 or 1050106. OLE color: 1050106.
HSL color Cylindrical-coordinate representation of color #FA0510: hue angle of 357.31º 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 #FA0510 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 16 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.02 |
| HSL | 357.31º | 0.96% | 0.5% | - |
| HSV(B) | 357.31º | 0.98% | 0.98% | - |
| XYZ | 39.57 | 20.47 | 2.36 | - |
| YUV | 79.51 | 92.17 | 249.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 16 | 0 | 0.98 | 0.94 | 0.02 | 357.31 | 0.96 | 0.5 |
| Hex | FA | 5 | 10 | 0 | 62 | 5E | 2 | 165 | 60 | 32 |
| Octal | 372 | 5 | 20 | 0 | 142 | 136 | 2 | 545 | 140 | 62 |
| Binary | 11111010 | 101 | 10000 | 0 | 1100010 | 1011110 | 10 | 101100101 | 1100000 | 110010 |
Color Harmonies of #FA0510
Complementary color
Monochromatic Colors of #FA0510
Black with #FA0510
Text Example
Text Example
White with #FA0510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0510; }
p { color: rgb(250,5,16); }
H1.HeaderClassName
{
color: #FA0510;
}
.AnyTagClassName
{
color: #FA0510;
}
</style>
background-color css
<style>
a { background-color: #FA0510; }
a { background-color: rgb(250,5,16); }
div.DivClassName
{
background-color: #FA0510;
}
.BgClassName
{
background-color: #FA0510;
}
</style>
border-color css
<style>
span { border-color: #FA0510; }
span { border-color: rgb(250,5,16); }
td.TdClassName
{
border-color: #FA0510;
}
.TagClassName
{
border-color: #FA0510;
}
</style>