Shades of Torch Red #FA001B
Tints of Torch Red #FA001B
RGB
CMYK
RGB Variations
Color information
#FA001B (or 0xFA001B) is known color: Torch Red. HEX triplet: FA, 00 and 1B. RGB value is (250,0,27). Sum of RGB (Red+Green+Blue) = 250+0+27=277 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.25% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 250 - color contains mainly: red. Hex color #FA001B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA001B is #05FFE4. Grayscale: #4D4D4D. Windows color (decimal): -393189 or 1769722. OLE color: 1769722.
HSL color Cylindrical-coordinate representation of color #FA001B: hue angle of 353.52º 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 #FA001B is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.89 | 0.02 |
| HSL | 353.52º | 1% | 0.49% | - |
| HSV(B) | 353.52º | 1% | 0.98% | - |
| XYZ | 39.62 | 20.4 | 2.89 | - |
| YUV | 77.83 | 99.33 | 250.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 27 | 0 | 1 | 0.89 | 0.02 | 353.52 | 1 | 0.49 |
| Hex | FA | 0 | 1B | 0 | 64 | 59 | 2 | 162 | 64 | 31 |
| Octal | 372 | 0 | 33 | 0 | 144 | 131 | 2 | 542 | 144 | 61 |
| Binary | 11111010 | 0 | 11011 | 0 | 1100100 | 1011001 | 10 | 101100010 | 1100100 | 110001 |
Color Harmonies of #FA001B
Complementary color
Monochromatic Colors of #FA001B
Black with #FA001B
Text Example
Text Example
White with #FA001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA001B; }
p { color: rgb(250,0,27); }
H1.HeaderClassName
{
color: #FA001B;
}
.AnyTagClassName
{
color: #FA001B;
}
</style>
background-color css
<style>
a { background-color: #FA001B; }
a { background-color: rgb(250,0,27); }
div.DivClassName
{
background-color: #FA001B;
}
.BgClassName
{
background-color: #FA001B;
}
</style>
border-color css
<style>
span { border-color: #FA001B; }
span { border-color: rgb(250,0,27); }
td.TdClassName
{
border-color: #FA001B;
}
.TagClassName
{
border-color: #FA001B;
}
</style>