#FA1116

Color #FA1116 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FA1116

Tints of Torch Red #FA1116

Color information

#FA1116 (or 0xFA1116) is unknown color: approx Torch Red. HEX triplet: FA, 11 and 16. RGB value is (250,17,22). Sum of RGB (Red+Green+Blue) = 250+17+22=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1116 is #05EEE9. Grayscale: #575757. Windows color (decimal): -388842 or 1446394. OLE color: 1446394.

HSL color Cylindrical-coordinate representation of color #FA1116: hue angle of 358.71º 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 #FA1116 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB2501722-
CMYK00.930.910.02
HSL358.71º95.88%52.35%-
HSV(B)358.71º93.2%98.04%-
XYZ39.7720.782.67-
YUV87.2491.19244.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 86.51%
GREEN value IS 17 (7.03% from 255) = 5.88%
BLUE value IS 22 (8.98% from 255) = 7.61%
R=86.51%
G=5.88%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250172200.930.910.02358.7195.8852.35
HexFA111605D5B21676034
Octal37221260135133254714064
Binary111110101000110110010111011011011101011001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1116; }

 p { color: rgb(250,17,22); }

 H1.HeaderClassName
 {
   color: #FA1116;
 }
 .AnyTagClassName
 {
   color: #FA1116;
 }
</style>
background-color css

<style>
 a { background-color: #FA1116; }

 a { background-color: rgb(250,17,22); }

 div.DivClassName
 {
   background-color: #FA1116;
 }
 .BgClassName
 {
   background-color: #FA1116;
 }
</style>
border-color css

<style>
 span { border-color: #FA1116; }

 span { border-color: rgb(250,17,22); }

 td.TdClassName
 {
   border-color: #FA1116;
 }
 .TagClassName
 {
   border-color: #FA1116;
 }
</style>