Shades of Torch Red #FA001A
Tints of Torch Red #FA001A
RGB
CMYK
RGB Variations
Color information
#FA001A (or 0xFA001A) is known color: Torch Red. HEX triplet: FA, 00 and 1A. RGB value is (250,0,26). Sum of RGB (Red+Green+Blue) = 250+0+26=276 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.58% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 250 - color contains mainly: red. Hex color #FA001A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA001A is #05FFE5. Grayscale: #4D4D4D. Windows color (decimal): -393190 or 1704186. OLE color: 1704186.
HSL color Cylindrical-coordinate representation of color #FA001A: hue angle of 353.76º 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 #FA001A is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.90 | 0.02 |
| HSL | 353.76º | 1% | 0.49% | - |
| HSV(B) | 353.76º | 1% | 0.98% | - |
| XYZ | 39.61 | 20.4 | 2.83 | - |
| YUV | 77.71 | 98.83 | 250.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 26 | 0 | 1 | 0.90 | 0.02 | 353.76 | 1 | 0.49 |
| Hex | FA | 0 | 1A | 0 | 64 | 5A | 2 | 162 | 64 | 31 |
| Octal | 372 | 0 | 32 | 0 | 144 | 132 | 2 | 542 | 144 | 61 |
| Binary | 11111010 | 0 | 11010 | 0 | 1100100 | 1011010 | 10 | 101100010 | 1100100 | 110001 |
Color Harmonies of #FA001A
Complementary color
Monochromatic Colors of #FA001A
Black with #FA001A
Text Example
Text Example
White with #FA001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA001A; }
p { color: rgb(250,0,26); }
H1.HeaderClassName
{
color: #FA001A;
}
.AnyTagClassName
{
color: #FA001A;
}
</style>
background-color css
<style>
a { background-color: #FA001A; }
a { background-color: rgb(250,0,26); }
div.DivClassName
{
background-color: #FA001A;
}
.BgClassName
{
background-color: #FA001A;
}
</style>
border-color css
<style>
span { border-color: #FA001A; }
span { border-color: rgb(250,0,26); }
td.TdClassName
{
border-color: #FA001A;
}
.TagClassName
{
border-color: #FA001A;
}
</style>