#FF1122

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

Shades of Torch Red #FF1122

Tints of Torch Red #FF1122

Color information

#FF1122 (or 0xFF1122) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 22. RGB value is (255,17,34). Sum of RGB (Red+Green+Blue) = 255+17+34=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1122 is #00EEDD. Grayscale: #5A5A5A. Windows color (decimal): -61150 or 2232831. OLE color: 2232831.

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

Color convert

RGB2551734-
CMYK00.930.870
HSL355.71º100%53.33%-
HSV(B)355.71º93.33%100%-
XYZ41.7321.783.52-
YUV90.196.35245.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.33%
GREEN value IS 17 (7.03% from 255) = 5.56%
BLUE value IS 34 (13.67% from 255) = 11.11%
R=83.33%
G=5.56%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255173400.930.870355.7110053.33
HexFF112205D5701646435
Octal37721420135127054414465
Binary111111111000110001001011101101011101011001001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1122; }

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

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

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

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

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

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

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

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