#FF112B

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

Shades of Torch Red #FF112B

Tints of Torch Red #FF112B

Color information

#FF112B (or 0xFF112B) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 2B. RGB value is (255,17,43). Sum of RGB (Red+Green+Blue) = 255+17+43=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF112B is #00EED4. Grayscale: #5B5B5B. Windows color (decimal): -61141 or 2822655. OLE color: 2822655.

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

Color convert

RGB2551743-
CMYK00.930.830
HSL353.45º100%53.33%-
HSV(B)353.45º93.33%100%-
XYZ41.8821.844.29-
YUV91.13100.85244.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 80.95%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 43 (17.19% from 255) = 13.65%
R=80.95%
G=5.40%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255174300.930.830353.4510053.33
HexFF112B05D5301616435
Octal37721530135123054114465
Binary111111111000110101101011101101001101011000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF112B; }

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

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

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

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

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

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

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

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