Shades of Torch Red #FA111D
Tints of Torch Red #FA111D
RGB
CMYK
RGB Variations
Color information
#FA111D (or 0xFA111D) is known color: Torch Red. HEX triplet: FA, 11 and 1D. RGB value is (250,17,29). Sum of RGB (Red+Green+Blue) = 250+17+29=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA111D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA111D is #05EEE2. Grayscale: #585858. Windows color (decimal): -388835 or 1905146. OLE color: 1905146.
HSL color Cylindrical-coordinate representation of color #FA111D: hue angle of 356.91º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA111D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 29 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.02 |
| HSL | 356.91º | 0.96% | 0.52% | - |
| HSV(B) | 356.91º | 0.93% | 0.98% | - |
| XYZ | 39.85 | 20.81 | 3.08 | - |
| YUV | 88.04 | 94.69 | 243.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 29 | 0 | 0.93 | 0.88 | 0.02 | 356.91 | 0.96 | 0.52 |
| Hex | FA | 11 | 1D | 0 | 5D | 58 | 2 | 165 | 60 | 34 |
| Octal | 372 | 21 | 35 | 0 | 135 | 130 | 2 | 545 | 140 | 64 |
| Binary | 11111010 | 10001 | 11101 | 0 | 1011101 | 1011000 | 10 | 101100101 | 1100000 | 110100 |
Color Harmonies of #FA111D
Complementary color
Monochromatic Colors of #FA111D
Black with #FA111D
Text Example
Text Example
White with #FA111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA111D; }
p { color: rgb(250,17,29); }
H1.HeaderClassName
{
color: #FA111D;
}
.AnyTagClassName
{
color: #FA111D;
}
</style>
background-color css
<style>
a { background-color: #FA111D; }
a { background-color: rgb(250,17,29); }
div.DivClassName
{
background-color: #FA111D;
}
.BgClassName
{
background-color: #FA111D;
}
</style>
border-color css
<style>
span { border-color: #FA111D; }
span { border-color: rgb(250,17,29); }
td.TdClassName
{
border-color: #FA111D;
}
.TagClassName
{
border-color: #FA111D;
}
</style>