#FF1149

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

Shades of Torch Red #FF1149

Tints of Torch Red #FF1149

Color information

#FF1149 (or 0xFF1149) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 49. RGB value is (255,17,73). Sum of RGB (Red+Green+Blue) = 255+17+73=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1149 is #00EEB6. Grayscale: #5E5E5E. Windows color (decimal): -61111 or 4788735. OLE color: 4788735.

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

Color convert

RGB2551773-
CMYK00.930.710
HSL345.88º100%53.33%-
HSV(B)345.88º93.33%100%-
XYZ42.6422.148.33-
YUV94.55115.85242.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.91%
GREEN value IS 17 (7.03% from 255) = 4.93%
BLUE value IS 73 (28.91% from 255) = 21.16%
R=73.91%
G=4.93%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255177300.930.710345.8810053.33
HexFF114905D47015a6435
Octal377211110135107053214465
Binary1111111110001100100101011101100011101010110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1149; }

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

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

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

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

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

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

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

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