#FF113F

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

Shades of Torch Red #FF113F

Tints of Torch Red #FF113F

Color information

#FF113F (or 0xFF113F) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 3F. RGB value is (255,17,63). Sum of RGB (Red+Green+Blue) = 255+17+63=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF113F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF113F is #00EEC0. Grayscale: #5D5D5D. Windows color (decimal): -61121 or 4133375. OLE color: 4133375.

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

Color convert

RGB2551763-
CMYK00.930.750
HSL348.4º100%53.33%-
HSV(B)348.4º93.33%100%-
XYZ42.3422.026.72-
YUV93.41110.85243.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 76.12%
GREEN value IS 17 (7.03% from 255) = 5.07%
BLUE value IS 63 (25% from 255) = 18.81%
R=76.12%
G=5.07%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255176300.930.750348.410053.33
HexFF113F05D4B015c6435
Octal37721770135113053414465
Binary111111111000111111101011101100101101010111001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF113F; }

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

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

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

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

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

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

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

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