#ff1144

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

Shades of Torch Red #FF1144

Tints of Torch Red #FF1144

Color information

#FF1144 (or 0xFF1144) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 44. RGB value is (255,17,68). Sum of RGB (Red+Green+Blue) = 255+17+68=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1144 is #00EEBB. Grayscale: #5E5E5E. Windows color (decimal): -61116 or 4461055. OLE color: 4461055.

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

Color convert

RGB2551768-
CMYK00.930.730
HSL347.14º100%53.33%-
HSV(B)347.14º93.33%100%-
XYZ42.4822.087.49-
YUV93.98113.35242.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 75%
GREEN value IS 17 (7.03% from 255) = 5%
BLUE value IS 68 (26.95% from 255) = 20%
R=75%
G=5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255176800.930.730347.1410053.33
HexFF114405D49015b6435
Octal377211040135111053314465
Binary1111111110001100010001011101100100101010110111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff1144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff1144; }

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

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

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

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

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

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

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

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