Shades of Torch Red #FA0410
Tints of Torch Red #FA0410
RGB
CMYK
RGB Variations
Color information
#FA0410 (or 0xFA0410) is known color: Torch Red. HEX triplet: FA, 04 and 10. RGB value is (250,4,16). Sum of RGB (Red+Green+Blue) = 250+4+16=270 (35% of max value = 765). Red value is 250 (98.05% from 255 or 92.59% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0410 is #05FBEF. Grayscale: #4F4F4F. Windows color (decimal): -392176 or 1049850. OLE color: 1049850.
HSL color Cylindrical-coordinate representation of color #FA0410: hue angle of 357.07º degrees, saturation: 0.97, 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 #FA0410 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 16 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.02 |
| HSL | 357.07º | 0.97% | 0.5% | - |
| HSV(B) | 357.07º | 0.98% | 0.98% | - |
| XYZ | 39.56 | 20.45 | 2.35 | - |
| YUV | 78.92 | 92.5 | 250.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 16 | 0 | 0.98 | 0.94 | 0.02 | 357.07 | 0.97 | 0.5 |
| Hex | FA | 4 | 10 | 0 | 62 | 5E | 2 | 165 | 61 | 32 |
| Octal | 372 | 4 | 20 | 0 | 142 | 136 | 2 | 545 | 141 | 62 |
| Binary | 11111010 | 100 | 10000 | 0 | 1100010 | 1011110 | 10 | 101100101 | 1100001 | 110010 |
Color Harmonies of #FA0410
Complementary color
Monochromatic Colors of #FA0410
Black with #FA0410
Text Example
Text Example
White with #FA0410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0410; }
p { color: rgb(250,4,16); }
H1.HeaderClassName
{
color: #FA0410;
}
.AnyTagClassName
{
color: #FA0410;
}
</style>
background-color css
<style>
a { background-color: #FA0410; }
a { background-color: rgb(250,4,16); }
div.DivClassName
{
background-color: #FA0410;
}
.BgClassName
{
background-color: #FA0410;
}
</style>
border-color css
<style>
span { border-color: #FA0410; }
span { border-color: rgb(250,4,16); }
td.TdClassName
{
border-color: #FA0410;
}
.TagClassName
{
border-color: #FA0410;
}
</style>