#FE114A

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

Shades of Torch Red #FE114A

Tints of Torch Red #FE114A

Color information

#FE114A (or 0xFE114A) is unknown color: approx Torch Red. HEX triplet: FE, 11 and 4A. RGB value is (254,17,74). Sum of RGB (Red+Green+Blue) = 254+17+74=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE114A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE114A is #01EEB5. Grayscale: #5E5E5E. Windows color (decimal): -126646 or 4854270. OLE color: 4854270.

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

Color convert

RGB2541774-
CMYK00.930.710.00
HSL345.57º99.16%53.14%-
HSV(B)345.57º93.31%99.61%-
XYZ42.3121.978.49-
YUV94.36116.52241.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 73.62%
GREEN value IS 17 (7.03% from 255) = 4.93%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=73.62%
G=4.93%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254177400.930.710.00345.5799.1653.14
HexFE114A05D47015a6335
Octal376211120135107053214365
Binary1111111010001100101001011101100011101010110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE114A; }

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

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

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

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

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

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

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

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