Shades of Torch Red #FA1115
Tints of Torch Red #FA1115
RGB
CMYK
RGB Variations
Color information
#FA1115 (or 0xFA1115) is known color: Torch Red. HEX triplet: FA, 11 and 15. RGB value is (250,17,21). Sum of RGB (Red+Green+Blue) = 250+17+21=288 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.81% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1115 is #05EEEA. Grayscale: #575757. Windows color (decimal): -388843 or 1380858. OLE color: 1380858.
HSL color Cylindrical-coordinate representation of color #FA1115: hue angle of 358.97º 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 #FA1115 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 21 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.02 |
| HSL | 358.97º | 0.96% | 0.52% | - |
| HSV(B) | 358.97º | 0.93% | 0.98% | - |
| XYZ | 39.76 | 20.78 | 2.62 | - |
| YUV | 87.12 | 90.69 | 244.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 21 | 0 | 0.93 | 0.92 | 0.02 | 358.97 | 0.96 | 0.52 |
| Hex | FA | 11 | 15 | 0 | 5D | 5C | 2 | 167 | 60 | 34 |
| Octal | 372 | 21 | 25 | 0 | 135 | 134 | 2 | 547 | 140 | 64 |
| Binary | 11111010 | 10001 | 10101 | 0 | 1011101 | 1011100 | 10 | 101100111 | 1100000 | 110100 |
Color Harmonies of #FA1115
Complementary color
Monochromatic Colors of #FA1115
Black with #FA1115
Text Example
Text Example
White with #FA1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1115; }
p { color: rgb(250,17,21); }
H1.HeaderClassName
{
color: #FA1115;
}
.AnyTagClassName
{
color: #FA1115;
}
</style>
background-color css
<style>
a { background-color: #FA1115; }
a { background-color: rgb(250,17,21); }
div.DivClassName
{
background-color: #FA1115;
}
.BgClassName
{
background-color: #FA1115;
}
</style>
border-color css
<style>
span { border-color: #FA1115; }
span { border-color: rgb(250,17,21); }
td.TdClassName
{
border-color: #FA1115;
}
.TagClassName
{
border-color: #FA1115;
}
</style>