#FF1146

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

Shades of Torch Red #FF1146

Tints of Torch Red #FF1146

Color information

#FF1146 (or 0xFF1146) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 46. RGB value is (255,17,70). Sum of RGB (Red+Green+Blue) = 255+17+70=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1146 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1146 is #00EEB9. Grayscale: #5E5E5E. Windows color (decimal): -61114 or 4592127. OLE color: 4592127.

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

Color convert

RGB2551770-
CMYK00.930.730
HSL346.64º100%53.33%-
HSV(B)346.64º93.33%100%-
XYZ42.5522.17.82-
YUV94.2114.35242.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 74.56%
GREEN value IS 17 (7.03% from 255) = 4.97%
BLUE value IS 70 (27.73% from 255) = 20.47%
R=74.56%
G=4.97%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255177000.930.730346.6410053.33
HexFF114605D49015b6435
Octal377211060135111053314465
Binary1111111110001100011001011101100100101010110111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1146; }

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

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

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

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

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

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

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

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