#ff113b

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

Shades of Torch Red #FF113B

Tints of Torch Red #FF113B

Color information

#FF113B (or 0xFF113B) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 3B. RGB value is (255,17,59). Sum of RGB (Red+Green+Blue) = 255+17+59=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF113B is #00EEC4. Grayscale: #5D5D5D. Windows color (decimal): -61125 or 3871231. OLE color: 3871231.

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

Color convert

RGB2551759-
CMYK00.930.770
HSL349.41º100%53.33%-
HSV(B)349.41º93.33%100%-
XYZ42.2321.986.15-
YUV92.95108.85243.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 77.04%
GREEN value IS 17 (7.03% from 255) = 5.14%
BLUE value IS 59 (23.44% from 255) = 17.82%
R=77.04%
G=5.14%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255175900.930.770349.4110053.33
HexFF113B05D4D015d6435
Octal37721730135115053514465
Binary111111111000111101101011101100110101010111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff113b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff113b; }

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

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

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

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

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

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

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

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