Shades of Torch Red #FA091D
Tints of Torch Red #FA091D
RGB
CMYK
RGB Variations
Color information
#FA091D (or 0xFA091D) is known color: Torch Red. HEX triplet: FA, 09 and 1D. RGB value is (250,9,29). Sum of RGB (Red+Green+Blue) = 250+9+29=288 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.81% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 250 - color contains mainly: red. Hex color #FA091D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA091D is #05F6E2. Grayscale: #535353. Windows color (decimal): -390883 or 1903098. OLE color: 1903098.
HSL color Cylindrical-coordinate representation of color #FA091D: hue angle of 355.02º 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 #FA091D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.02 |
| HSL | 355.02º | 0.96% | 0.51% | - |
| HSV(B) | 355.02º | 0.96% | 0.98% | - |
| XYZ | 39.74 | 20.61 | 3.05 | - |
| YUV | 83.34 | 97.34 | 246.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 29 | 0 | 0.96 | 0.88 | 0.02 | 355.02 | 0.96 | 0.51 |
| Hex | FA | 9 | 1D | 0 | 60 | 58 | 2 | 163 | 60 | 33 |
| Octal | 372 | 11 | 35 | 0 | 140 | 130 | 2 | 543 | 140 | 63 |
| Binary | 11111010 | 1001 | 11101 | 0 | 1100000 | 1011000 | 10 | 101100011 | 1100000 | 110011 |
Color Harmonies of #FA091D
Complementary color
Monochromatic Colors of #FA091D
Black with #FA091D
Text Example
Text Example
White with #FA091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA091D; }
p { color: rgb(250,9,29); }
H1.HeaderClassName
{
color: #FA091D;
}
.AnyTagClassName
{
color: #FA091D;
}
</style>
background-color css
<style>
a { background-color: #FA091D; }
a { background-color: rgb(250,9,29); }
div.DivClassName
{
background-color: #FA091D;
}
.BgClassName
{
background-color: #FA091D;
}
</style>
border-color css
<style>
span { border-color: #FA091D; }
span { border-color: rgb(250,9,29); }
td.TdClassName
{
border-color: #FA091D;
}
.TagClassName
{
border-color: #FA091D;
}
</style>