#FE1132

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

Shades of Torch Red #FE1132

Tints of Torch Red #FE1132

Color information

#FE1132 (or 0xFE1132) is unknown color: approx Torch Red. HEX triplet: FE, 11 and 32. RGB value is (254,17,50). Sum of RGB (Red+Green+Blue) = 254+17+50=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1132 is #01EECD. Grayscale: #5B5B5B. Windows color (decimal): -126670 or 3281406. OLE color: 3281406.

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

Color convert

RGB2541750-
CMYK00.930.800.00
HSL351.65º99.16%53.14%-
HSV(B)351.65º93.31%99.61%-
XYZ41.6521.75.01-
YUV91.62104.52243.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 79.13%
GREEN value IS 17 (7.03% from 255) = 5.30%
BLUE value IS 50 (19.92% from 255) = 15.58%
R=79.13%
G=5.30%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254175000.930.800.00351.6599.1653.14
HexFE113205D5001606335
Octal37621620135120054014365
Binary111111101000111001001011101101000001011000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1132; }

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

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

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

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

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

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

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

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