#FF112C

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

Shades of Torch Red #FF112C

Tints of Torch Red #FF112C

Color information

#FF112C (or 0xFF112C) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 2C. RGB value is (255,17,44). Sum of RGB (Red+Green+Blue) = 255+17+44=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF112C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF112C is #00EED3. Grayscale: #5B5B5B. Windows color (decimal): -61140 or 2888191. OLE color: 2888191.

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

Color convert

RGB2551744-
CMYK00.930.830
HSL353.19º100%53.33%-
HSV(B)353.19º93.33%100%-
XYZ41.921.844.39-
YUV91.24101.35244.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 80.70%
GREEN value IS 17 (7.03% from 255) = 5.38%
BLUE value IS 44 (17.58% from 255) = 13.92%
R=80.70%
G=5.38%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255174400.930.830353.1910053.33
HexFF112C05D5301616435
Octal37721540135123054114465
Binary111111111000110110001011101101001101011000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF112C; }

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

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

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

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

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

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

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

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