Shades of Torch Red #FA091B
Tints of Torch Red #FA091B
RGB
CMYK
RGB Variations
Color information
#FA091B (or 0xFA091B) is known color: Torch Red. HEX triplet: FA, 09 and 1B. RGB value is (250,9,27). Sum of RGB (Red+Green+Blue) = 250+9+27=286 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.41% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 250 - color contains mainly: red. Hex color #FA091B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA091B is #05F6E4. Grayscale: #535353. Windows color (decimal): -390885 or 1772026. OLE color: 1772026.
HSL color Cylindrical-coordinate representation of color #FA091B: hue angle of 355.52º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA091B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 27 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.02 |
| HSL | 355.52º | 0.96% | 0.51% | - |
| HSV(B) | 355.52º | 0.96% | 0.98% | - |
| XYZ | 39.72 | 20.6 | 2.92 | - |
| YUV | 83.11 | 96.34 | 247.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 27 | 0 | 0.96 | 0.89 | 0.02 | 355.52 | 0.96 | 0.51 |
| Hex | FA | 9 | 1B | 0 | 60 | 59 | 2 | 164 | 60 | 33 |
| Octal | 372 | 11 | 33 | 0 | 140 | 131 | 2 | 544 | 140 | 63 |
| Binary | 11111010 | 1001 | 11011 | 0 | 1100000 | 1011001 | 10 | 101100100 | 1100000 | 110011 |
Color Harmonies of #FA091B
Complementary color
Monochromatic Colors of #FA091B
Black with #FA091B
Text Example
Text Example
White with #FA091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA091B; }
p { color: rgb(250,9,27); }
H1.HeaderClassName
{
color: #FA091B;
}
.AnyTagClassName
{
color: #FA091B;
}
</style>
background-color css
<style>
a { background-color: #FA091B; }
a { background-color: rgb(250,9,27); }
div.DivClassName
{
background-color: #FA091B;
}
.BgClassName
{
background-color: #FA091B;
}
</style>
border-color css
<style>
span { border-color: #FA091B; }
span { border-color: rgb(250,9,27); }
td.TdClassName
{
border-color: #FA091B;
}
.TagClassName
{
border-color: #FA091B;
}
</style>