#FF1123

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

Shades of Torch Red #FF1123

Tints of Torch Red #FF1123

Color information

#FF1123 (or 0xFF1123) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 23. RGB value is (255,17,35). Sum of RGB (Red+Green+Blue) = 255+17+35=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1123 is #00EEDC. Grayscale: #5A5A5A. Windows color (decimal): -61149 or 2298367. OLE color: 2298367.

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

Color convert

RGB2551735-
CMYK00.930.860
HSL355.46º100%53.33%-
HSV(B)355.46º93.33%100%-
XYZ41.7421.783.59-
YUV90.2196.85245.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.06%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 35 (14.06% from 255) = 11.40%
R=83.06%
G=5.54%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255173500.930.860355.4610053.33
HexFF112305D5601636435
Octal37721430135126054314465
Binary111111111000110001101011101101011001011000111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1123; }

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

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

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

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

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

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

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

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