#FF1116

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

Shades of Torch Red #FF1116

Tints of Torch Red #FF1116

Color information

#FF1116 (or 0xFF1116) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 16. RGB value is (255,17,22). Sum of RGB (Red+Green+Blue) = 255+17+22=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1116 is #00EEE9. Grayscale: #585858. Windows color (decimal): -61162 or 1446399. OLE color: 1446399.

HSL color Cylindrical-coordinate representation of color #FF1116: hue angle of 358.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1116 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB2551722-
CMYK00.930.910
HSL358.74º100%53.33%-
HSV(B)358.74º93.33%100%-
XYZ41.5921.722.76-
YUV88.7390.35246.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 86.73%
GREEN value IS 17 (7.03% from 255) = 5.78%
BLUE value IS 22 (8.98% from 255) = 7.48%
R=86.73%
G=5.78%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255172200.930.910358.7410053.33
HexFF111605D5B01676435
Octal37721260135133054714465
Binary11111111100011011001011101101101101011001111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1116; }

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

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

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

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

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

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

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

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