#FF111E

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

Shades of Torch Red #FF111E

Tints of Torch Red #FF111E

Color information

#FF111E (or 0xFF111E) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 1E. RGB value is (255,17,30). Sum of RGB (Red+Green+Blue) = 255+17+30=302 (40% of max value = 765). Red value is 255 (100% from 255 or 84.44% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 255 - color contains mainly: red. Hex color #FF111E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF111E is #00EEE1. Grayscale: #595959. Windows color (decimal): -61154 or 1970687. OLE color: 1970687.

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

Color convert

RGB2551730-
CMYK00.930.880
HSL356.72º100%53.33%-
HSV(B)356.72º93.33%100%-
XYZ41.6721.753.23-
YUV89.6494.35245.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 84.44%
GREEN value IS 17 (7.03% from 255) = 5.63%
BLUE value IS 30 (12.11% from 255) = 9.93%
R=84.44%
G=5.63%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255173000.930.880356.7210053.33
HexFF111E05D5801656435
Octal37721360135130054514465
Binary11111111100011111001011101101100001011001011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF111E; }

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

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

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

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

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

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

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

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