#FF1136

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

Shades of Torch Red #FF1136

Tints of Torch Red #FF1136

Color information

#FF1136 (or 0xFF1136) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 36. RGB value is (255,17,54). Sum of RGB (Red+Green+Blue) = 255+17+54=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1136 is #00EEC9. Grayscale: #5C5C5C. Windows color (decimal): -61130 or 3543551. OLE color: 3543551.

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

Color convert

RGB2551754-
CMYK00.930.790
HSL350.67º100%53.33%-
HSV(B)350.67º93.33%100%-
XYZ42.1121.935.5-
YUV92.38106.35243.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.22%
GREEN value IS 17 (7.03% from 255) = 5.21%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=78.22%
G=5.21%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255175400.930.790350.6710053.33
HexFF113605D4F015f6435
Octal37721660135117053714465
Binary111111111000111011001011101100111101010111111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1136; }

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

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

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

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

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

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

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

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