#FE112E

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

Shades of Torch Red #FE112E

Tints of Torch Red #FE112E

Color information

#FE112E (or 0xFE112E) is unknown color: approx Torch Red. HEX triplet: FE, 11 and 2E. RGB value is (254,17,46). Sum of RGB (Red+Green+Blue) = 254+17+46=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE112E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE112E is #01EED1. Grayscale: #5B5B5B. Windows color (decimal): -126674 or 3019262. OLE color: 3019262.

HSL color Cylindrical-coordinate representation of color #FE112E: hue angle of 352.66º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE112E is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB2541746-
CMYK00.930.820.00
HSL352.66º99.16%53.14%-
HSV(B)352.66º93.31%99.61%-
XYZ41.5721.674.58-
YUV91.17102.52244.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 80.13%
GREEN value IS 17 (7.03% from 255) = 5.36%
BLUE value IS 46 (18.36% from 255) = 14.51%
R=80.13%
G=5.36%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254174600.930.820.00352.6699.1653.14
HexFE112E05D5201616335
Octal37621560135122054114365
Binary111111101000110111001011101101001001011000011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE112E; }

 p { color: rgb(254,17,46); }

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

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

 a { background-color: rgb(254,17,46); }

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

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

 span { border-color: rgb(254,17,46); }

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